COLOR #4F5B78

HEX: #4F5B78
RGB: (79,91,120)

Color info

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

RGB color model

#4F5B78 color RGB value is (79,91,120).

  • red value is 79;
  • green value is 91;
  • blue value is 120.
RGB:
(79,91,120)
(31%,36%,47%)

RGB channels and saturation

R 79 of 255 = 31%
G 91 of 255 = 36%
B 120 of 255 = 47%

79
91
120

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

Portions of RGB colors in percentages

R + G + B =
79 + 91 + 120 = 290 (100%)
R 79 of 290 ~ 27.24%
G 91 of 290 ~ 31.38%
B 120 of 290 ~ 41.38%

%27.24
%31.38
%41.38

CMYK color model

#4F5B78 color CMYK value is (34,24,0,53).

  • cyan value is 34.17%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(34,24,0,53)
C34M24Y0K53 
(34%,24%,0%,53%)
(0.34/0.24/0.00/0.53)	

CMYK percentages

%34.17
%24.17
%0
%52.94

Codes

Color #4F5B78 in popluar color models

4F5B78
RGB7991120
HSL222°20.60%39.02%
HSB/HSV222°34.17%47.06%
CMYK34.17%24.17%0.00%
52.94%

Color #4F5B78 in popluar number systems.

HEX4F5B78
Decimal7991120
Binary100111110110111111000
Octal117133170

Shades and tints

Shades of #4F5B78

#4F5B78
(79,91,120)
#48536E
(72,83,110)
#414B64
(65,75,100)
#3A435A
(58,67,90)
#333B50
(51,59,80)
#2C3346
(44,51,70)
#252B3C
(37,43,60)
#1E2332
(30,35,50)
#171B28
(23,27,40)
#10131E
(16,19,30)
#090B14
(9,11,20)
#000000
(0,0,0)

Tints of #4F5B78

#4F5B78
(79,91,120)
#5F6984
(95,105,132)
#6F7790
(111,119,144)
#7F859C
(127,133,156)
#8F93A8
(143,147,168)
#9FA1B4
(159,161,180)
#AFAFC0
(175,175,192)
#BFBDCC
(191,189,204)
#CFCBD8
(207,203,216)
#DFD9E4
(223,217,228)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5B78 color. Also use rgb(79,91,120) instead hex code.

Text Font Color

.myTextColor { color: #4F5B78; }

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

This text font color is #4F5B78.


Background Color

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

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

This div background color is #4F5B78.


Border color

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

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

This div border color is #4F5B78.


Opacity

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

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

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

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

This text has shadow with #4F5B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5B78 on black background.


Color preview on white background

This text has color #4F5B78 on white background.



Black color preview on #4F5B78 background

This text has black color on #4F5B78 background.


White color preview on #4F5B78 background

This text has white color on #4F5B78 background.