HEX: #494061
RGB: (73,64,97)
#494061 contains red, green and blue colors in about the same proportion. Web safe color of #494061 is #333366 (or #336).
#494061 color RGB value is (73,64,97).
RGB: (73,64,97) (29%,25%,38%)
R 73 of 255 = 29%
G 64 of 255 = 25%
B 97 of 255 = 38%
R + G + B ~ 31%. #494061 is quite dark color.
R + G + B =
73 + 64 + 97 = 234 (100%)
R 73 of 234 ~ 31.2%
G 64 of 234 ~ 27.35%
B 97 of 234 ~ 41.45%
#494061 color CMYK value is (25,34,0,62).
CMYK: (25,34,0,62) C25M34Y0K62 (25%,34%,0%,62%) (0.25/0.34/0.00/0.62)
49 | 40 | 61 | |
---|---|---|---|
RGB | 73 | 64 | 97 |
HSL | 256° | 20.50% | 31.57% |
HSB/HSV | 256° | 34.02% | 38.04% |
CMYK | 24.74% | 34.02% | 0.00% |
61.96% |
HEX | 49 | 40 | 61 |
Decimal | 73 | 64 | 97 |
Binary | 1001001 | 1000000 | 1100001 |
Octal | 111 | 100 | 141 |
Examples of css and html codes for elements with #494061 color. Also use rgb(73,64,97) instead hex code.
.myTextColor { color: #494061; }
<p style="color:#494061">This sample text font color is #494061.</p>
This text font color is #494061.
.myBgColor { background-color: #494061; }
<div style="background-color:#494061">Inner text</div>
This div background color is #494061.
.myBorderColor { border: 1px solid #494061; }
<div style="border:3px solid #494061">Div</div>
This div border color is #494061.
.myOpacity80 { color: #494061; opacity: 0.8; }
<p style="color:#494061;opacity:0.8;">80%</p>
Text with #494061 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #494061;}
<p style="text-shadow: 3px 3px 1px #494061">Text here.</p>
This text has shadow with #494061 color.
.textShadow {text-shadow: 3px 3px 1px #494061, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #494061, 5px 5px 20px red">Text here.</p>
This text has shadow with #494061 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#494061, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#494061, Direction=45, Strength=4)">Text</p>
This text has shadow with #494061 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #494061; -webkit-box-shadow: 1px 1px 3px 2px #494061; box-shadow: 1px 1px 3px 2px #494061; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #494061; -webkit-box-shadow: 1px 1px 3px 2px #494061; box-shadow:1px 1px 3px 2px #494061;">
Div content here</div>
This text has color #494061 on black background.
This text has color #494061 on white background.
This text has black color on #494061 background.
This text has white color on #494061 background.