COLOR #475E81

HEX: #475E81
RGB: (71,94,129)

Color info

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

RGB color model

#475E81 color RGB value is (71,94,129).

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

RGB channels and saturation

R 71 of 255 = 28%
G 94 of 255 = 37%
B 129 of 255 = 51%

71
94
129

R + G + B ~ 39%. #475E81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 94 + 129 = 294 (100%)
R 71 of 294 ~ 24.15%
G 94 of 294 ~ 31.97%
B 129 of 294 ~ 43.88%

%24.15
%31.97
%43.88

CMYK color model

#475E81 color CMYK value is (45,27,0,49).

  • cyan value is 44.96%
  • magenta value is 27.13%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(45,27,0,49)
C45M27Y0K49 
(45%,27%,0%,49%)
(0.45/0.27/0.00/0.49)	

CMYK percentages

%44.96
%27.13
%0
%49.41

Codes

Color #475E81 in popluar color models

475E81
RGB7194129
HSL216°29.00%39.22%
HSB/HSV216°44.96%50.59%
CMYK44.96%27.13%0.00%
49.41%

Color #475E81 in popluar number systems.

HEX475E81
Decimal7194129
Binary1000111101111010000001
Octal107136201

Shades and tints

Shades of #475E81

#475E81
(71,94,129)
#415676
(65,86,118)
#3B4E6B
(59,78,107)
#354660
(53,70,96)
#2F3E55
(47,62,85)
#29364A
(41,54,74)
#232E3F
(35,46,63)
#1D2634
(29,38,52)
#171E29
(23,30,41)
#11161E
(17,22,30)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #475E81

#475E81
(71,94,129)
#576C8C
(87,108,140)
#677A97
(103,122,151)
#7788A2
(119,136,162)
#8796AD
(135,150,173)
#97A4B8
(151,164,184)
#A7B2C3
(167,178,195)
#B7C0CE
(183,192,206)
#C7CED9
(199,206,217)
#D7DCE4
(215,220,228)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475E81; }

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

This text font color is #475E81.


Background Color

.myBgColor { background-color: #475E81; }

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

This div background color is #475E81.


Border color

.myBorderColor { border: 1px solid #475E81; }

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

This div border color is #475E81.


Opacity

.myOpacity80 { color: #475E81; opacity: 0.8; }

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

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

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

This text has shadow with #475E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E81 on black background.


Color preview on white background

This text has color #475E81 on white background.



Black color preview on #475E81 background

This text has black color on #475E81 background.


White color preview on #475E81 background

This text has white color on #475E81 background.