HEX: #476179
RGB: (71,97,121)
#476179 contains red, green and blue colors in about the same proportion. Web safe color of #476179 is #336666 (or #366).
#476179 color RGB value is (71,97,121).
RGB: (71,97,121)
(28%, 38%, 47%)
R 71 of 255 = 28%
G 97 of 255 = 38%
B 121 of 255 = 47%
R + G + B ~ 38%. #476179 is quite dark color.
R + G + B = 71 + 97 + 121 = 289 (100%)
R 71 of 289 ~ 24.57%
G 97 of 289 ~ 33.56%
B 121 of 289 ~ 41.87'%
#476179 color CMYK value is (41,20,0,53).
CMYK: (41,20,0,53)
C41M20Y0K53 (41%, 20%, 0%, 53%)
(0.41 / 0.20 / 0.00 / 0.53)
Color #476179 in popluar color models
47 | 61 | 79 | |
---|---|---|---|
RGB | 71 | 97 | 121 |
HSL | 209° | 26.04% | 37.65% |
HSB/HSV | 209° | 41.32% | 47.45% |
CMYK | 41.32% | 19.83% | 0.00% |
52.55% |
Color #476179 in popluar number systems.
HEX | 47 | 61 | 79 |
Decimal | 71 | 97 | 121 |
Binary | 1000111 | 1100001 | 1111001 |
Octal | 107 | 141 | 171 |
Shades of #476179
Tints of #476179
Examples of css and html codes for elements with #476179 color. Also use rgb(71,97,121) instead hex code.
.myTextColor { color: #476179; }
<p style="color:#476179">This sample text font color is #476179.</p>
This text font color is #476179.
.myBgColor { background-color: #476179; }
<div style="background-color:#476179">Inner text</div>
This div background color is #476179.
.myBorderColor { border: 1px solid #476179; }
<div style="border:3px solid #476179">Div</div>
This div border color is #476179.
.myOpacity80 { color: #476179; opacity: 0.8; }
<p style="color:#476179;opacity:0.8;">80%</p>
Text with #476179 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476179;}
<p style="text-shadow: 3px 3px 1px #476179">Text here.</p>
This text has shadow with #476179 color.
.textShadow {text-shadow: 3px 3px 1px #476179', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476179, 5px 5px 20px red">Text here.</p>
This text has shadow with #476179 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476179, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476179, Direction=45, Strength=4)">Text</p>
This text has shadow with #476179 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476179;
-webkit-box-shadow: 1px 1px 3px 2px #476179;
box-shadow: 1px 1px 3px 2px #476179;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476179; -webkit-box-shadow: 1px 1px 3px 2px #476179; box-shadow:1px 1px 3px 2px #476179;">
Div content here
</div>
This text has color #476179 on black background.
This text has color #476179 on white background.
This text has black color on #476179 background.
This text has white color on #476179 background.
Complementary color for #hex is #B89E86.