HEX: #496899
RGB: (73,104,153)
#496899 contains mainly green and blue colors. Web safe color of #496899 is #336699 (or #369).
#496899 color RGB value is (73,104,153).
RGB: (73,104,153) (29%,41%,60%)
R 73 of 255 = 29%
G 104 of 255 = 41%
B 153 of 255 = 60%
R + G + B ~ 43%. #496899 is middle color (not dark and not light).
R + G + B =
73 + 104 + 153 = 330 (100%)
R 73 of 330 ~ 22.12%
G 104 of 330 ~ 31.52%
B 153 of 330 ~ 46.36%
#496899 color CMYK value is (52,32,0,40).
CMYK: (52,32,0,40) C52M32Y0K40 (52%,32%,0%,40%) (0.52/0.32/0.00/0.40)
49 | 68 | 99 | |
---|---|---|---|
RGB | 73 | 104 | 153 |
HSL | 217° | 35.40% | 44.31% |
HSB/HSV | 217° | 52.29% | 60.00% |
CMYK | 52.29% | 32.03% | 0.00% |
40.00% |
HEX | 49 | 68 | 99 |
Decimal | 73 | 104 | 153 |
Binary | 1001001 | 1101000 | 10011001 |
Octal | 111 | 150 | 231 |
Examples of css and html codes for elements with #496899 color. Also use rgb(73,104,153) instead hex code.
.myTextColor { color: #496899; }
<p style="color:#496899">This sample text font color is #496899.</p>
This text font color is #496899.
.myBgColor { background-color: #496899; }
<div style="background-color:#496899">Inner text</div>
This div background color is #496899.
.myBorderColor { border: 1px solid #496899; }
<div style="border:3px solid #496899">Div</div>
This div border color is #496899.
.myOpacity80 { color: #496899; opacity: 0.8; }
<p style="color:#496899;opacity:0.8;">80%</p>
Text with #496899 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496899;}
<p style="text-shadow: 3px 3px 1px #496899">Text here.</p>
This text has shadow with #496899 color.
.textShadow {text-shadow: 3px 3px 1px #496899, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496899, 5px 5px 20px red">Text here.</p>
This text has shadow with #496899 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496899, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496899, Direction=45, Strength=4)">Text</p>
This text has shadow with #496899 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #496899; -webkit-box-shadow: 1px 1px 3px 2px #496899; box-shadow: 1px 1px 3px 2px #496899; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #496899; -webkit-box-shadow: 1px 1px 3px 2px #496899; box-shadow:1px 1px 3px 2px #496899;">
Div content here</div>
This text has color #496899 on black background.
This text has color #496899 on white background.
This text has black color on #496899 background.
This text has white color on #496899 background.