COLOR #475BAA

HEX: #475BAA
RGB: (71,91,170)

Color info

#475BAA contains mainly blue color. Web safe color of #475BAA is #336699 (or #369).

RGB color model

#475BAA color RGB value is (71,91,170).

  • red value is 71;
  • green value is 91;
  • blue value is 170.
RGB:
(71,91,170)
(28%,36%,67%)

RGB channels and saturation

R 71 of 255 = 28%
G 91 of 255 = 36%
B 170 of 255 = 67%

71
91
170

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

Portions of RGB colors in percentages

R + G + B =
71 + 91 + 170 = 332 (100%)
R 71 of 332 ~ 21.39%
G 91 of 332 ~ 27.41%
B 170 of 332 ~ 51.2%

%21.39
%27.41
%51.2

CMYK color model

#475BAA color CMYK value is (58,46,0,33).

  • cyan value is 58.24%
  • magenta value is 46.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(58,46,0,33)
C58M46Y0K33 
(58%,46%,0%,33%)
(0.58/0.46/0.00/0.33)	

CMYK percentages

%58.24
%46.47
%0
%33.33

Codes

Color #475BAA in popluar color models

475BAA
RGB7191170
HSL228°41.08%47.25%
HSB/HSV228°58.24%66.67%
CMYK58.24%46.47%0.00%
33.33%

Color #475BAA in popluar number systems.

HEX475BAA
Decimal7191170
Binary1000111101101110101010
Octal107133252

Shades and tints

Shades of #475BAA

#475BAA
(71,91,170)
#41539B
(65,83,155)
#3B4B8C
(59,75,140)
#35437D
(53,67,125)
#2F3B6E
(47,59,110)
#29335F
(41,51,95)
#232B50
(35,43,80)
#1D2341
(29,35,65)
#171B32
(23,27,50)
#111323
(17,19,35)
#0B0B14
(11,11,20)
#000000
(0,0,0)

Tints of #475BAA

#475BAA
(71,91,170)
#5769B1
(87,105,177)
#6777B8
(103,119,184)
#7785BF
(119,133,191)
#8793C6
(135,147,198)
#97A1CD
(151,161,205)
#A7AFD4
(167,175,212)
#B7BDDB
(183,189,219)
#C7CBE2
(199,203,226)
#D7D9E9
(215,217,233)
#E7E7F0
(231,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475BAA color. Also use rgb(71,91,170) instead hex code.

Text Font Color

.myTextColor { color: #475BAA; }

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

This text font color is #475BAA.


Background Color

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

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

This div background color is #475BAA.


Border color

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

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

This div border color is #475BAA.


Opacity

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

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

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

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

This text has shadow with #475BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475BAA on black background.


Color preview on white background

This text has color #475BAA on white background.



Black color preview on #475BAA background

This text has black color on #475BAA background.


White color preview on #475BAA background

This text has white color on #475BAA background.