HEX: #467496
RGB: (70,116,150)
#467496 contains mainly green and blue colors. Web safe color of #467496 is #336699 (or #369).
#467496 color RGB value is (70,116,150).
RGB: (70,116,150) (27%,45%,59%)
R 70 of 255 = 27%
G 116 of 255 = 45%
B 150 of 255 = 59%
R + G + B ~ 44%. #467496 is middle color (not dark and not light).
R + G + B =
70 + 116 + 150 = 336 (100%)
R 70 of 336 ~ 20.83%
G 116 of 336 ~ 34.52%
B 150 of 336 ~ 44.64%
#467496 color CMYK value is (53,23,0,41).
CMYK: (53,23,0,41) C53M23Y0K41 (53%,23%,0%,41%) (0.53/0.23/0.00/0.41)
46 | 74 | 96 | |
---|---|---|---|
RGB | 70 | 116 | 150 |
HSL | 206° | 36.36% | 43.14% |
HSB/HSV | 206° | 53.33% | 58.82% |
CMYK | 53.33% | 22.67% | 0.00% |
41.18% |
HEX | 46 | 74 | 96 |
Decimal | 70 | 116 | 150 |
Binary | 1000110 | 1110100 | 10010110 |
Octal | 106 | 164 | 226 |
Examples of css and html codes for elements with #467496 color. Also use rgb(70,116,150) instead hex code.
.myTextColor { color: #467496; }
<p style="color:#467496">This sample text font color is #467496.</p>
This text font color is #467496.
.myBgColor { background-color: #467496; }
<div style="background-color:#467496">Inner text</div>
This div background color is #467496.
.myBorderColor { border: 1px solid #467496; }
<div style="border:3px solid #467496">Div</div>
This div border color is #467496.
.myOpacity80 { color: #467496; opacity: 0.8; }
<p style="color:#467496;opacity:0.8;">80%</p>
Text with #467496 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #467496;}
<p style="text-shadow: 3px 3px 1px #467496">Text here.</p>
This text has shadow with #467496 color.
.textShadow {text-shadow: 3px 3px 1px #467496, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #467496, 5px 5px 20px red">Text here.</p>
This text has shadow with #467496 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#467496, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#467496, Direction=45, Strength=4)">Text</p>
This text has shadow with #467496 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #467496; -webkit-box-shadow: 1px 1px 3px 2px #467496; box-shadow: 1px 1px 3px 2px #467496; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #467496; -webkit-box-shadow: 1px 1px 3px 2px #467496; box-shadow:1px 1px 3px 2px #467496;">
Div content here</div>
This text has color #467496 on black background.
This text has color #467496 on white background.
This text has black color on #467496 background.
This text has white color on #467496 background.