COLOR #475B87

HEX: #475B87 RGB: (71,91,135)

Color info

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

RGB color model

#475B87 color RGB value is (71,91,135).

RGB: (71,91,135) (28%, 36%, 53%)

RGB channels and saturation

R 71 of 255 = 28%
G 91 of 255 = 36%
B 135 of 255 = 53%

71
91
135

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

Portions of RGB colors in percentages

R + G + B = 71 + 91 + 135 = 297 (100%)
R 71 of 297 ~ 23.91%
G 91 of 297 ~ 30.64%
B 135 of 297 ~ 45.45'%

%23.91
%30.64
%45.45

CMYK color model

#475B87 color CMYK value is (47,33,0,47).

  • cyan value is 47.41%
  • magenta value is 32.59%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK: (47,33,0,47) C47M33Y0K47 (47%,33%,0%,47%) (0.47/0.33/0.00/0.47) 

CMYK percentages

%47.41
%32.59
%0
%47.06

Codes

Color #475B87 in popluar color models

47 5B 87
RGB 71 91 135
HSL 221° 31.07% 40.39%
HSB/HSV 221° 47.41% 52.94%
CMYK 47.41% 32.59% 0.00%
47.06%

Color #475B87 in popluar number systems.

HEX 47 5B 87
Decimal 71 91 135
Binary 1000111 1011011 10000111
Octal 107 133 207

Shades and tints

Shades of #475B87

#475B87
(71,91,135)
#41537B
(65,83,123)
#3B4B6F
(59,75,111)
#354363
(53,67,99)
#2F3B57
(47,59,87)
#29334B
(41,51,75)
#232B3F
(35,43,63)
#1D2333
(29,35,51)
#171B27
(23,27,39)
#11131B
(17,19,27)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #475B87

#475B87
(71,91,135)
#576991
(87,105,145)
#67779B
(103,119,155)
#7785A5
(119,133,165)
#8793AF
(135,147,175)
#97A1B9
(151,161,185)
#A7AFC3
(167,175,195)
#B7BDCD
(183,189,205)
#C7CBD7
(199,203,215)
#D7D9E1
(215,217,225)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475B87 color. Also use rgb(71,91,135) instead hex code.

Text Font Color

.myTextColor { color: #475B87; }

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

This text font color is #475B87.

Background Color

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

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

This div background color is #475B87.

Border color

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

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

This div border color is #475B87.

Opacity

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

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

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

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

This text has shadow with #475B87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475B87.

Preview

Color preview on black background

This text has color #475B87 on black background.


Color preview on white background

This text has color #475B87 on white background.


Black color preview on #475B87 background

This text has black color on #475B87 background.


White color preview on #475B87 background

This text has white color on #475B87 background.


Related colors

Complementary color

Complementary color for #hex is #B8A478.


I love getcolorcode.com

Triadic colors

1 #87475B and #5B8747 with #475B87 are triadic colors.

2 #875B47 and #5B4787 with #475B87 are triadic colors.