COLOR #475A66

HEX: #475A66
RGB: (71,90,102)

Color info

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

RGB color model

#475A66 color RGB value is (71,90,102).

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

RGB channels and saturation

R 71 of 255 = 28%
G 90 of 255 = 35%
B 102 of 255 = 40%

71
90
102

R + G + B ~ 34%. #475A66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 90 + 102 = 263 (100%)
R 71 of 263 ~ 27%
G 90 of 263 ~ 34.22%
B 102 of 263 ~ 38.78%

%27
%34.22
%38.78

CMYK color model

#475A66 color CMYK value is (30,12,0,60).

  • cyan value is 30.39%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(30,12,0,60)
C30M12Y0K60 
(30%,12%,0%,60%)
(0.30/0.12/0.00/0.60)	

CMYK percentages

%30.39
%11.76
%0
%60

Codes

Color #475A66 in popluar color models

475A66
RGB7190102
HSL203°17.92%33.92%
HSB/HSV203°30.39%40.00%
CMYK30.39%11.76%0.00%
60.00%

Color #475A66 in popluar number systems.

HEX475A66
Decimal7190102
Binary100011110110101100110
Octal107132146

Shades and tints

Shades of #475A66

#475A66
(71,90,102)
#41525D
(65,82,93)
#3B4A54
(59,74,84)
#35424B
(53,66,75)
#2F3A42
(47,58,66)
#293239
(41,50,57)
#232A30
(35,42,48)
#1D2227
(29,34,39)
#171A1E
(23,26,30)
#111215
(17,18,21)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #475A66

#475A66
(71,90,102)
#576973
(87,105,115)
#677880
(103,120,128)
#77878D
(119,135,141)
#87969A
(135,150,154)
#97A5A7
(151,165,167)
#A7B4B4
(167,180,180)
#B7C3C1
(183,195,193)
#C7D2CE
(199,210,206)
#D7E1DB
(215,225,219)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475A66; }

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

This text font color is #475A66.


Background Color

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

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

This div background color is #475A66.


Border color

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

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

This div border color is #475A66.


Opacity

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

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

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

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

This text has shadow with #475A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A66 on black background.


Color preview on white background

This text has color #475A66 on white background.



Black color preview on #475A66 background

This text has black color on #475A66 background.


White color preview on #475A66 background

This text has white color on #475A66 background.