COLOR #475999

HEX: #475999
RGB: (71,89,153)

Color info

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

RGB color model

#475999 color RGB value is (71,89,153).

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

RGB channels and saturation

R 71 of 255 = 28%
G 89 of 255 = 35%
B 153 of 255 = 60%

71
89
153

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

Portions of RGB colors in percentages

R + G + B =
71 + 89 + 153 = 313 (100%)
R 71 of 313 ~ 22.68%
G 89 of 313 ~ 28.43%
B 153 of 313 ~ 48.88%

%22.68
%28.43
%48.88

CMYK color model

#475999 color CMYK value is (54,42,0,40).

  • cyan value is 53.59%
  • magenta value is 41.83%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(54,42,0,40)
C54M42Y0K40 
(54%,42%,0%,40%)
(0.54/0.42/0.00/0.40)	

CMYK percentages

%53.59
%41.83
%0
%40

Codes

Color #475999 in popluar color models

475999
RGB7189153
HSL227°36.61%43.92%
HSB/HSV227°53.59%60.00%
CMYK53.59%41.83%0.00%
40.00%

Color #475999 in popluar number systems.

HEX475999
Decimal7189153
Binary1000111101100110011001
Octal107131231

Shades and tints

Shades of #475999

#475999
(71,89,153)
#41518C
(65,81,140)
#3B497F
(59,73,127)
#354172
(53,65,114)
#2F3965
(47,57,101)
#293158
(41,49,88)
#23294B
(35,41,75)
#1D213E
(29,33,62)
#171931
(23,25,49)
#111124
(17,17,36)
#0B0917
(11,9,23)
#000000
(0,0,0)

Tints of #475999

#475999
(71,89,153)
#5768A2
(87,104,162)
#6777AB
(103,119,171)
#7786B4
(119,134,180)
#8795BD
(135,149,189)
#97A4C6
(151,164,198)
#A7B3CF
(167,179,207)
#B7C2D8
(183,194,216)
#C7D1E1
(199,209,225)
#D7E0EA
(215,224,234)
#E7EFF3
(231,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475999; }

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

This text font color is #475999.


Background Color

.myBgColor { background-color: #475999; }

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

This div background color is #475999.


Border color

.myBorderColor { border: 1px solid #475999; }

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

This div border color is #475999.


Opacity

.myOpacity80 { color: #475999; opacity: 0.8; }

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

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

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

This text has shadow with #475999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475999 on black background.


Color preview on white background

This text has color #475999 on white background.



Black color preview on #475999 background

This text has black color on #475999 background.


White color preview on #475999 background

This text has white color on #475999 background.