COLOR #477187

HEX: #477187
RGB: (71,113,135)

Color info

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

RGB color model

#477187 color RGB value is (71,113,135).

  • red value is 71;
  • green value is 113;
  • blue value is 135.
RGB:
(71,113,135)
(28%,44%,53%)

RGB channels and saturation

R 71 of 255 = 28%
G 113 of 255 = 44%
B 135 of 255 = 53%

71
113
135

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

Portions of RGB colors in percentages

R + G + B =
71 + 113 + 135 = 319 (100%)
R 71 of 319 ~ 22.26%
G 113 of 319 ~ 35.42%
B 135 of 319 ~ 42.32%

%22.26
%35.42
%42.32

CMYK color model

#477187 color CMYK value is (47,16,0,47).

  • cyan value is 47.41%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(47,16,0,47)
C47M16Y0K47 
(47%,16%,0%,47%)
(0.47/0.16/0.00/0.47)	

CMYK percentages

%47.41
%16.3
%0
%47.06

Codes

Color #477187 in popluar color models

477187
RGB71113135
HSL201°31.07%40.39%
HSB/HSV201°47.41%52.94%
CMYK47.41%16.30%0.00%
47.06%

Color #477187 in popluar number systems.

HEX477187
Decimal71113135
Binary1000111111000110000111
Octal107161207

Shades and tints

Shades of #477187

#477187
(71,113,135)
#41677B
(65,103,123)
#3B5D6F
(59,93,111)
#355363
(53,83,99)
#2F4957
(47,73,87)
#293F4B
(41,63,75)
#23353F
(35,53,63)
#1D2B33
(29,43,51)
#172127
(23,33,39)
#11171B
(17,23,27)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #477187

#477187
(71,113,135)
#577D91
(87,125,145)
#67899B
(103,137,155)
#7795A5
(119,149,165)
#87A1AF
(135,161,175)
#97ADB9
(151,173,185)
#A7B9C3
(167,185,195)
#B7C5CD
(183,197,205)
#C7D1D7
(199,209,215)
#D7DDE1
(215,221,225)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477187; }

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

This text font color is #477187.


Background Color

.myBgColor { background-color: #477187; }

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

This div background color is #477187.


Border color

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

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

This div border color is #477187.


Opacity

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

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

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

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

This text has shadow with #477187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477187 on black background.


Color preview on white background

This text has color #477187 on white background.



Black color preview on #477187 background

This text has black color on #477187 background.


White color preview on #477187 background

This text has white color on #477187 background.