COLOR #4F5570

HEX: #4F5570
RGB: (79,85,112)

Color info

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

RGB color model

#4F5570 color RGB value is (79,85,112).

  • red value is 79;
  • green value is 85;
  • blue value is 112.
RGB:
(79,85,112)
(31%,33%,44%)

RGB channels and saturation

R 79 of 255 = 31%
G 85 of 255 = 33%
B 112 of 255 = 44%

79
85
112

R + G + B ~ 36%. #4F5570 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 85 + 112 = 276 (100%)
R 79 of 276 ~ 28.62%
G 85 of 276 ~ 30.8%
B 112 of 276 ~ 40.58%

%28.62
%30.8
%40.58

CMYK color model

#4F5570 color CMYK value is (29,24,0,56).

  • cyan value is 29.46%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(29,24,0,56)
C29M24Y0K56 
(29%,24%,0%,56%)
(0.29/0.24/0.00/0.56)	

CMYK percentages

%29.46
%24.11
%0
%56.08

Codes

Color #4F5570 in popluar color models

4F5570
RGB7985112
HSL229°17.28%37.45%
HSB/HSV229°29.46%43.92%
CMYK29.46%24.11%0.00%
56.08%

Color #4F5570 in popluar number systems.

HEX4F5570
Decimal7985112
Binary100111110101011110000
Octal117125160

Shades and tints

Shades of #4F5570

#4F5570
(79,85,112)
#484E66
(72,78,102)
#41475C
(65,71,92)
#3A4052
(58,64,82)
#333948
(51,57,72)
#2C323E
(44,50,62)
#252B34
(37,43,52)
#1E242A
(30,36,42)
#171D20
(23,29,32)
#101616
(16,22,22)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #4F5570

#4F5570
(79,85,112)
#5F647D
(95,100,125)
#6F738A
(111,115,138)
#7F8297
(127,130,151)
#8F91A4
(143,145,164)
#9FA0B1
(159,160,177)
#AFAFBE
(175,175,190)
#BFBECB
(191,190,203)
#CFCDD8
(207,205,216)
#DFDCE5
(223,220,229)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5570 color. Also use rgb(79,85,112) instead hex code.

Text Font Color

.myTextColor { color: #4F5570; }

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

This text font color is #4F5570.


Background Color

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

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

This div background color is #4F5570.


Border color

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

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

This div border color is #4F5570.


Opacity

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

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

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

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

This text has shadow with #4F5570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5570 on black background.


Color preview on white background

This text has color #4F5570 on white background.



Black color preview on #4F5570 background

This text has black color on #4F5570 background.


White color preview on #4F5570 background

This text has white color on #4F5570 background.