HEX: #494785
RGB: (73,71,133)
#494785 contains mainly blue color. Web safe color of #494785 is #333399 (or #339).
#494785 color RGB value is (73,71,133).
RGB: (73,71,133)
(29%, 28%, 52%)
R 73 of 255 = 29%
G 71 of 255 = 28%
B 133 of 255 = 52%
R + G + B ~ 36%. #494785 is quite dark color.
R + G + B = 73 + 71 + 133 = 277 (100%)
R 73 of 277 ~ 26.35%
G 71 of 277 ~ 25.63%
B 133 of 277 ~ 48.01'%
#494785 color CMYK value is (45,47,0,48).
CMYK: (45,47,0,48) C45M47Y0K48 (45%,47%,0%,48%) (0.45/0.47/0.00/0.48)
Color #494785 in popluar color models
49 | 47 | 85 | |
---|---|---|---|
RGB | 73 | 71 | 133 |
HSL | 242° | 30.39% | 40.00% |
HSB/HSV | 242° | 46.62% | 52.16% |
CMYK | 45.11% | 46.62% | 0.00% |
47.84% |
Color #494785 in popluar number systems.
HEX | 49 | 47 | 85 |
Decimal | 73 | 71 | 133 |
Binary | 1001001 | 1000111 | 10000101 |
Octal | 111 | 107 | 205 |
Shades of #494785
Tints of #494785
Examples of css and html codes for elements with #494785 color. Also use rgb(73,71,133) instead hex code.
.myTextColor { color: #494785; }
<p style="color:#494785">This sample text font color is #494785.</p>
This text font color is #494785.
.myBgColor { background-color: #494785; }
<div style="background-color:#494785">Inner text</div>
This div background color is #494785.
.myBorderColor { border: 1px solid #494785; }
<div style="border:3px solid #494785">Div</div>
This div border color is #494785.
.myOpacity80 { color: #494785; opacity: 0.8; }
<p style="color:#494785;opacity:0.8;">80%</p>
Text with #494785 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #494785;}
<p style="text-shadow: 3px 3px 1px #494785">Text here.</p>
This text has shadow with #494785 color.
.textShadow {text-shadow: 3px 3px 1px #494785', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #494785, 5px 5px 20px red">Text here.</p>
This text has shadow with #494785 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#494785, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#494785, Direction=45, Strength=4)">Text</p>
This text has shadow with #494785 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #494785;
-webkit-box-shadow: 1px 1px 3px 2px #494785;
box-shadow: 1px 1px 3px 2px #494785;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #494785; -webkit-box-shadow: 1px 1px 3px 2px #494785; box-shadow:1px 1px 3px 2px #494785;">
Div content here
</div>
This text has color #494785 on black background.
This text has color #494785 on white background.
This text has black color on #494785 background.
This text has white color on #494785 background.
Complementary color for #hex is #B6B87A.