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