HEX: #497295
RGB: (73,114,149)
#497295 contains mainly green and blue colors. Web safe color of #497295 is #336699 (or #369).
#497295 color RGB value is (73,114,149).
RGB: (73,114,149)
(29%, 45%, 58%)
R 73 of 255 = 29%
G 114 of 255 = 45%
B 149 of 255 = 58%
R + G + B ~ 44%. #497295 is middle color (not dark and not light).
R + G + B = 73 + 114 + 149 = 336 (100%)
R 73 of 336 ~ 21.73%
G 114 of 336 ~ 33.93%
B 149 of 336 ~ 44.35'%
#497295 color CMYK value is (51,23,0,42).
CMYK: (51,23,0,42) C51M23Y0K42 (51%,23%,0%,42%) (0.51/0.23/0.00/0.42)
Color #497295 in popluar color models
49 | 72 | 95 | |
---|---|---|---|
RGB | 73 | 114 | 149 |
HSL | 208° | 34.23% | 43.53% |
HSB/HSV | 208° | 51.01% | 58.43% |
CMYK | 51.01% | 23.49% | 0.00% |
41.57% |
Color #497295 in popluar number systems.
HEX | 49 | 72 | 95 |
Decimal | 73 | 114 | 149 |
Binary | 1001001 | 1110010 | 10010101 |
Octal | 111 | 162 | 225 |
Shades of #497295
Tints of #497295
Examples of css and html codes for elements with #497295 color. Also use rgb(73,114,149) instead hex code.
.myTextColor { color: #497295; }
<p style="color:#497295">This sample text font color is #497295.</p>
This text font color is #497295.
.myBgColor { background-color: #497295; }
<div style="background-color:#497295">Inner text</div>
This div background color is #497295.
.myBorderColor { border: 1px solid #497295; }
<div style="border:3px solid #497295">Div</div>
This div border color is #497295.
.myOpacity80 { color: #497295; opacity: 0.8; }
<p style="color:#497295;opacity:0.8;">80%</p>
Text with #497295 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497295;}
<p style="text-shadow: 3px 3px 1px #497295">Text here.</p>
This text has shadow with #497295 color.
.textShadow {text-shadow: 3px 3px 1px #497295', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497295, 5px 5px 20px red">Text here.</p>
This text has shadow with #497295 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497295, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497295, Direction=45, Strength=4)">Text</p>
This text has shadow with #497295 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #497295;
-webkit-box-shadow: 1px 1px 3px 2px #497295;
box-shadow: 1px 1px 3px 2px #497295;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #497295; -webkit-box-shadow: 1px 1px 3px 2px #497295; box-shadow:1px 1px 3px 2px #497295;">
Div content here
</div>
This text has color #497295 on black background.
This text has color #497295 on white background.
This text has black color on #497295 background.
This text has white color on #497295 background.
Complementary color for #hex is #B68D6A.