COLOR #475A6D

HEX: #475A6D
RGB: (71,90,109)

Color info

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

RGB color model

#475A6D color RGB value is (71,90,109).

  • red value is 71;
  • green value is 90;
  • blue value is 109.
RGB:
(71,90,109)
(28%,35%,43%)

RGB channels and saturation

R 71 of 255 = 28%
G 90 of 255 = 35%
B 109 of 255 = 43%

71
90
109

R + G + B ~ 35%. #475A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 90 + 109 = 270 (100%)
R 71 of 270 ~ 26.3%
G 90 of 270 ~ 33.33%
B 109 of 270 ~ 40.37%

%26.3
%33.33
%40.37

CMYK color model

#475A6D color CMYK value is (35,17,0,57).

  • cyan value is 34.86%
  • magenta value is 17.43%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(35,17,0,57)
C35M17Y0K57 
(35%,17%,0%,57%)
(0.35/0.17/0.00/0.57)	

CMYK percentages

%34.86
%17.43
%0
%57.25

Codes

Color #475A6D in popluar color models

475A6D
RGB7190109
HSL210°21.11%35.29%
HSB/HSV210°34.86%42.75%
CMYK34.86%17.43%0.00%
57.25%

Color #475A6D in popluar number systems.

HEX475A6D
Decimal7190109
Binary100011110110101101101
Octal107132155

Shades and tints

Shades of #475A6D

#475A6D
(71,90,109)
#415264
(65,82,100)
#3B4A5B
(59,74,91)
#354252
(53,66,82)
#2F3A49
(47,58,73)
#293240
(41,50,64)
#232A37
(35,42,55)
#1D222E
(29,34,46)
#171A25
(23,26,37)
#11121C
(17,18,28)
#0B0A13
(11,10,19)
#000000
(0,0,0)

Tints of #475A6D

#475A6D
(71,90,109)
#57697A
(87,105,122)
#677887
(103,120,135)
#778794
(119,135,148)
#8796A1
(135,150,161)
#97A5AE
(151,165,174)
#A7B4BB
(167,180,187)
#B7C3C8
(183,195,200)
#C7D2D5
(199,210,213)
#D7E1E2
(215,225,226)
#E7F0EF
(231,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475A6D color. Also use rgb(71,90,109) instead hex code.

Text Font Color

.myTextColor { color: #475A6D; }

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

This text font color is #475A6D.


Background Color

.myBgColor { background-color: #475A6D; }

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

This div background color is #475A6D.


Border color

.myBorderColor { border: 1px solid #475A6D; }

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

This div border color is #475A6D.


Opacity

.myOpacity80 { color: #475A6D; opacity: 0.8; }

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

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

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

This text has shadow with #475A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A6D on black background.


Color preview on white background

This text has color #475A6D on white background.



Black color preview on #475A6D background

This text has black color on #475A6D background.


White color preview on #475A6D background

This text has white color on #475A6D background.