COLOR #475479

HEX: #475479
RGB: (71,84,121)

Color info

#475479 contains red, green and blue colors in about the same proportion. Web safe color of #475479 is #336666 (or #366).

RGB color model

#475479 color RGB value is (71,84,121).

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

RGB channels and saturation

R 71 of 255 = 28%
G 84 of 255 = 33%
B 121 of 255 = 47%

71
84
121

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

Portions of RGB colors in percentages

R + G + B =
71 + 84 + 121 = 276 (100%)
R 71 of 276 ~ 25.72%
G 84 of 276 ~ 30.43%
B 121 of 276 ~ 43.84%

%25.72
%30.43
%43.84

CMYK color model

#475479 color CMYK value is (41,31,0,53).

  • cyan value is 41.32%
  • magenta value is 30.58%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(41,31,0,53)
C41M31Y0K53 
(41%,31%,0%,53%)
(0.41/0.31/0.00/0.53)	

CMYK percentages

%41.32
%30.58
%0
%52.55

Codes

Color #475479 in popluar color models

475479
RGB7184121
HSL224°26.04%37.65%
HSB/HSV224°41.32%47.45%
CMYK41.32%30.58%0.00%
52.55%

Color #475479 in popluar number systems.

HEX475479
Decimal7184121
Binary100011110101001111001
Octal107124171

Shades and tints

Shades of #475479

#475479
(71,84,121)
#414D6E
(65,77,110)
#3B4663
(59,70,99)
#353F58
(53,63,88)
#2F384D
(47,56,77)
#293142
(41,49,66)
#232A37
(35,42,55)
#1D232C
(29,35,44)
#171C21
(23,28,33)
#111516
(17,21,22)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #475479

#475479
(71,84,121)
#576385
(87,99,133)
#677291
(103,114,145)
#77819D
(119,129,157)
#8790A9
(135,144,169)
#979FB5
(151,159,181)
#A7AEC1
(167,174,193)
#B7BDCD
(183,189,205)
#C7CCD9
(199,204,217)
#D7DBE5
(215,219,229)
#E7EAF1
(231,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475479; }

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

This text font color is #475479.


Background Color

.myBgColor { background-color: #475479; }

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

This div background color is #475479.


Border color

.myBorderColor { border: 1px solid #475479; }

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

This div border color is #475479.


Opacity

.myOpacity80 { color: #475479; opacity: 0.8; }

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

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

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

This text has shadow with #475479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475479 on black background.


Color preview on white background

This text has color #475479 on white background.



Black color preview on #475479 background

This text has black color on #475479 background.


White color preview on #475479 background

This text has white color on #475479 background.