COLOR #476870

HEX: #476870
RGB: (71,104,112)

Color info

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

RGB color model

#476870 color RGB value is (71,104,112).

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

RGB channels and saturation

R 71 of 255 = 28%
G 104 of 255 = 41%
B 112 of 255 = 44%

71
104
112

R + G + B ~ 38%. #476870 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 104 + 112 = 287 (100%)
R 71 of 287 ~ 24.74%
G 104 of 287 ~ 36.24%
B 112 of 287 ~ 39.02%

%24.74
%36.24
%39.02

CMYK color model

#476870 color CMYK value is (37,7,0,56).

  • cyan value is 36.61%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(37,7,0,56)
C37M7Y0K56 
(37%,7%,0%,56%)
(0.37/0.07/0.00/0.56)	

CMYK percentages

%36.61
%7.14
%0
%56.08

Codes

Color #476870 in popluar color models

476870
RGB71104112
HSL192°22.40%35.88%
HSB/HSV192°36.61%43.92%
CMYK36.61%7.14%0.00%
56.08%

Color #476870 in popluar number systems.

HEX476870
Decimal71104112
Binary100011111010001110000
Octal107150160

Shades and tints

Shades of #476870

#476870
(71,104,112)
#415F66
(65,95,102)
#3B565C
(59,86,92)
#354D52
(53,77,82)
#2F4448
(47,68,72)
#293B3E
(41,59,62)
#233234
(35,50,52)
#1D292A
(29,41,42)
#172020
(23,32,32)
#111716
(17,23,22)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #476870

#476870
(71,104,112)
#57757D
(87,117,125)
#67828A
(103,130,138)
#778F97
(119,143,151)
#879CA4
(135,156,164)
#97A9B1
(151,169,177)
#A7B6BE
(167,182,190)
#B7C3CB
(183,195,203)
#C7D0D8
(199,208,216)
#D7DDE5
(215,221,229)
#E7EAF2
(231,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476870; }

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

This text font color is #476870.


Background Color

.myBgColor { background-color: #476870; }

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

This div background color is #476870.


Border color

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

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

This div border color is #476870.


Opacity

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

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

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

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

This text has shadow with #476870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476870 on black background.


Color preview on white background

This text has color #476870 on white background.



Black color preview on #476870 background

This text has black color on #476870 background.


White color preview on #476870 background

This text has white color on #476870 background.