COLOR #4F6CA2

HEX: #4F6CA2
RGB: (79,108,162)

Color info

#4F6CA2 contains mainly green and blue colors. Web safe color of #4F6CA2 is #666699 (or #669).

RGB color model

#4F6CA2 color RGB value is (79,108,162).

  • red value is 79;
  • green value is 108;
  • blue value is 162.
RGB:
(79,108,162)
(31%,42%,64%)

RGB channels and saturation

R 79 of 255 = 31%
G 108 of 255 = 42%
B 162 of 255 = 64%

79
108
162

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

Portions of RGB colors in percentages

R + G + B =
79 + 108 + 162 = 349 (100%)
R 79 of 349 ~ 22.64%
G 108 of 349 ~ 30.95%
B 162 of 349 ~ 46.42%

%22.64
%30.95
%46.42

CMYK color model

#4F6CA2 color CMYK value is (51,33,0,36).

  • cyan value is 51.23%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(51,33,0,36)
C51M33Y0K36 
(51%,33%,0%,36%)
(0.51/0.33/0.00/0.36)	

CMYK percentages

%51.23
%33.33
%0
%36.47

Codes

Color #4F6CA2 in popluar color models

4F6CA2
RGB79108162
HSL219°34.44%47.25%
HSB/HSV219°51.23%63.53%
CMYK51.23%33.33%0.00%
36.47%

Color #4F6CA2 in popluar number systems.

HEX4F6CA2
Decimal79108162
Binary1001111110110010100010
Octal117154242

Shades and tints

Shades of #4F6CA2

#4F6CA2
(79,108,162)
#486394
(72,99,148)
#415A86
(65,90,134)
#3A5178
(58,81,120)
#33486A
(51,72,106)
#2C3F5C
(44,63,92)
#25364E
(37,54,78)
#1E2D40
(30,45,64)
#172432
(23,36,50)
#101B24
(16,27,36)
#091216
(9,18,22)
#000000
(0,0,0)

Tints of #4F6CA2

#4F6CA2
(79,108,162)
#5F79AA
(95,121,170)
#6F86B2
(111,134,178)
#7F93BA
(127,147,186)
#8FA0C2
(143,160,194)
#9FADCA
(159,173,202)
#AFBAD2
(175,186,210)
#BFC7DA
(191,199,218)
#CFD4E2
(207,212,226)
#DFE1EA
(223,225,234)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6CA2 color. Also use rgb(79,108,162) instead hex code.

Text Font Color

.myTextColor { color: #4F6CA2; }

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

This text font color is #4F6CA2.


Background Color

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

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

This div background color is #4F6CA2.


Border color

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

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

This div border color is #4F6CA2.


Opacity

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

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

Text with #4F6CA2 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 #4F6CA2;}

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

This text has shadow with #4F6CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6CA2 on black background.


Color preview on white background

This text has color #4F6CA2 on white background.



Black color preview on #4F6CA2 background

This text has black color on #4F6CA2 background.


White color preview on #4F6CA2 background

This text has white color on #4F6CA2 background.