COLOR #475590

HEX: #475590
RGB: (71,85,144)

Color info

#475590 contains mainly green and blue colors. Web safe color of #475590 is #336699 (or #369).

RGB color model

#475590 color RGB value is (71,85,144).

  • red value is 71;
  • green value is 85;
  • blue value is 144.
RGB:
(71,85,144)
(28%,33%,56%)

RGB channels and saturation

R 71 of 255 = 28%
G 85 of 255 = 33%
B 144 of 255 = 56%

71
85
144

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

Portions of RGB colors in percentages

R + G + B =
71 + 85 + 144 = 300 (100%)
R 71 of 300 ~ 23.67%
G 85 of 300 ~ 28.33%
B 144 of 300 ~ 48%

%23.67
%28.33
%48

CMYK color model

#475590 color CMYK value is (51,41,0,44).

  • cyan value is 50.69%
  • magenta value is 40.97%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(51,41,0,44)
C51M41Y0K44 
(51%,41%,0%,44%)
(0.51/0.41/0.00/0.44)	

CMYK percentages

%50.69
%40.97
%0
%43.53

Codes

Color #475590 in popluar color models

475590
RGB7185144
HSL228°33.95%42.16%
HSB/HSV228°50.69%56.47%
CMYK50.69%40.97%0.00%
43.53%

Color #475590 in popluar number systems.

HEX475590
Decimal7185144
Binary1000111101010110010000
Octal107125220

Shades and tints

Shades of #475590

#475590
(71,85,144)
#414E83
(65,78,131)
#3B4776
(59,71,118)
#354069
(53,64,105)
#2F395C
(47,57,92)
#29324F
(41,50,79)
#232B42
(35,43,66)
#1D2435
(29,36,53)
#171D28
(23,29,40)
#11161B
(17,22,27)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #475590

#475590
(71,85,144)
#57649A
(87,100,154)
#6773A4
(103,115,164)
#7782AE
(119,130,174)
#8791B8
(135,145,184)
#97A0C2
(151,160,194)
#A7AFCC
(167,175,204)
#B7BED6
(183,190,214)
#C7CDE0
(199,205,224)
#D7DCEA
(215,220,234)
#E7EBF4
(231,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475590 color. Also use rgb(71,85,144) instead hex code.

Text Font Color

.myTextColor { color: #475590; }

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

This text font color is #475590.


Background Color

.myBgColor { background-color: #475590; }

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

This div background color is #475590.


Border color

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

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

This div border color is #475590.


Opacity

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

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

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

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

This text has shadow with #475590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475590 on black background.


Color preview on white background

This text has color #475590 on white background.



Black color preview on #475590 background

This text has black color on #475590 background.


White color preview on #475590 background

This text has white color on #475590 background.