HEX: #49718D
RGB: (73,113,141)
#49718D contains mainly green and blue colors. Web safe color of #49718D is #336699 (or #369).
#49718D color RGB value is (73,113,141).
RGB: (73,113,141)
(29%, 44%, 55%)
R 73 of 255 = 29%
G 113 of 255 = 44%
B 141 of 255 = 55%
R + G + B ~ 43%. #49718D is middle color (not dark and not light).
R + G + B = 73 + 113 + 141 = 327 (100%)
R 73 of 327 ~ 22.32%
G 113 of 327 ~ 34.56%
B 141 of 327 ~ 43.12'%
#49718D color CMYK value is (48,20,0,45).
CMYK: (48,20,0,45) C48M20Y0K45 (48%,20%,0%,45%) (0.48/0.20/0.00/0.45)
Color #49718D in popluar color models
49 | 71 | 8D | |
---|---|---|---|
RGB | 73 | 113 | 141 |
HSL | 205° | 31.78% | 41.96% |
HSB/HSV | 205° | 48.23% | 55.29% |
CMYK | 48.23% | 19.86% | 0.00% |
44.71% |
Color #49718D in popluar number systems.
HEX | 49 | 71 | 8D |
Decimal | 73 | 113 | 141 |
Binary | 1001001 | 1110001 | 10001101 |
Octal | 111 | 161 | 215 |
Shades of #49718D
Tints of #49718D
Examples of css and html codes for elements with #49718D color. Also use rgb(73,113,141) instead hex code.
.myTextColor { color: #49718D; }
<p style="color:#49718D">This sample text font color is #49718D.</p>
This text font color is #49718D.
.myBgColor { background-color: #49718D; }
<div style="background-color:#49718D">Inner text</div>
This div background color is #49718D.
.myBorderColor { border: 1px solid #49718D; }
<div style="border:3px solid #49718D">Div</div>
This div border color is #49718D.
.myOpacity80 { color: #49718D; opacity: 0.8; }
<p style="color:#49718D;opacity:0.8;">80%</p>
Text with #49718D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49718D;}
<p style="text-shadow: 3px 3px 1px #49718D">Text here.</p>
This text has shadow with #49718D color.
.textShadow {text-shadow: 3px 3px 1px #49718D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49718D, 5px 5px 20px red">Text here.</p>
This text has shadow with #49718D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49718D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49718D, Direction=45, Strength=4)">Text</p>
This text has shadow with #49718D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49718D;
-webkit-box-shadow: 1px 1px 3px 2px #49718D;
box-shadow: 1px 1px 3px 2px #49718D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49718D; -webkit-box-shadow: 1px 1px 3px 2px #49718D; box-shadow:1px 1px 3px 2px #49718D;">
Div content here
</div>
This text has color #49718D on black background.
This text has color #49718D on white background.
This text has black color on #49718D background.
This text has white color on #49718D background.
Complementary color for #hex is #B68E72.