HEX: #494D7A
RGB: (73,77,122)
#494D7A contains red, green and blue colors in about the same proportion. Web safe color of #494D7A is #333366 (or #336).
#494D7A color RGB value is (73,77,122).
RGB: (73,77,122)
(29%, 30%, 48%)
R 73 of 255 = 29%
G 77 of 255 = 30%
B 122 of 255 = 48%
R + G + B ~ 36%. #494D7A is quite dark color.
R + G + B = 73 + 77 + 122 = 272 (100%)
R 73 of 272 ~ 26.84%
G 77 of 272 ~ 28.31%
B 122 of 272 ~ 44.85'%
#494D7A color CMYK value is (40,37,0,52).
CMYK: (40,37,0,52)
C40M37Y0K52 (40%, 37%, 0%, 52%)
(0.40 / 0.37 / 0.00 / 0.52)
Color #494D7A in popluar color models
49 | 4D | 7A | |
---|---|---|---|
RGB | 73 | 77 | 122 |
HSL | 235° | 25.13% | 38.24% |
HSB/HSV | 235° | 40.16% | 47.84% |
CMYK | 40.16% | 36.89% | 0.00% |
52.16% |
Color #494D7A in popluar number systems.
HEX | 49 | 4D | 7A |
Decimal | 73 | 77 | 122 |
Binary | 1001001 | 1001101 | 1111010 |
Octal | 111 | 115 | 172 |
Shades of #494D7A
Tints of #494D7A
Examples of css and html codes for elements with #494D7A color. Also use rgb(73,77,122) instead hex code.
.myTextColor { color: #494D7A; }
<p style="color:#494D7A">This sample text font color is #494D7A.</p>
This text font color is #494D7A.
.myBgColor { background-color: #494D7A; }
<div style="background-color:#494D7A">Inner text</div>
This div background color is #494D7A.
.myBorderColor { border: 1px solid #494D7A; }
<div style="border:3px solid #494D7A">Div</div>
This div border color is #494D7A.
.myOpacity80 { color: #494D7A; opacity: 0.8; }
<p style="color:#494D7A;opacity:0.8;">80%</p>
Text with #494D7A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #494D7A;}
<p style="text-shadow: 3px 3px 1px #494D7A">Text here.</p>
This text has shadow with #494D7A color.
.textShadow {text-shadow: 3px 3px 1px #494D7A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #494D7A, 5px 5px 20px red">Text here.</p>
This text has shadow with #494D7A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#494D7A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#494D7A, Direction=45, Strength=4)">Text</p>
This text has shadow with #494D7A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #494D7A;
-webkit-box-shadow: 1px 1px 3px 2px #494D7A;
box-shadow: 1px 1px 3px 2px #494D7A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #494D7A; -webkit-box-shadow: 1px 1px 3px 2px #494D7A; box-shadow:1px 1px 3px 2px #494D7A;">
Div content here
</div>
This text has color #494D7A on black background.
This text has color #494D7A on white background.
This text has black color on #494D7A background.
This text has white color on #494D7A background.
Complementary color for #hex is #B6B285.