COLOR #4F5462

HEX: #4F5462
RGB: (79,84,98)

Color info

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

RGB color model

#4F5462 color RGB value is (79,84,98).

  • red value is 79;
  • green value is 84;
  • blue value is 98.
RGB:
(79,84,98)
(31%,33%,38%)

RGB channels and saturation

R 79 of 255 = 31%
G 84 of 255 = 33%
B 98 of 255 = 38%

79
84
98

R + G + B ~ 34%. #4F5462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 84 + 98 = 261 (100%)
R 79 of 261 ~ 30.27%
G 84 of 261 ~ 32.18%
B 98 of 261 ~ 37.55%

%30.27
%32.18
%37.55

CMYK color model

#4F5462 color CMYK value is (19,14,0,62).

  • cyan value is 19.39%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(19,14,0,62)
C19M14Y0K62 
(19%,14%,0%,62%)
(0.19/0.14/0.00/0.62)	

CMYK percentages

%19.39
%14.29
%0
%61.57

Codes

Color #4F5462 in popluar color models

4F5462
RGB798498
HSL224°10.73%34.71%
HSB/HSV224°19.39%38.43%
CMYK19.39%14.29%0.00%
61.57%

Color #4F5462 in popluar number systems.

HEX4F5462
Decimal798498
Binary100111110101001100010
Octal117124142

Shades and tints

Shades of #4F5462

#4F5462
(79,84,98)
#484D5A
(72,77,90)
#414652
(65,70,82)
#3A3F4A
(58,63,74)
#333842
(51,56,66)
#2C313A
(44,49,58)
#252A32
(37,42,50)
#1E232A
(30,35,42)
#171C22
(23,28,34)
#10151A
(16,21,26)
#090E12
(9,14,18)
#000000
(0,0,0)

Tints of #4F5462

#4F5462
(79,84,98)
#5F6370
(95,99,112)
#6F727E
(111,114,126)
#7F818C
(127,129,140)
#8F909A
(143,144,154)
#9F9FA8
(159,159,168)
#AFAEB6
(175,174,182)
#BFBDC4
(191,189,196)
#CFCCD2
(207,204,210)
#DFDBE0
(223,219,224)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5462 color. Also use rgb(79,84,98) instead hex code.

Text Font Color

.myTextColor { color: #4F5462; }

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

This text font color is #4F5462.


Background Color

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

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

This div background color is #4F5462.


Border color

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

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

This div border color is #4F5462.


Opacity

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

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

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

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

This text has shadow with #4F5462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5462 on black background.


Color preview on white background

This text has color #4F5462 on white background.



Black color preview on #4F5462 background

This text has black color on #4F5462 background.


White color preview on #4F5462 background

This text has white color on #4F5462 background.