COLOR #476D81

HEX: #476D81
RGB: (71,109,129)

Color info

#476D81 contains red, green and blue colors in about the same proportion. Web safe color of #476D81 is #336699 (or #369).

RGB color model

#476D81 color RGB value is (71,109,129).

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

RGB channels and saturation

R 71 of 255 = 28%
G 109 of 255 = 43%
B 129 of 255 = 51%

71
109
129

R + G + B ~ 41%. #476D81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 109 + 129 = 309 (100%)
R 71 of 309 ~ 22.98%
G 109 of 309 ~ 35.28%
B 129 of 309 ~ 41.75%

%22.98
%35.28
%41.75

CMYK color model

#476D81 color CMYK value is (45,16,0,49).

  • cyan value is 44.96%
  • magenta value is 15.50%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(45,16,0,49)
C45M16Y0K49 
(45%,16%,0%,49%)
(0.45/0.16/0.00/0.49)	

CMYK percentages

%44.96
%15.5
%0
%49.41

Codes

Color #476D81 in popluar color models

476D81
RGB71109129
HSL201°29.00%39.22%
HSB/HSV201°44.96%50.59%
CMYK44.96%15.50%0.00%
49.41%

Color #476D81 in popluar number systems.

HEX476D81
Decimal71109129
Binary1000111110110110000001
Octal107155201

Shades and tints

Shades of #476D81

#476D81
(71,109,129)
#416476
(65,100,118)
#3B5B6B
(59,91,107)
#355260
(53,82,96)
#2F4955
(47,73,85)
#29404A
(41,64,74)
#23373F
(35,55,63)
#1D2E34
(29,46,52)
#172529
(23,37,41)
#111C1E
(17,28,30)
#0B1313
(11,19,19)
#000000
(0,0,0)

Tints of #476D81

#476D81
(71,109,129)
#577A8C
(87,122,140)
#678797
(103,135,151)
#7794A2
(119,148,162)
#87A1AD
(135,161,173)
#97AEB8
(151,174,184)
#A7BBC3
(167,187,195)
#B7C8CE
(183,200,206)
#C7D5D9
(199,213,217)
#D7E2E4
(215,226,228)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476D81 color. Also use rgb(71,109,129) instead hex code.

Text Font Color

.myTextColor { color: #476D81; }

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

This text font color is #476D81.


Background Color

.myBgColor { background-color: #476D81; }

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

This div background color is #476D81.


Border color

.myBorderColor { border: 1px solid #476D81; }

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

This div border color is #476D81.


Opacity

.myOpacity80 { color: #476D81; opacity: 0.8; }

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

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

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

This text has shadow with #476D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476D81 on black background.


Color preview on white background

This text has color #476D81 on white background.



Black color preview on #476D81 background

This text has black color on #476D81 background.


White color preview on #476D81 background

This text has white color on #476D81 background.