HEX: #494966
RGB: (73,73,102)
#494966 contains red, green and blue colors in about the same proportion. Web safe color of #494966 is #333366 (or #336).
#494966 color RGB value is (73,73,102).
RGB: (73,73,102) (29%,29%,40%)
R 73 of 255 = 29%
G 73 of 255 = 29%
B 102 of 255 = 40%
R + G + B ~ 33%. #494966 is quite dark color.
R + G + B =
73 + 73 + 102 = 248 (100%)
R 73 of 248 ~ 29.44%
G 73 of 248 ~ 29.44%
B 102 of 248 ~ 41.13%
#494966 color CMYK value is (28,28,0,60).
CMYK: (28,28,0,60) C28M28Y0K60 (28%,28%,0%,60%) (0.28/0.28/0.00/0.60)
49 | 49 | 66 | |
---|---|---|---|
RGB | 73 | 73 | 102 |
HSL | 240° | 16.57% | 34.31% |
HSB/HSV | 240° | 28.43% | 40.00% |
CMYK | 28.43% | 28.43% | 0.00% |
60.00% |
HEX | 49 | 49 | 66 |
Decimal | 73 | 73 | 102 |
Binary | 1001001 | 1001001 | 1100110 |
Octal | 111 | 111 | 146 |
Examples of css and html codes for elements with #494966 color. Also use rgb(73,73,102) instead hex code.
.myTextColor { color: #494966; }
<p style="color:#494966">This sample text font color is #494966.</p>
This text font color is #494966.
.myBgColor { background-color: #494966; }
<div style="background-color:#494966">Inner text</div>
This div background color is #494966.
.myBorderColor { border: 1px solid #494966; }
<div style="border:3px solid #494966">Div</div>
This div border color is #494966.
.myOpacity80 { color: #494966; opacity: 0.8; }
<p style="color:#494966;opacity:0.8;">80%</p>
Text with #494966 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #494966;}
<p style="text-shadow: 3px 3px 1px #494966">Text here.</p>
This text has shadow with #494966 color.
.textShadow {text-shadow: 3px 3px 1px #494966, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #494966, 5px 5px 20px red">Text here.</p>
This text has shadow with #494966 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#494966, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#494966, Direction=45, Strength=4)">Text</p>
This text has shadow with #494966 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #494966; -webkit-box-shadow: 1px 1px 3px 2px #494966; box-shadow: 1px 1px 3px 2px #494966; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #494966; -webkit-box-shadow: 1px 1px 3px 2px #494966; box-shadow:1px 1px 3px 2px #494966;">
Div content here</div>
This text has color #494966 on black background.
This text has color #494966 on white background.
This text has black color on #494966 background.
This text has white color on #494966 background.