HEX: #477486
RGB: (71,116,134)
#477486 contains mainly green and blue colors. Web safe color of #477486 is #336699 (or #369).
#477486 color RGB value is (71,116,134).
RGB: (71,116,134)
(28%, 45%, 53%)
R 71 of 255 = 28%
G 116 of 255 = 45%
B 134 of 255 = 53%
R + G + B ~ 42%. #477486 is middle color (not dark and not light).
R + G + B = 71 + 116 + 134 = 321 (100%)
R 71 of 321 ~ 22.12%
G 116 of 321 ~ 36.14%
B 134 of 321 ~ 41.74'%
#477486 color CMYK value is (47,13,0,47).
CMYK: (47,13,0,47) C47M13Y0K47 (47%,13%,0%,47%) (0.47/0.13/0.00/0.47)
Color #477486 in popluar color models
47 | 74 | 86 | |
---|---|---|---|
RGB | 71 | 116 | 134 |
HSL | 197° | 30.73% | 40.20% |
HSB/HSV | 197° | 47.01% | 52.55% |
CMYK | 47.01% | 13.43% | 0.00% |
47.45% |
Color #477486 in popluar number systems.
HEX | 47 | 74 | 86 |
Decimal | 71 | 116 | 134 |
Binary | 1000111 | 1110100 | 10000110 |
Octal | 107 | 164 | 206 |
Shades of #477486
Tints of #477486
Examples of css and html codes for elements with #477486 color. Also use rgb(71,116,134) instead hex code.
.myTextColor { color: #477486; }
<p style="color:#477486">This sample text font color is #477486.</p>
This text font color is #477486.
.myBgColor { background-color: #477486; }
<div style="background-color:#477486">Inner text</div>
This div background color is #477486.
.myBorderColor { border: 1px solid #477486; }
<div style="border:3px solid #477486">Div</div>
This div border color is #477486.
.myOpacity80 { color: #477486; opacity: 0.8; }
<p style="color:#477486;opacity:0.8;">80%</p>
Text with #477486 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477486;}
<p style="text-shadow: 3px 3px 1px #477486">Text here.</p>
This text has shadow with #477486 color.
.textShadow {text-shadow: 3px 3px 1px #477486', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477486, 5px 5px 20px red">Text here.</p>
This text has shadow with #477486 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477486, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477486, Direction=45, Strength=4)">Text</p>
This text has shadow with #477486 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477486;
-webkit-box-shadow: 1px 1px 3px 2px #477486;
box-shadow: 1px 1px 3px 2px #477486;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477486; -webkit-box-shadow: 1px 1px 3px 2px #477486; box-shadow:1px 1px 3px 2px #477486;">
Div content here
</div>
This text has color #477486 on black background.
This text has color #477486 on white background.
This text has black color on #477486 background.
This text has white color on #477486 background.
Complementary color for #hex is #B88B79.