COLOR #476772

HEX: #476772
RGB: (71,103,114)

Color info

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

RGB color model

#476772 color RGB value is (71,103,114).

  • red value is 71;
  • green value is 103;
  • blue value is 114.
RGB:
(71,103,114)
(28%,40%,45%)

RGB channels and saturation

R 71 of 255 = 28%
G 103 of 255 = 40%
B 114 of 255 = 45%

71
103
114

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

Portions of RGB colors in percentages

R + G + B =
71 + 103 + 114 = 288 (100%)
R 71 of 288 ~ 24.65%
G 103 of 288 ~ 35.76%
B 114 of 288 ~ 39.58%

%24.65
%35.76
%39.58

CMYK color model

#476772 color CMYK value is (38,10,0,55).

  • cyan value is 37.72%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(38,10,0,55)
C38M10Y0K55 
(38%,10%,0%,55%)
(0.38/0.10/0.00/0.55)	

CMYK percentages

%37.72
%9.65
%0
%55.29

Codes

Color #476772 in popluar color models

476772
RGB71103114
HSL195°23.24%36.27%
HSB/HSV195°37.72%44.71%
CMYK37.72%9.65%0.00%
55.29%

Color #476772 in popluar number systems.

HEX476772
Decimal71103114
Binary100011111001111110010
Octal107147162

Shades and tints

Shades of #476772

#476772
(71,103,114)
#415E68
(65,94,104)
#3B555E
(59,85,94)
#354C54
(53,76,84)
#2F434A
(47,67,74)
#293A40
(41,58,64)
#233136
(35,49,54)
#1D282C
(29,40,44)
#171F22
(23,31,34)
#111618
(17,22,24)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #476772

#476772
(71,103,114)
#57747E
(87,116,126)
#67818A
(103,129,138)
#778E96
(119,142,150)
#879BA2
(135,155,162)
#97A8AE
(151,168,174)
#A7B5BA
(167,181,186)
#B7C2C6
(183,194,198)
#C7CFD2
(199,207,210)
#D7DCDE
(215,220,222)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476772 color. Also use rgb(71,103,114) instead hex code.

Text Font Color

.myTextColor { color: #476772; }

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

This text font color is #476772.


Background Color

.myBgColor { background-color: #476772; }

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

This div background color is #476772.


Border color

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

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

This div border color is #476772.


Opacity

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

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

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

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

This text has shadow with #476772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476772 on black background.


Color preview on white background

This text has color #476772 on white background.



Black color preview on #476772 background

This text has black color on #476772 background.


White color preview on #476772 background

This text has white color on #476772 background.