COLOR #476272

HEX: #476272
RGB: (71,98,114)

Color info

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

RGB color model

#476272 color RGB value is (71,98,114).

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

RGB channels and saturation

R 71 of 255 = 28%
G 98 of 255 = 38%
B 114 of 255 = 45%

71
98
114

R + G + B ~ 37%. #476272 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 98 + 114 = 283 (100%)
R 71 of 283 ~ 25.09%
G 98 of 283 ~ 34.63%
B 114 of 283 ~ 40.28%

%25.09
%34.63
%40.28

CMYK color model

#476272 color CMYK value is (38,14,0,55).

  • cyan value is 37.72%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(38,14,0,55)
C38M14Y0K55 
(38%,14%,0%,55%)
(0.38/0.14/0.00/0.55)	

CMYK percentages

%37.72
%14.04
%0
%55.29

Codes

Color #476272 in popluar color models

476272
RGB7198114
HSL202°23.24%36.27%
HSB/HSV202°37.72%44.71%
CMYK37.72%14.04%0.00%
55.29%

Color #476272 in popluar number systems.

HEX476272
Decimal7198114
Binary100011111000101110010
Octal107142162

Shades and tints

Shades of #476272

#476272
(71,98,114)
#415A68
(65,90,104)
#3B525E
(59,82,94)
#354A54
(53,74,84)
#2F424A
(47,66,74)
#293A40
(41,58,64)
#233236
(35,50,54)
#1D2A2C
(29,42,44)
#172222
(23,34,34)
#111A18
(17,26,24)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #476272

#476272
(71,98,114)
#57707E
(87,112,126)
#677E8A
(103,126,138)
#778C96
(119,140,150)
#879AA2
(135,154,162)
#97A8AE
(151,168,174)
#A7B6BA
(167,182,186)
#B7C4C6
(183,196,198)
#C7D2D2
(199,210,210)
#D7E0DE
(215,224,222)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476272; }

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

This text font color is #476272.


Background Color

.myBgColor { background-color: #476272; }

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

This div background color is #476272.


Border color

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

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

This div border color is #476272.


Opacity

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

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

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

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

This text has shadow with #476272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476272 on black background.


Color preview on white background

This text has color #476272 on white background.



Black color preview on #476272 background

This text has black color on #476272 background.


White color preview on #476272 background

This text has white color on #476272 background.