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