What is hex #4F86F7 color?

 
The hex code #4F86F7 is also know by an other name that is Blue Berry.
This color is composed of 79% red, 134% green and 247% blue. So we can say that the RGB value is (79,134,247)
You need to use it for a printer? The CMYK colors code equivalent of hex #4F86F7 is C:68 M:46 Y:0, K:3) .
In the HSV/HSB scale, #4F86F7 has a hue of 220°, 68% saturation and a brightness value of 97%.
If you want to know all about the hex #4F86F7, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #4F86F7 (complementary, analogous, triadic, tetradic...).

Hex #4F86F7 Color Codes & Equivalents

Color Name [Blue Berry]
RGB Values (79,134,247)
CMYK Values (68%, 46%, 0%, 3%)
HSV/HSB Values (220°, 68%, 97%)
Closest Web Safe
#6699FF
Inverse Color
#b07908
Closest Pantone®
2718 C
Closest RAL
RAL 5012 [Light blue]
Complementary Color
#f7c04f

#4F86F7 Converted to Grayscale Codes

Average
#999999
Lightness (Desaturation)
#a3a3a3
Weighted (BT601)
#828282
Luma (BT709)
#828282

Hex #4F86F7 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #4F86F7 is #f7c04f. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #4F86F7 you will find #f7c04f. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#4F86F7 #f7c04f

Analogous Palette

The analogous color scheme of #4F86F7 is composed with colors #4FDAF7 and #6C4FF7. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #4F86F7 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#4FDAF7 #4F86F7 #6C4FF7

Split-Complementary Palette

The split-complementary color scheme of #4F86F7 is composed with colors #DAF74F and #F76C4F. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#4F86F7 #DAF74F #F76C4F

Triadic Palette

The triadic color scheme of #4F86F7 is composed with colors #86F74F and #F74F86. They are located to the right and left of your main color #4F86F7 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#4F86F7 #86F74F #F74F86

Tetradic Palette

The tetradic color scheme of #4F86F7 is composed with colors #F74F86, #F7C04F and #4FF7C0 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#4F86F7 #F74F86 #F7C04F #4FF7C0

Square Palette

The square color scheme of #4F86F7 is composed with colors #F74FDA, #F7C04F and #4FF76C To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#4F86F7 #F74FDA #F7C04F #4FF76C

Tints, Tones & Shades of Hex #4F86F7

Tints

Tints are created by adding white, resulting in lighter shades of #4F86F7.

#4F86F7 #6293F7 #76A0F8 #89AEF9 #9DBBFA #B0C9FB #C4D6FC #D7E3FD

Tones

Tones are made by mixing with gray, softening the original color.

#4F86F7 #5889ED #618CE4 #6A8FDB #7392D2 #7C95C9 #8598C0 #8E9BB7

Shades

Shades result from adding black, creating darker variations.

#4F86F7 #3B78F6 #276BF5 #145DF4 #0A53E9 #094CD6 #0845C2 #073EAF

Hex #4F86F7 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #4F86F7
Java new Color(79,134,247);
Python Color(#4F86F7)
.NET Color.FromArgb(255, 79,134,247);
Swift / iOS UIColor(red: 0.31, green: 0.53, blue: 0.97, alpha: 1)
Kotlin / Android Color.rgb(79, 134, 247)