COLOR #475A91

HEX: #475A91
RGB: (71,90,145)

Color info

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

RGB color model

#475A91 color RGB value is (71,90,145).

  • red value is 71;
  • green value is 90;
  • blue value is 145.
RGB:
(71,90,145)
(28%,35%,57%)

RGB channels and saturation

R 71 of 255 = 28%
G 90 of 255 = 35%
B 145 of 255 = 57%

71
90
145

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

Portions of RGB colors in percentages

R + G + B =
71 + 90 + 145 = 306 (100%)
R 71 of 306 ~ 23.2%
G 90 of 306 ~ 29.41%
B 145 of 306 ~ 47.39%

%23.2
%29.41
%47.39

CMYK color model

#475A91 color CMYK value is (51,38,0,43).

  • cyan value is 51.03%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(51,38,0,43)
C51M38Y0K43 
(51%,38%,0%,43%)
(0.51/0.38/0.00/0.43)	

CMYK percentages

%51.03
%37.93
%0
%43.14

Codes

Color #475A91 in popluar color models

475A91
RGB7190145
HSL225°34.26%42.35%
HSB/HSV225°51.03%56.86%
CMYK51.03%37.93%0.00%
43.14%

Color #475A91 in popluar number systems.

HEX475A91
Decimal7190145
Binary1000111101101010010001
Octal107132221

Shades and tints

Shades of #475A91

#475A91
(71,90,145)
#415284
(65,82,132)
#3B4A77
(59,74,119)
#35426A
(53,66,106)
#2F3A5D
(47,58,93)
#293250
(41,50,80)
#232A43
(35,42,67)
#1D2236
(29,34,54)
#171A29
(23,26,41)
#11121C
(17,18,28)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #475A91

#475A91
(71,90,145)
#57699B
(87,105,155)
#6778A5
(103,120,165)
#7787AF
(119,135,175)
#8796B9
(135,150,185)
#97A5C3
(151,165,195)
#A7B4CD
(167,180,205)
#B7C3D7
(183,195,215)
#C7D2E1
(199,210,225)
#D7E1EB
(215,225,235)
#E7F0F5
(231,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475A91 color. Also use rgb(71,90,145) instead hex code.

Text Font Color

.myTextColor { color: #475A91; }

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

This text font color is #475A91.


Background Color

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

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

This div background color is #475A91.


Border color

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

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

This div border color is #475A91.


Opacity

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

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

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

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

This text has shadow with #475A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A91 on black background.


Color preview on white background

This text has color #475A91 on white background.



Black color preview on #475A91 background

This text has black color on #475A91 background.


White color preview on #475A91 background

This text has white color on #475A91 background.