HEX: #494361
RGB: (73,67,97)
#494361 contains red, green and blue colors in about the same proportion. Web safe color of #494361 is #333366 (or #336).
#494361 color RGB value is (73,67,97).
RGB: (73,67,97)
(29%, 26%, 38%)
R 73 of 255 = 29%
G 67 of 255 = 26%
B 97 of 255 = 38%
R + G + B ~ 31%. #494361 is quite dark color.
R + G + B = 73 + 67 + 97 = 237 (100%)
R 73 of 237 ~ 30.8%
G 67 of 237 ~ 28.27%
B 97 of 237 ~ 40.93'%
#494361 color CMYK value is (25,31,0,62).
CMYK: (25,31,0,62)
C25M31Y0K62 (25%, 31%, 0%, 62%)
(0.25 / 0.31 / 0.00 / 0.62)
Color #494361 in popluar color models
49 | 43 | 61 | |
---|---|---|---|
RGB | 73 | 67 | 97 |
HSL | 252° | 18.29% | 32.16% |
HSB/HSV | 252° | 30.93% | 38.04% |
CMYK | 24.74% | 30.93% | 0.00% |
61.96% |
Color #494361 in popluar number systems.
HEX | 49 | 43 | 61 |
Decimal | 73 | 67 | 97 |
Binary | 1001001 | 1000011 | 1100001 |
Octal | 111 | 103 | 141 |
Shades of #494361
Tints of #494361
Examples of css and html codes for elements with #494361 color. Also use rgb(73,67,97) instead hex code.
.myTextColor { color: #494361; }
<p style="color:#494361">This sample text font color is #494361.</p>
This text font color is #494361.
.myBgColor { background-color: #494361; }
<div style="background-color:#494361">Inner text</div>
This div background color is #494361.
.myBorderColor { border: 1px solid #494361; }
<div style="border:3px solid #494361">Div</div>
This div border color is #494361.
.myOpacity80 { color: #494361; opacity: 0.8; }
<p style="color:#494361;opacity:0.8;">80%</p>
Text with #494361 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #494361;}
<p style="text-shadow: 3px 3px 1px #494361">Text here.</p>
This text has shadow with #494361 color.
.textShadow {text-shadow: 3px 3px 1px #494361', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #494361, 5px 5px 20px red">Text here.</p>
This text has shadow with #494361 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#494361, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#494361, Direction=45, Strength=4)">Text</p>
This text has shadow with #494361 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #494361;
-webkit-box-shadow: 1px 1px 3px 2px #494361;
box-shadow: 1px 1px 3px 2px #494361;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #494361; -webkit-box-shadow: 1px 1px 3px 2px #494361; box-shadow:1px 1px 3px 2px #494361;">
Div content here
</div>
This text has color #494361 on black background.
This text has color #494361 on white background.
This text has black color on #494361 background.
This text has white color on #494361 background.
Complementary color for #hex is #B6BC9E.