HEX: #496268
RGB: (73,98,104)
#496268 contains red, green and blue colors in about the same proportion. Web safe color of #496268 is #336666 (or #366).
#496268 color RGB value is (73,98,104).
RGB: (73,98,104) (29%,38%,41%)
R 73 of 255 = 29%
G 98 of 255 = 38%
B 104 of 255 = 41%
R + G + B ~ 36%. #496268 is quite dark color.
R + G + B =
73 + 98 + 104 = 275 (100%)
R 73 of 275 ~ 26.55%
G 98 of 275 ~ 35.64%
B 104 of 275 ~ 37.82%
#496268 color CMYK value is (30,6,0,59).
CMYK: (30,6,0,59) C30M6Y0K59 (30%,6%,0%,59%) (0.30/0.06/0.00/0.59)
49 | 62 | 68 | |
---|---|---|---|
RGB | 73 | 98 | 104 |
HSL | 192° | 17.51% | 34.71% |
HSB/HSV | 192° | 29.81% | 40.78% |
CMYK | 29.81% | 5.77% | 0.00% |
59.22% |
HEX | 49 | 62 | 68 |
Decimal | 73 | 98 | 104 |
Binary | 1001001 | 1100010 | 1101000 |
Octal | 111 | 142 | 150 |
Examples of css and html codes for elements with #496268 color. Also use rgb(73,98,104) instead hex code.
.myTextColor { color: #496268; }
<p style="color:#496268">This sample text font color is #496268.</p>
This text font color is #496268.
.myBgColor { background-color: #496268; }
<div style="background-color:#496268">Inner text</div>
This div background color is #496268.
.myBorderColor { border: 1px solid #496268; }
<div style="border:3px solid #496268">Div</div>
This div border color is #496268.
.myOpacity80 { color: #496268; opacity: 0.8; }
<p style="color:#496268;opacity:0.8;">80%</p>
Text with #496268 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496268;}
<p style="text-shadow: 3px 3px 1px #496268">Text here.</p>
This text has shadow with #496268 color.
.textShadow {text-shadow: 3px 3px 1px #496268, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496268, 5px 5px 20px red">Text here.</p>
This text has shadow with #496268 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496268, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496268, Direction=45, Strength=4)">Text</p>
This text has shadow with #496268 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #496268; -webkit-box-shadow: 1px 1px 3px 2px #496268; box-shadow: 1px 1px 3px 2px #496268; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #496268; -webkit-box-shadow: 1px 1px 3px 2px #496268; box-shadow:1px 1px 3px 2px #496268;">
Div content here</div>
This text has color #496268 on black background.
This text has color #496268 on white background.
This text has black color on #496268 background.
This text has white color on #496268 background.