COLOR #475F88

HEX: #475F88
RGB: (71,95,136)

Color info

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

RGB color model

#475F88 color RGB value is (71,95,136).

  • red value is 71;
  • green value is 95;
  • blue value is 136.
RGB:
(71,95,136)
(28%,37%,53%)

RGB channels and saturation

R 71 of 255 = 28%
G 95 of 255 = 37%
B 136 of 255 = 53%

71
95
136

R + G + B ~ 39%. #475F88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 95 + 136 = 302 (100%)
R 71 of 302 ~ 23.51%
G 95 of 302 ~ 31.46%
B 136 of 302 ~ 45.03%

%23.51
%31.46
%45.03

CMYK color model

#475F88 color CMYK value is (48,30,0,47).

  • cyan value is 47.79%
  • magenta value is 30.15%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(48,30,0,47)
C48M30Y0K47 
(48%,30%,0%,47%)
(0.48/0.30/0.00/0.47)	

CMYK percentages

%47.79
%30.15
%0
%46.67

Codes

Color #475F88 in popluar color models

475F88
RGB7195136
HSL218°31.40%40.59%
HSB/HSV218°47.79%53.33%
CMYK47.79%30.15%0.00%
46.67%

Color #475F88 in popluar number systems.

HEX475F88
Decimal7195136
Binary1000111101111110001000
Octal107137210

Shades and tints

Shades of #475F88

#475F88
(71,95,136)
#41577C
(65,87,124)
#3B4F70
(59,79,112)
#354764
(53,71,100)
#2F3F58
(47,63,88)
#29374C
(41,55,76)
#232F40
(35,47,64)
#1D2734
(29,39,52)
#171F28
(23,31,40)
#11171C
(17,23,28)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #475F88

#475F88
(71,95,136)
#576D92
(87,109,146)
#677B9C
(103,123,156)
#7789A6
(119,137,166)
#8797B0
(135,151,176)
#97A5BA
(151,165,186)
#A7B3C4
(167,179,196)
#B7C1CE
(183,193,206)
#C7CFD8
(199,207,216)
#D7DDE2
(215,221,226)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475F88 color. Also use rgb(71,95,136) instead hex code.

Text Font Color

.myTextColor { color: #475F88; }

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

This text font color is #475F88.


Background Color

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

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

This div background color is #475F88.


Border color

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

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

This div border color is #475F88.


Opacity

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

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

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

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

This text has shadow with #475F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475F88 on black background.


Color preview on white background

This text has color #475F88 on white background.



Black color preview on #475F88 background

This text has black color on #475F88 background.


White color preview on #475F88 background

This text has white color on #475F88 background.