HEX: #494258
RGB: (73,66,88)
#494258 contains red, green and blue colors in about the same proportion. Web safe color of #494258 is #333366 (or #336).
#494258 color RGB value is (73,66,88).
RGB: (73,66,88) (29%,26%,35%)
R 73 of 255 = 29%
G 66 of 255 = 26%
B 88 of 255 = 35%
R + G + B ~ 30%. #494258 is quite dark color.
R + G + B =
73 + 66 + 88 = 227 (100%)
R 73 of 227 ~ 32.16%
G 66 of 227 ~ 29.07%
B 88 of 227 ~ 38.77%
#494258 color CMYK value is (17,25,0,65).
CMYK: (17,25,0,65) C17M25Y0K65 (17%,25%,0%,65%) (0.17/0.25/0.00/0.65)
49 | 42 | 58 | |
---|---|---|---|
RGB | 73 | 66 | 88 |
HSL | 259° | 14.29% | 30.20% |
HSB/HSV | 259° | 25.00% | 34.51% |
CMYK | 17.05% | 25.00% | 0.00% |
65.49% |
HEX | 49 | 42 | 58 |
Decimal | 73 | 66 | 88 |
Binary | 1001001 | 1000010 | 1011000 |
Octal | 111 | 102 | 130 |
Examples of css and html codes for elements with #494258 color. Also use rgb(73,66,88) instead hex code.
.myTextColor { color: #494258; }
<p style="color:#494258">This sample text font color is #494258.</p>
This text font color is #494258.
.myBgColor { background-color: #494258; }
<div style="background-color:#494258">Inner text</div>
This div background color is #494258.
.myBorderColor { border: 1px solid #494258; }
<div style="border:3px solid #494258">Div</div>
This div border color is #494258.
.myOpacity80 { color: #494258; opacity: 0.8; }
<p style="color:#494258;opacity:0.8;">80%</p>
Text with #494258 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #494258;}
<p style="text-shadow: 3px 3px 1px #494258">Text here.</p>
This text has shadow with #494258 color.
.textShadow {text-shadow: 3px 3px 1px #494258, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #494258, 5px 5px 20px red">Text here.</p>
This text has shadow with #494258 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#494258, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#494258, Direction=45, Strength=4)">Text</p>
This text has shadow with #494258 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #494258; -webkit-box-shadow: 1px 1px 3px 2px #494258; box-shadow: 1px 1px 3px 2px #494258; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #494258; -webkit-box-shadow: 1px 1px 3px 2px #494258; box-shadow:1px 1px 3px 2px #494258;">
Div content here</div>
This text has color #494258 on black background.
This text has color #494258 on white background.
This text has black color on #494258 background.
This text has white color on #494258 background.