COLOR #4F5770

HEX: #4F5770
RGB: (79,87,112)

Color info

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

RGB color model

#4F5770 color RGB value is (79,87,112).

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

RGB channels and saturation

R 79 of 255 = 31%
G 87 of 255 = 34%
B 112 of 255 = 44%

79
87
112

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

Portions of RGB colors in percentages

R + G + B =
79 + 87 + 112 = 278 (100%)
R 79 of 278 ~ 28.42%
G 87 of 278 ~ 31.29%
B 112 of 278 ~ 40.29%

%28.42
%31.29
%40.29

CMYK color model

#4F5770 color CMYK value is (29,22,0,56).

  • cyan value is 29.46%
  • magenta value is 22.32%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(29,22,0,56)
C29M22Y0K56 
(29%,22%,0%,56%)
(0.29/0.22/0.00/0.56)	

CMYK percentages

%29.46
%22.32
%0
%56.08

Codes

Color #4F5770 in popluar color models

4F5770
RGB7987112
HSL225°17.28%37.45%
HSB/HSV225°29.46%43.92%
CMYK29.46%22.32%0.00%
56.08%

Color #4F5770 in popluar number systems.

HEX4F5770
Decimal7987112
Binary100111110101111110000
Octal117127160

Shades and tints

Shades of #4F5770

#4F5770
(79,87,112)
#485066
(72,80,102)
#41495C
(65,73,92)
#3A4252
(58,66,82)
#333B48
(51,59,72)
#2C343E
(44,52,62)
#252D34
(37,45,52)
#1E262A
(30,38,42)
#171F20
(23,31,32)
#101816
(16,24,22)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #4F5770

#4F5770
(79,87,112)
#5F667D
(95,102,125)
#6F758A
(111,117,138)
#7F8497
(127,132,151)
#8F93A4
(143,147,164)
#9FA2B1
(159,162,177)
#AFB1BE
(175,177,190)
#BFC0CB
(191,192,203)
#CFCFD8
(207,207,216)
#DFDEE5
(223,222,229)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5770; }

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

This text font color is #4F5770.


Background Color

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

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

This div background color is #4F5770.


Border color

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

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

This div border color is #4F5770.


Opacity

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

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

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

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

This text has shadow with #4F5770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5770 on black background.


Color preview on white background

This text has color #4F5770 on white background.



Black color preview on #4F5770 background

This text has black color on #4F5770 background.


White color preview on #4F5770 background

This text has white color on #4F5770 background.