COLOR #476271

HEX: #476271
RGB: (71,98,113)

Color info

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

RGB color model

#476271 color RGB value is (71,98,113).

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

RGB channels and saturation

R 71 of 255 = 28%
G 98 of 255 = 38%
B 113 of 255 = 44%

71
98
113

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

Portions of RGB colors in percentages

R + G + B =
71 + 98 + 113 = 282 (100%)
R 71 of 282 ~ 25.18%
G 98 of 282 ~ 34.75%
B 113 of 282 ~ 40.07%

%25.18
%34.75
%40.07

CMYK color model

#476271 color CMYK value is (37,13,0,56).

  • cyan value is 37.17%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(37,13,0,56)
C37M13Y0K56 
(37%,13%,0%,56%)
(0.37/0.13/0.00/0.56)	

CMYK percentages

%37.17
%13.27
%0
%55.69

Codes

Color #476271 in popluar color models

476271
RGB7198113
HSL201°22.83%36.08%
HSB/HSV201°37.17%44.31%
CMYK37.17%13.27%0.00%
55.69%

Color #476271 in popluar number systems.

HEX476271
Decimal7198113
Binary100011111000101110001
Octal107142161

Shades and tints

Shades of #476271

#476271
(71,98,113)
#415A67
(65,90,103)
#3B525D
(59,82,93)
#354A53
(53,74,83)
#2F4249
(47,66,73)
#293A3F
(41,58,63)
#233235
(35,50,53)
#1D2A2B
(29,42,43)
#172221
(23,34,33)
#111A17
(17,26,23)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #476271

#476271
(71,98,113)
#57707D
(87,112,125)
#677E89
(103,126,137)
#778C95
(119,140,149)
#879AA1
(135,154,161)
#97A8AD
(151,168,173)
#A7B6B9
(167,182,185)
#B7C4C5
(183,196,197)
#C7D2D1
(199,210,209)
#D7E0DD
(215,224,221)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476271; }

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

This text font color is #476271.


Background Color

.myBgColor { background-color: #476271; }

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

This div background color is #476271.


Border color

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

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

This div border color is #476271.


Opacity

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

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

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

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

This text has shadow with #476271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476271 on black background.


Color preview on white background

This text has color #476271 on white background.



Black color preview on #476271 background

This text has black color on #476271 background.


White color preview on #476271 background

This text has white color on #476271 background.