HEX: #496BF7
RGB: (73,107,247)
#496BF7 contains mainly blue color. Web safe color of #496BF7 is #3366FF (or #36F).
#496BF7 color RGB value is (73,107,247).
RGB: (73,107,247) (29%,42%,97%)
R 73 of 255 = 29%
G 107 of 255 = 42%
B 247 of 255 = 97%
R + G + B ~ 56%. #496BF7 is middle color (not dark and not light).
R + G + B =
73 + 107 + 247 = 427 (100%)
R 73 of 427 ~ 17.1%
G 107 of 427 ~ 25.06%
B 247 of 427 ~ 57.85%
#496BF7 color CMYK value is (70,57,0,3).
CMYK: (70,57,0,3) C70M57Y0K3 (70%,57%,0%,3%) (0.70/0.57/0.00/0.03)
49 | 6B | F7 | |
---|---|---|---|
RGB | 73 | 107 | 247 |
HSL | 228° | 91.58% | 62.75% |
HSB/HSV | 228° | 70.45% | 96.86% |
CMYK | 70.45% | 56.68% | 0.00% |
3.14% |
HEX | 49 | 6B | F7 |
Decimal | 73 | 107 | 247 |
Binary | 1001001 | 1101011 | 11110111 |
Octal | 111 | 153 | 367 |
Examples of css and html codes for elements with #496BF7 color. Also use rgb(73,107,247) instead hex code.
.myTextColor { color: #496BF7; }
<p style="color:#496BF7">This sample text font color is #496BF7.</p>
This text font color is #496BF7.
.myBgColor { background-color: #496BF7; }
<div style="background-color:#496BF7">Inner text</div>
This div background color is #496BF7.
.myBorderColor { border: 1px solid #496BF7; }
<div style="border:3px solid #496BF7">Div</div>
This div border color is #496BF7.
.myOpacity80 { color: #496BF7; opacity: 0.8; }
<p style="color:#496BF7;opacity:0.8;">80%</p>
Text with #496BF7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496BF7;}
<p style="text-shadow: 3px 3px 1px #496BF7">Text here.</p>
This text has shadow with #496BF7 color.
.textShadow {text-shadow: 3px 3px 1px #496BF7, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496BF7, 5px 5px 20px red">Text here.</p>
This text has shadow with #496BF7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496BF7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496BF7, Direction=45, Strength=4)">Text</p>
This text has shadow with #496BF7 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #496BF7; -webkit-box-shadow: 1px 1px 3px 2px #496BF7; box-shadow: 1px 1px 3px 2px #496BF7; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #496BF7; -webkit-box-shadow: 1px 1px 3px 2px #496BF7; box-shadow:1px 1px 3px 2px #496BF7;">
Div content here</div>
This text has color #496BF7 on black background.
This text has color #496BF7 on white background.
This text has black color on #496BF7 background.
This text has white color on #496BF7 background.