COLOR #476981

HEX: #476981
RGB: (71,105,129)

Color info

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

RGB color model

#476981 color RGB value is (71,105,129).

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

RGB channels and saturation

R 71 of 255 = 28%
G 105 of 255 = 41%
B 129 of 255 = 51%

71
105
129

R + G + B ~ 40%. #476981 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 105 + 129 = 305 (100%)
R 71 of 305 ~ 23.28%
G 105 of 305 ~ 34.43%
B 129 of 305 ~ 42.3%

%23.28
%34.43
%42.3

CMYK color model

#476981 color CMYK value is (45,19,0,49).

  • cyan value is 44.96%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(45,19,0,49)
C45M19Y0K49 
(45%,19%,0%,49%)
(0.45/0.19/0.00/0.49)	

CMYK percentages

%44.96
%18.6
%0
%49.41

Codes

Color #476981 in popluar color models

476981
RGB71105129
HSL205°29.00%39.22%
HSB/HSV205°44.96%50.59%
CMYK44.96%18.60%0.00%
49.41%

Color #476981 in popluar number systems.

HEX476981
Decimal71105129
Binary1000111110100110000001
Octal107151201

Shades and tints

Shades of #476981

#476981
(71,105,129)
#416076
(65,96,118)
#3B576B
(59,87,107)
#354E60
(53,78,96)
#2F4555
(47,69,85)
#293C4A
(41,60,74)
#23333F
(35,51,63)
#1D2A34
(29,42,52)
#172129
(23,33,41)
#11181E
(17,24,30)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #476981

#476981
(71,105,129)
#57768C
(87,118,140)
#678397
(103,131,151)
#7790A2
(119,144,162)
#879DAD
(135,157,173)
#97AAB8
(151,170,184)
#A7B7C3
(167,183,195)
#B7C4CE
(183,196,206)
#C7D1D9
(199,209,217)
#D7DEE4
(215,222,228)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476981; }

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

This text font color is #476981.


Background Color

.myBgColor { background-color: #476981; }

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

This div background color is #476981.


Border color

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

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

This div border color is #476981.


Opacity

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

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

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

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

This text has shadow with #476981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476981 on black background.


Color preview on white background

This text has color #476981 on white background.



Black color preview on #476981 background

This text has black color on #476981 background.


White color preview on #476981 background

This text has white color on #476981 background.