COLOR #4F6AC7

HEX: #4F6AC7
RGB: (79,106,199)

Color info

#4F6AC7 contains mainly blue color. Web safe color of #4F6AC7 is #6666CC (or #66C).

RGB color model

#4F6AC7 color RGB value is (79,106,199).

  • red value is 79;
  • green value is 106;
  • blue value is 199.
RGB:
(79,106,199)
(31%,42%,78%)

RGB channels and saturation

R 79 of 255 = 31%
G 106 of 255 = 42%
B 199 of 255 = 78%

79
106
199

R + G + B ~ 50%. #4F6AC7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 106 + 199 = 384 (100%)
R 79 of 384 ~ 20.57%
G 106 of 384 ~ 27.6%
B 199 of 384 ~ 51.82%

%20.57
%27.6
%51.82

CMYK color model

#4F6AC7 color CMYK value is (60,47,0,22).

  • cyan value is 60.30%
  • magenta value is 46.73%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(60,47,0,22)
C60M47Y0K22 
(60%,47%,0%,22%)
(0.60/0.47/0.00/0.22)	

CMYK percentages

%60.3
%46.73
%0
%21.96

Codes

Color #4F6AC7 in popluar color models

4F6AC7
RGB79106199
HSL227°51.72%54.51%
HSB/HSV227°60.30%78.04%
CMYK60.30%46.73%0.00%
21.96%

Color #4F6AC7 in popluar number systems.

HEX4F6AC7
Decimal79106199
Binary1001111110101011000111
Octal117152307

Shades and tints

Shades of #4F6AC7

#4F6AC7
(79,106,199)
#4861B5
(72,97,181)
#4158A3
(65,88,163)
#3A4F91
(58,79,145)
#33467F
(51,70,127)
#2C3D6D
(44,61,109)
#25345B
(37,52,91)
#1E2B49
(30,43,73)
#172237
(23,34,55)
#101925
(16,25,37)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #4F6AC7

#4F6AC7
(79,106,199)
#5F77CC
(95,119,204)
#6F84D1
(111,132,209)
#7F91D6
(127,145,214)
#8F9EDB
(143,158,219)
#9FABE0
(159,171,224)
#AFB8E5
(175,184,229)
#BFC5EA
(191,197,234)
#CFD2EF
(207,210,239)
#DFDFF4
(223,223,244)
#EFECF9
(239,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6AC7 color. Also use rgb(79,106,199) instead hex code.

Text Font Color

.myTextColor { color: #4F6AC7; }

<p style="color:#4F6AC7">This sample text font color is #4F6AC7.</p>

This text font color is #4F6AC7.


Background Color

.myBgColor { background-color: #4F6AC7; }

<div style="background-color:#4F6AC7">Inner text</div>

This div background color is #4F6AC7.


Border color

.myBorderColor { border: 1px solid #4F6AC7; }

<div style="border:3px solid #4F6AC7">Div</div>

This div border color is #4F6AC7.


Opacity

.myOpacity80 { color: #4F6AC7; opacity: 0.8; }

<p style="color:#4F6AC7;opacity:0.8;">80%</p>

Text with #4F6AC7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4F6AC7;}

<p style="text-shadow: 3px 3px 1px #4F6AC7">Text here.</p>

This text has shadow with #4F6AC7 color.

.textShadow {text-shadow: 3px 3px 1px #4F6AC7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4F6AC7, 5px 5px 20px red">Text here.</p>

This text has shadow with #4F6AC7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4F6AC7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4F6AC7, Direction=45, Strength=4)">Text</p>

This text has shadow with #4F6AC7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4F6AC7;
  -webkit-box-shadow:	1px 1px 3px 2px #4F6AC7;
  box-shadow:		1px 1px 3px 2px #4F6AC7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4F6AC7;
-webkit-box-shadow: 1px 1px 3px 2px #4F6AC7;
box-shadow:1px 1px 3px 2px #4F6AC7;">
Div content here</div>
This div box has shadow with color #4F6AC7.

Preview

Color preview on black background

This text has color #4F6AC7 on black background.


Color preview on white background

This text has color #4F6AC7 on white background.



Black color preview on #4F6AC7 background

This text has black color on #4F6AC7 background.


White color preview on #4F6AC7 background

This text has white color on #4F6AC7 background.