COLOR #475170

HEX: #475170
RGB: (71,81,112)

Color info

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

RGB color model

#475170 color RGB value is (71,81,112).

  • red value is 71;
  • green value is 81;
  • blue value is 112.
RGB:
(71,81,112)
(28%,32%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 112 of 255 = 44%

71
81
112

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

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 112 = 264 (100%)
R 71 of 264 ~ 26.89%
G 81 of 264 ~ 30.68%
B 112 of 264 ~ 42.42%

%26.89
%30.68
%42.42

CMYK color model

#475170 color CMYK value is (37,28,0,56).

  • cyan value is 36.61%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(37,28,0,56)
C37M28Y0K56 
(37%,28%,0%,56%)
(0.37/0.28/0.00/0.56)	

CMYK percentages

%36.61
%27.68
%0
%56.08

Codes

Color #475170 in popluar color models

475170
RGB7181112
HSL225°22.40%35.88%
HSB/HSV225°36.61%43.92%
CMYK36.61%27.68%0.00%
56.08%

Color #475170 in popluar number systems.

HEX475170
Decimal7181112
Binary100011110100011110000
Octal107121160

Shades and tints

Shades of #475170

#475170
(71,81,112)
#414A66
(65,74,102)
#3B435C
(59,67,92)
#353C52
(53,60,82)
#2F3548
(47,53,72)
#292E3E
(41,46,62)
#232734
(35,39,52)
#1D202A
(29,32,42)
#171920
(23,25,32)
#111216
(17,18,22)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #475170

#475170
(71,81,112)
#57607D
(87,96,125)
#676F8A
(103,111,138)
#777E97
(119,126,151)
#878DA4
(135,141,164)
#979CB1
(151,156,177)
#A7ABBE
(167,171,190)
#B7BACB
(183,186,203)
#C7C9D8
(199,201,216)
#D7D8E5
(215,216,229)
#E7E7F2
(231,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475170 color. Also use rgb(71,81,112) instead hex code.

Text Font Color

.myTextColor { color: #475170; }

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

This text font color is #475170.


Background Color

.myBgColor { background-color: #475170; }

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

This div background color is #475170.


Border color

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

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

This div border color is #475170.


Opacity

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

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

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

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

This text has shadow with #475170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475170 on black background.


Color preview on white background

This text has color #475170 on white background.



Black color preview on #475170 background

This text has black color on #475170 background.


White color preview on #475170 background

This text has white color on #475170 background.