COLOR #475890

HEX: #475890
RGB: (71,88,144)

Color info

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

RGB color model

#475890 color RGB value is (71,88,144).

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

RGB channels and saturation

R 71 of 255 = 28%
G 88 of 255 = 35%
B 144 of 255 = 56%

71
88
144

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

Portions of RGB colors in percentages

R + G + B =
71 + 88 + 144 = 303 (100%)
R 71 of 303 ~ 23.43%
G 88 of 303 ~ 29.04%
B 144 of 303 ~ 47.52%

%23.43
%29.04
%47.52

CMYK color model

#475890 color CMYK value is (51,39,0,44).

  • cyan value is 50.69%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(51,39,0,44)
C51M39Y0K44 
(51%,39%,0%,44%)
(0.51/0.39/0.00/0.44)	

CMYK percentages

%50.69
%38.89
%0
%43.53

Codes

Color #475890 in popluar color models

475890
RGB7188144
HSL226°33.95%42.16%
HSB/HSV226°50.69%56.47%
CMYK50.69%38.89%0.00%
43.53%

Color #475890 in popluar number systems.

HEX475890
Decimal7188144
Binary1000111101100010010000
Octal107130220

Shades and tints

Shades of #475890

#475890
(71,88,144)
#415083
(65,80,131)
#3B4876
(59,72,118)
#354069
(53,64,105)
#2F385C
(47,56,92)
#29304F
(41,48,79)
#232842
(35,40,66)
#1D2035
(29,32,53)
#171828
(23,24,40)
#11101B
(17,16,27)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #475890

#475890
(71,88,144)
#57679A
(87,103,154)
#6776A4
(103,118,164)
#7785AE
(119,133,174)
#8794B8
(135,148,184)
#97A3C2
(151,163,194)
#A7B2CC
(167,178,204)
#B7C1D6
(183,193,214)
#C7D0E0
(199,208,224)
#D7DFEA
(215,223,234)
#E7EEF4
(231,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475890; }

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

This text font color is #475890.


Background Color

.myBgColor { background-color: #475890; }

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

This div background color is #475890.


Border color

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

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

This div border color is #475890.


Opacity

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

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

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

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

This text has shadow with #475890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475890 on black background.


Color preview on white background

This text has color #475890 on white background.



Black color preview on #475890 background

This text has black color on #475890 background.


White color preview on #475890 background

This text has white color on #475890 background.