COLOR #475CAE

HEX: #475CAE
RGB: (71,92,174)

Color info

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

RGB color model

#475CAE color RGB value is (71,92,174).

  • red value is 71;
  • green value is 92;
  • blue value is 174.
RGB:
(71,92,174)
(28%,36%,68%)

RGB channels and saturation

R 71 of 255 = 28%
G 92 of 255 = 36%
B 174 of 255 = 68%

71
92
174

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

Portions of RGB colors in percentages

R + G + B =
71 + 92 + 174 = 337 (100%)
R 71 of 337 ~ 21.07%
G 92 of 337 ~ 27.3%
B 174 of 337 ~ 51.63%

%21.07
%27.3
%51.63

CMYK color model

#475CAE color CMYK value is (59,47,0,32).

  • cyan value is 59.20%
  • magenta value is 47.13%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(59,47,0,32)
C59M47Y0K32 
(59%,47%,0%,32%)
(0.59/0.47/0.00/0.32)	

CMYK percentages

%59.2
%47.13
%0
%31.76

Codes

Color #475CAE in popluar color models

475CAE
RGB7192174
HSL228°42.04%48.04%
HSB/HSV228°59.20%68.24%
CMYK59.20%47.13%0.00%
31.76%

Color #475CAE in popluar number systems.

HEX475CAE
Decimal7192174
Binary1000111101110010101110
Octal107134256

Shades and tints

Shades of #475CAE

#475CAE
(71,92,174)
#41549F
(65,84,159)
#3B4C90
(59,76,144)
#354481
(53,68,129)
#2F3C72
(47,60,114)
#293463
(41,52,99)
#232C54
(35,44,84)
#1D2445
(29,36,69)
#171C36
(23,28,54)
#111427
(17,20,39)
#0B0C18
(11,12,24)
#000000
(0,0,0)

Tints of #475CAE

#475CAE
(71,92,174)
#576AB5
(87,106,181)
#6778BC
(103,120,188)
#7786C3
(119,134,195)
#8794CA
(135,148,202)
#97A2D1
(151,162,209)
#A7B0D8
(167,176,216)
#B7BEDF
(183,190,223)
#C7CCE6
(199,204,230)
#D7DAED
(215,218,237)
#E7E8F4
(231,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475CAE color. Also use rgb(71,92,174) instead hex code.

Text Font Color

.myTextColor { color: #475CAE; }

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

This text font color is #475CAE.


Background Color

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

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

This div background color is #475CAE.


Border color

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

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

This div border color is #475CAE.


Opacity

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

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

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

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

This text has shadow with #475CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475CAE on black background.


Color preview on white background

This text has color #475CAE on white background.



Black color preview on #475CAE background

This text has black color on #475CAE background.


White color preview on #475CAE background

This text has white color on #475CAE background.