HEX: #495076
RGB: (73,80,118)
#495076 contains red, green and blue colors in about the same proportion. Web safe color of #495076 is #336666 (or #366).
#495076 color RGB value is (73,80,118).
RGB: (73,80,118)
(29%, 31%, 46%)
R 73 of 255 = 29%
G 80 of 255 = 31%
B 118 of 255 = 46%
R + G + B ~ 35%. #495076 is quite dark color.
R + G + B = 73 + 80 + 118 = 271 (100%)
R 73 of 271 ~ 26.94%
G 80 of 271 ~ 29.52%
B 118 of 271 ~ 43.54'%
#495076 color CMYK value is (38,32,0,54).
CMYK: (38,32,0,54) C38M32Y0K54 (38%,32%,0%,54%) (0.38/0.32/0.00/0.54)
Color #495076 in popluar color models
49 | 50 | 76 | |
---|---|---|---|
RGB | 73 | 80 | 118 |
HSL | 231° | 23.56% | 37.45% |
HSB/HSV | 231° | 38.14% | 46.27% |
CMYK | 38.14% | 32.20% | 0.00% |
53.73% |
Color #495076 in popluar number systems.
HEX | 49 | 50 | 76 |
Decimal | 73 | 80 | 118 |
Binary | 1001001 | 1010000 | 1110110 |
Octal | 111 | 120 | 166 |
Shades of #495076
Tints of #495076
Examples of css and html codes for elements with #495076 color. Also use rgb(73,80,118) instead hex code.
.myTextColor { color: #495076; }
<p style="color:#495076">This sample text font color is #495076.</p>
This text font color is #495076.
.myBgColor { background-color: #495076; }
<div style="background-color:#495076">Inner text</div>
This div background color is #495076.
.myBorderColor { border: 1px solid #495076; }
<div style="border:3px solid #495076">Div</div>
This div border color is #495076.
.myOpacity80 { color: #495076; opacity: 0.8; }
<p style="color:#495076;opacity:0.8;">80%</p>
Text with #495076 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #495076;}
<p style="text-shadow: 3px 3px 1px #495076">Text here.</p>
This text has shadow with #495076 color.
.textShadow {text-shadow: 3px 3px 1px #495076', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #495076, 5px 5px 20px red">Text here.</p>
This text has shadow with #495076 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#495076, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#495076, Direction=45, Strength=4)">Text</p>
This text has shadow with #495076 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #495076;
-webkit-box-shadow: 1px 1px 3px 2px #495076;
box-shadow: 1px 1px 3px 2px #495076;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #495076; -webkit-box-shadow: 1px 1px 3px 2px #495076; box-shadow:1px 1px 3px 2px #495076;">
Div content here
</div>
This text has color #495076 on black background.
This text has color #495076 on white background.
This text has black color on #495076 background.
This text has white color on #495076 background.
Complementary color for #hex is #B6AF89.