COLOR #4F6472

HEX: #4F6472
RGB: (79,100,114)

Color info

#4F6472 contains red, green and blue colors in about the same proportion. Web safe color of #4F6472 is #666666 (or #666).

RGB color model

#4F6472 color RGB value is (79,100,114).

  • red value is 79;
  • green value is 100;
  • blue value is 114.
RGB:
(79,100,114)
(31%,39%,45%)

RGB channels and saturation

R 79 of 255 = 31%
G 100 of 255 = 39%
B 114 of 255 = 45%

79
100
114

R + G + B ~ 38%. #4F6472 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 100 + 114 = 293 (100%)
R 79 of 293 ~ 26.96%
G 100 of 293 ~ 34.13%
B 114 of 293 ~ 38.91%

%26.96
%34.13
%38.91

CMYK color model

#4F6472 color CMYK value is (31,12,0,55).

  • cyan value is 30.70%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(31,12,0,55)
C31M12Y0K55 
(31%,12%,0%,55%)
(0.31/0.12/0.00/0.55)	

CMYK percentages

%30.7
%12.28
%0
%55.29

Codes

Color #4F6472 in popluar color models

4F6472
RGB79100114
HSL204°18.13%37.84%
HSB/HSV204°30.70%44.71%
CMYK30.70%12.28%0.00%
55.29%

Color #4F6472 in popluar number systems.

HEX4F6472
Decimal79100114
Binary100111111001001110010
Octal117144162

Shades and tints

Shades of #4F6472

#4F6472
(79,100,114)
#485B68
(72,91,104)
#41525E
(65,82,94)
#3A4954
(58,73,84)
#33404A
(51,64,74)
#2C3740
(44,55,64)
#252E36
(37,46,54)
#1E252C
(30,37,44)
#171C22
(23,28,34)
#101318
(16,19,24)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #4F6472

#4F6472
(79,100,114)
#5F727E
(95,114,126)
#6F808A
(111,128,138)
#7F8E96
(127,142,150)
#8F9CA2
(143,156,162)
#9FAAAE
(159,170,174)
#AFB8BA
(175,184,186)
#BFC6C6
(191,198,198)
#CFD4D2
(207,212,210)
#DFE2DE
(223,226,222)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6472 color. Also use rgb(79,100,114) instead hex code.

Text Font Color

.myTextColor { color: #4F6472; }

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

This text font color is #4F6472.


Background Color

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

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

This div background color is #4F6472.


Border color

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

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

This div border color is #4F6472.


Opacity

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

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

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

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

This text has shadow with #4F6472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6472 on black background.


Color preview on white background

This text has color #4F6472 on white background.



Black color preview on #4F6472 background

This text has black color on #4F6472 background.


White color preview on #4F6472 background

This text has white color on #4F6472 background.