COLOR #475881

HEX: #475881
RGB: (71,88,129)

Color info

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

RGB color model

#475881 color RGB value is (71,88,129).

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

RGB channels and saturation

R 71 of 255 = 28%
G 88 of 255 = 35%
B 129 of 255 = 51%

71
88
129

R + G + B ~ 38%. #475881 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 88 + 129 = 288 (100%)
R 71 of 288 ~ 24.65%
G 88 of 288 ~ 30.56%
B 129 of 288 ~ 44.79%

%24.65
%30.56
%44.79

CMYK color model

#475881 color CMYK value is (45,32,0,49).

  • cyan value is 44.96%
  • magenta value is 31.78%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(45,32,0,49)
C45M32Y0K49 
(45%,32%,0%,49%)
(0.45/0.32/0.00/0.49)	

CMYK percentages

%44.96
%31.78
%0
%49.41

Codes

Color #475881 in popluar color models

475881
RGB7188129
HSL222°29.00%39.22%
HSB/HSV222°44.96%50.59%
CMYK44.96%31.78%0.00%
49.41%

Color #475881 in popluar number systems.

HEX475881
Decimal7188129
Binary1000111101100010000001
Octal107130201

Shades and tints

Shades of #475881

#475881
(71,88,129)
#415076
(65,80,118)
#3B486B
(59,72,107)
#354060
(53,64,96)
#2F3855
(47,56,85)
#29304A
(41,48,74)
#23283F
(35,40,63)
#1D2034
(29,32,52)
#171829
(23,24,41)
#11101E
(17,16,30)
#0B0813
(11,8,19)
#000000
(0,0,0)

Tints of #475881

#475881
(71,88,129)
#57678C
(87,103,140)
#677697
(103,118,151)
#7785A2
(119,133,162)
#8794AD
(135,148,173)
#97A3B8
(151,163,184)
#A7B2C3
(167,178,195)
#B7C1CE
(183,193,206)
#C7D0D9
(199,208,217)
#D7DFE4
(215,223,228)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475881; }

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

This text font color is #475881.


Background Color

.myBgColor { background-color: #475881; }

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

This div background color is #475881.


Border color

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

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

This div border color is #475881.


Opacity

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

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

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

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

This text has shadow with #475881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475881 on black background.


Color preview on white background

This text has color #475881 on white background.



Black color preview on #475881 background

This text has black color on #475881 background.


White color preview on #475881 background

This text has white color on #475881 background.