HEX: #497AE2
RGB: (73,122,226)
#497AE2 contains mainly blue color. Web safe color of #497AE2 is #3366CC (or #36C).
#497AE2 color RGB value is (73,122,226).
RGB: (73,122,226)
(29%, 48%, 89%)
R 73 of 255 = 29%
G 122 of 255 = 48%
B 226 of 255 = 89%
R + G + B ~ 55%. #497AE2 is middle color (not dark and not light).
R + G + B = 73 + 122 + 226 = 421 (100%)
R 73 of 421 ~ 17.34%
G 122 of 421 ~ 28.98%
B 226 of 421 ~ 53.68'%
#497AE2 color CMYK value is (68,46,0,11).
CMYK: (68,46,0,11)
C68M46Y0K11 (68%, 46%, 0%, 11%)
(0.68 / 0.46 / 0.00 / 0.11)
Color #497AE2 in popluar color models
49 | 7A | E2 | |
---|---|---|---|
RGB | 73 | 122 | 226 |
HSL | 221° | 72.51% | 58.63% |
HSB/HSV | 221° | 67.70% | 88.63% |
CMYK | 67.70% | 46.02% | 0.00% |
11.37% |
Color #497AE2 in popluar number systems.
HEX | 49 | 7A | E2 |
Decimal | 73 | 122 | 226 |
Binary | 1001001 | 1111010 | 11100010 |
Octal | 111 | 172 | 342 |
Shades of #497AE2
Tints of #497AE2
Examples of css and html codes for elements with #497AE2 color. Also use rgb(73,122,226) instead hex code.
.myTextColor { color: #497AE2; }
<p style="color:#497AE2">This sample text font color is #497AE2.</p>
This text font color is #497AE2.
.myBgColor { background-color: #497AE2; }
<div style="background-color:#497AE2">Inner text</div>
This div background color is #497AE2.
.myBorderColor { border: 1px solid #497AE2; }
<div style="border:3px solid #497AE2">Div</div>
This div border color is #497AE2.
.myOpacity80 { color: #497AE2; opacity: 0.8; }
<p style="color:#497AE2;opacity:0.8;">80%</p>
Text with #497AE2 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497AE2;}
<p style="text-shadow: 3px 3px 1px #497AE2">Text here.</p>
This text has shadow with #497AE2 color.
.textShadow {text-shadow: 3px 3px 1px #497AE2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497AE2, 5px 5px 20px red">Text here.</p>
This text has shadow with #497AE2 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497AE2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497AE2, Direction=45, Strength=4)">Text</p>
This text has shadow with #497AE2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #497AE2;
-webkit-box-shadow: 1px 1px 3px 2px #497AE2;
box-shadow: 1px 1px 3px 2px #497AE2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #497AE2; -webkit-box-shadow: 1px 1px 3px 2px #497AE2; box-shadow:1px 1px 3px 2px #497AE2;">
Div content here
</div>
This text has color #497AE2 on black background.
This text has color #497AE2 on white background.
This text has black color on #497AE2 background.
This text has white color on #497AE2 background.
Complementary color for #hex is #B6851D.