COLOR #475C98

HEX: #475C98
RGB: (71,92,152)

Color info

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

RGB color model

#475C98 color RGB value is (71,92,152).

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

RGB channels and saturation

R 71 of 255 = 28%
G 92 of 255 = 36%
B 152 of 255 = 60%

71
92
152

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

Portions of RGB colors in percentages

R + G + B =
71 + 92 + 152 = 315 (100%)
R 71 of 315 ~ 22.54%
G 92 of 315 ~ 29.21%
B 152 of 315 ~ 48.25%

%22.54
%29.21
%48.25

CMYK color model

#475C98 color CMYK value is (53,39,0,40).

  • cyan value is 53.29%
  • magenta value is 39.47%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(53,39,0,40)
C53M39Y0K40 
(53%,39%,0%,40%)
(0.53/0.39/0.00/0.40)	

CMYK percentages

%53.29
%39.47
%0
%40.39

Codes

Color #475C98 in popluar color models

475C98
RGB7192152
HSL224°36.32%43.73%
HSB/HSV224°53.29%59.61%
CMYK53.29%39.47%0.00%
40.39%

Color #475C98 in popluar number systems.

HEX475C98
Decimal7192152
Binary1000111101110010011000
Octal107134230

Shades and tints

Shades of #475C98

#475C98
(71,92,152)
#41548B
(65,84,139)
#3B4C7E
(59,76,126)
#354471
(53,68,113)
#2F3C64
(47,60,100)
#293457
(41,52,87)
#232C4A
(35,44,74)
#1D243D
(29,36,61)
#171C30
(23,28,48)
#111423
(17,20,35)
#0B0C16
(11,12,22)
#000000
(0,0,0)

Tints of #475C98

#475C98
(71,92,152)
#576AA1
(87,106,161)
#6778AA
(103,120,170)
#7786B3
(119,134,179)
#8794BC
(135,148,188)
#97A2C5
(151,162,197)
#A7B0CE
(167,176,206)
#B7BED7
(183,190,215)
#C7CCE0
(199,204,224)
#D7DAE9
(215,218,233)
#E7E8F2
(231,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475C98; }

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

This text font color is #475C98.


Background Color

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

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

This div background color is #475C98.


Border color

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

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

This div border color is #475C98.


Opacity

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

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

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

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

This text has shadow with #475C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475C98 on black background.


Color preview on white background

This text has color #475C98 on white background.



Black color preview on #475C98 background

This text has black color on #475C98 background.


White color preview on #475C98 background

This text has white color on #475C98 background.