HEX: #493599
RGB: (73,53,153)
#493599 contains mainly blue color. Web safe color of #493599 is #333399 (or #339).
#493599 color RGB value is (73,53,153).
RGB: (73,53,153)
(29%, 21%, 60%)
R 73 of 255 = 29%
G 53 of 255 = 21%
B 153 of 255 = 60%
R + G + B ~ 37%. #493599 is quite dark color.
R + G + B = 73 + 53 + 153 = 279 (100%)
R 73 of 279 ~ 26.16%
G 53 of 279 ~ 19%
B 153 of 279 ~ 54.84'%
#493599 color CMYK value is (52,65,0,40).
CMYK: (52,65,0,40)
C52M65Y0K40 (52%, 65%, 0%, 40%)
(0.52 / 0.65 / 0.00 / 0.40)
Color #493599 in popluar color models
49 | 35 | 99 | |
---|---|---|---|
RGB | 73 | 53 | 153 |
HSL | 252° | 48.54% | 40.39% |
HSB/HSV | 252° | 65.36% | 60.00% |
CMYK | 52.29% | 65.36% | 0.00% |
40.00% |
Color #493599 in popluar number systems.
HEX | 49 | 35 | 99 |
Decimal | 73 | 53 | 153 |
Binary | 1001001 | 110101 | 10011001 |
Octal | 111 | 65 | 231 |
Shades of #493599
Tints of #493599
Examples of css and html codes for elements with #493599 color. Also use rgb(73,53,153) instead hex code.
.myTextColor { color: #493599; }
<p style="color:#493599">This sample text font color is #493599.</p>
This text font color is #493599.
.myBgColor { background-color: #493599; }
<div style="background-color:#493599">Inner text</div>
This div background color is #493599.
.myBorderColor { border: 1px solid #493599; }
<div style="border:3px solid #493599">Div</div>
This div border color is #493599.
.myOpacity80 { color: #493599; opacity: 0.8; }
<p style="color:#493599;opacity:0.8;">80%</p>
Text with #493599 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #493599;}
<p style="text-shadow: 3px 3px 1px #493599">Text here.</p>
This text has shadow with #493599 color.
.textShadow {text-shadow: 3px 3px 1px #493599', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #493599, 5px 5px 20px red">Text here.</p>
This text has shadow with #493599 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#493599, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#493599, Direction=45, Strength=4)">Text</p>
This text has shadow with #493599 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #493599;
-webkit-box-shadow: 1px 1px 3px 2px #493599;
box-shadow: 1px 1px 3px 2px #493599;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #493599; -webkit-box-shadow: 1px 1px 3px 2px #493599; box-shadow:1px 1px 3px 2px #493599;">
Div content here
</div>
This text has color #493599 on black background.
This text has color #493599 on white background.
This text has black color on #493599 background.
This text has white color on #493599 background.
Complementary color for #hex is #B6CA66.