HEX: #478992
RGB: (71,137,146)
#478992 contains mainly green and blue colors. Web safe color of #478992 is #339999 (or #399).
#478992 color RGB value is (71,137,146).
RGB: (71,137,146)
(28%, 54%, 57%)
R 71 of 255 = 28%
G 137 of 255 = 54%
B 146 of 255 = 57%
R + G + B ~ 46%. #478992 is middle color (not dark and not light).
R + G + B = 71 + 137 + 146 = 354 (100%)
R 71 of 354 ~ 20.06%
G 137 of 354 ~ 38.7%
B 146 of 354 ~ 41.24'%
#478992 color CMYK value is (51,6,0,43).
CMYK: (51,6,0,43) C51M6Y0K43 (51%,6%,0%,43%) (0.51/0.06/0.00/0.43)
Color #478992 in popluar color models
47 | 89 | 92 | |
---|---|---|---|
RGB | 71 | 137 | 146 |
HSL | 187° | 34.56% | 42.55% |
HSB/HSV | 187° | 51.37% | 57.25% |
CMYK | 51.37% | 6.16% | 0.00% |
42.75% |
Color #478992 in popluar number systems.
HEX | 47 | 89 | 92 |
Decimal | 71 | 137 | 146 |
Binary | 1000111 | 10001001 | 10010010 |
Octal | 107 | 211 | 222 |
Shades of #478992
Tints of #478992
Examples of css and html codes for elements with #478992 color. Also use rgb(71,137,146) instead hex code.
.myTextColor { color: #478992; }
<p style="color:#478992">This sample text font color is #478992.</p>
This text font color is #478992.
.myBgColor { background-color: #478992; }
<div style="background-color:#478992">Inner text</div>
This div background color is #478992.
.myBorderColor { border: 1px solid #478992; }
<div style="border:3px solid #478992">Div</div>
This div border color is #478992.
.myOpacity80 { color: #478992; opacity: 0.8; }
<p style="color:#478992;opacity:0.8;">80%</p>
Text with #478992 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #478992;}
<p style="text-shadow: 3px 3px 1px #478992">Text here.</p>
This text has shadow with #478992 color.
.textShadow {text-shadow: 3px 3px 1px #478992', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #478992, 5px 5px 20px red">Text here.</p>
This text has shadow with #478992 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#478992, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#478992, Direction=45, Strength=4)">Text</p>
This text has shadow with #478992 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #478992;
-webkit-box-shadow: 1px 1px 3px 2px #478992;
box-shadow: 1px 1px 3px 2px #478992;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #478992; -webkit-box-shadow: 1px 1px 3px 2px #478992; box-shadow:1px 1px 3px 2px #478992;">
Div content here
</div>
This text has color #478992 on black background.
This text has color #478992 on white background.
This text has black color on #478992 background.
This text has white color on #478992 background.
Complementary color for #hex is #B8766D.