COLOR #475F99

HEX: #475F99
RGB: (71,95,153)

Color info

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

RGB color model

#475F99 color RGB value is (71,95,153).

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

RGB channels and saturation

R 71 of 255 = 28%
G 95 of 255 = 37%
B 153 of 255 = 60%

71
95
153

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

Portions of RGB colors in percentages

R + G + B =
71 + 95 + 153 = 319 (100%)
R 71 of 319 ~ 22.26%
G 95 of 319 ~ 29.78%
B 153 of 319 ~ 47.96%

%22.26
%29.78
%47.96

CMYK color model

#475F99 color CMYK value is (54,38,0,40).

  • cyan value is 53.59%
  • magenta value is 37.91%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(54,38,0,40)
C54M38Y0K40 
(54%,38%,0%,40%)
(0.54/0.38/0.00/0.40)	

CMYK percentages

%53.59
%37.91
%0
%40

Codes

Color #475F99 in popluar color models

475F99
RGB7195153
HSL222°36.61%43.92%
HSB/HSV222°53.59%60.00%
CMYK53.59%37.91%0.00%
40.00%

Color #475F99 in popluar number systems.

HEX475F99
Decimal7195153
Binary1000111101111110011001
Octal107137231

Shades and tints

Shades of #475F99

#475F99
(71,95,153)
#41578C
(65,87,140)
#3B4F7F
(59,79,127)
#354772
(53,71,114)
#2F3F65
(47,63,101)
#293758
(41,55,88)
#232F4B
(35,47,75)
#1D273E
(29,39,62)
#171F31
(23,31,49)
#111724
(17,23,36)
#0B0F17
(11,15,23)
#000000
(0,0,0)

Tints of #475F99

#475F99
(71,95,153)
#576DA2
(87,109,162)
#677BAB
(103,123,171)
#7789B4
(119,137,180)
#8797BD
(135,151,189)
#97A5C6
(151,165,198)
#A7B3CF
(167,179,207)
#B7C1D8
(183,193,216)
#C7CFE1
(199,207,225)
#D7DDEA
(215,221,234)
#E7EBF3
(231,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475F99; }

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

This text font color is #475F99.


Background Color

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

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

This div background color is #475F99.


Border color

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

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

This div border color is #475F99.


Opacity

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

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

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

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

This text has shadow with #475F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475F99 on black background.


Color preview on white background

This text has color #475F99 on white background.



Black color preview on #475F99 background

This text has black color on #475F99 background.


White color preview on #475F99 background

This text has white color on #475F99 background.