HEX: #477187
RGB: (71,113,135)
#477187 contains mainly green and blue colors. Web safe color of #477187 is #336699 (or #369).
#477187 color RGB value is (71,113,135).
RGB: (71,113,135) (28%,44%,53%)
R 71 of 255 = 28%
G 113 of 255 = 44%
B 135 of 255 = 53%
R + G + B ~ 42%. #477187 is middle color (not dark and not light).
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%
#477187 color CMYK value is (47,16,0,47).
CMYK: (47,16,0,47) C47M16Y0K47 (47%,16%,0%,47%) (0.47/0.16/0.00/0.47)
47 | 71 | 87 | |
---|---|---|---|
RGB | 71 | 113 | 135 |
HSL | 201° | 31.07% | 40.39% |
HSB/HSV | 201° | 47.41% | 52.94% |
CMYK | 47.41% | 16.30% | 0.00% |
47.06% |
HEX | 47 | 71 | 87 |
Decimal | 71 | 113 | 135 |
Binary | 1000111 | 1110001 | 10000111 |
Octal | 107 | 161 | 207 |
Examples of css and html codes for elements with #477187 color. Also use rgb(71,113,135) instead hex code.
.myTextColor { color: #477187; }
<p style="color:#477187">This sample text font color is #477187.</p>
This text font color is #477187.
.myBgColor { background-color: #477187; }
<div style="background-color:#477187">Inner text</div>
This div background color is #477187.
.myBorderColor { border: 1px solid #477187; }
<div style="border:3px solid #477187">Div</div>
This div border color is #477187.
.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%.
.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.
/* 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 text has color #477187 on black background.
This text has color #477187 on white background.
This text has black color on #477187 background.
This text has white color on #477187 background.