HEX: #496679
RGB: (73,102,121)
#496679 contains red, green and blue colors in about the same proportion. Web safe color of #496679 is #336666 (or #366).
#496679 color RGB value is (73,102,121).
RGB: (73,102,121) (29%,40%,47%)
R 73 of 255 = 29%
G 102 of 255 = 40%
B 121 of 255 = 47%
R + G + B ~ 39%. #496679 is quite dark color.
R + G + B =
73 + 102 + 121 = 296 (100%)
R 73 of 296 ~ 24.66%
G 102 of 296 ~ 34.46%
B 121 of 296 ~ 40.88%
#496679 color CMYK value is (40,16,0,53).
CMYK: (40,16,0,53) C40M16Y0K53 (40%,16%,0%,53%) (0.40/0.16/0.00/0.53)
49 | 66 | 79 | |
---|---|---|---|
RGB | 73 | 102 | 121 |
HSL | 204° | 24.74% | 38.04% |
HSB/HSV | 204° | 39.67% | 47.45% |
CMYK | 39.67% | 15.70% | 0.00% |
52.55% |
HEX | 49 | 66 | 79 |
Decimal | 73 | 102 | 121 |
Binary | 1001001 | 1100110 | 1111001 |
Octal | 111 | 146 | 171 |
Examples of css and html codes for elements with #496679 color. Also use rgb(73,102,121) instead hex code.
.myTextColor { color: #496679; }
<p style="color:#496679">This sample text font color is #496679.</p>
This text font color is #496679.
.myBgColor { background-color: #496679; }
<div style="background-color:#496679">Inner text</div>
This div background color is #496679.
.myBorderColor { border: 1px solid #496679; }
<div style="border:3px solid #496679">Div</div>
This div border color is #496679.
.myOpacity80 { color: #496679; opacity: 0.8; }
<p style="color:#496679;opacity:0.8;">80%</p>
Text with #496679 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496679;}
<p style="text-shadow: 3px 3px 1px #496679">Text here.</p>
This text has shadow with #496679 color.
.textShadow {text-shadow: 3px 3px 1px #496679, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496679, 5px 5px 20px red">Text here.</p>
This text has shadow with #496679 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496679, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496679, Direction=45, Strength=4)">Text</p>
This text has shadow with #496679 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #496679; -webkit-box-shadow: 1px 1px 3px 2px #496679; box-shadow: 1px 1px 3px 2px #496679; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #496679; -webkit-box-shadow: 1px 1px 3px 2px #496679; box-shadow:1px 1px 3px 2px #496679;">
Div content here</div>
This text has color #496679 on black background.
This text has color #496679 on white background.
This text has black color on #496679 background.
This text has white color on #496679 background.