COLOR #4F5479

HEX: #4F5479
RGB: (79,84,121)

Color info

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

RGB color model

#4F5479 color RGB value is (79,84,121).

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

RGB channels and saturation

R 79 of 255 = 31%
G 84 of 255 = 33%
B 121 of 255 = 47%

79
84
121

R + G + B ~ 37%. #4F5479 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 84 + 121 = 284 (100%)
R 79 of 284 ~ 27.82%
G 84 of 284 ~ 29.58%
B 121 of 284 ~ 42.61%

%27.82
%29.58
%42.61

CMYK color model

#4F5479 color CMYK value is (35,31,0,53).

  • cyan value is 34.71%
  • magenta value is 30.58%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(35,31,0,53)
C35M31Y0K53 
(35%,31%,0%,53%)
(0.35/0.31/0.00/0.53)	

CMYK percentages

%34.71
%30.58
%0
%52.55

Codes

Color #4F5479 in popluar color models

4F5479
RGB7984121
HSL233°21.00%39.22%
HSB/HSV233°34.71%47.45%
CMYK34.71%30.58%0.00%
52.55%

Color #4F5479 in popluar number systems.

HEX4F5479
Decimal7984121
Binary100111110101001111001
Octal117124171

Shades and tints

Shades of #4F5479

#4F5479
(79,84,121)
#484D6E
(72,77,110)
#414663
(65,70,99)
#3A3F58
(58,63,88)
#33384D
(51,56,77)
#2C3142
(44,49,66)
#252A37
(37,42,55)
#1E232C
(30,35,44)
#171C21
(23,28,33)
#101516
(16,21,22)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #4F5479

#4F5479
(79,84,121)
#5F6385
(95,99,133)
#6F7291
(111,114,145)
#7F819D
(127,129,157)
#8F90A9
(143,144,169)
#9F9FB5
(159,159,181)
#AFAEC1
(175,174,193)
#BFBDCD
(191,189,205)
#CFCCD9
(207,204,217)
#DFDBE5
(223,219,229)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5479; }

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

This text font color is #4F5479.


Background Color

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

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

This div background color is #4F5479.


Border color

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

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

This div border color is #4F5479.


Opacity

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

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

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

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

This text has shadow with #4F5479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5479 on black background.


Color preview on white background

This text has color #4F5479 on white background.



Black color preview on #4F5479 background

This text has black color on #4F5479 background.


White color preview on #4F5479 background

This text has white color on #4F5479 background.