HEX: #49858D
RGB: (73,133,141)
#49858D contains mainly green and blue colors. Web safe color of #49858D is #339999 (or #399).
#49858D color RGB value is (73,133,141).
RGB: (73,133,141) (29%,52%,55%)
R 73 of 255 = 29%
G 133 of 255 = 52%
B 141 of 255 = 55%
R + G + B ~ 45%. #49858D is middle color (not dark and not light).
R + G + B =
73 + 133 + 141 = 347 (100%)
R 73 of 347 ~ 21.04%
G 133 of 347 ~ 38.33%
B 141 of 347 ~ 40.63%
#49858D color CMYK value is (48,6,0,45).
CMYK: (48,6,0,45) C48M6Y0K45 (48%,6%,0%,45%) (0.48/0.06/0.00/0.45)
49 | 85 | 8D | |
---|---|---|---|
RGB | 73 | 133 | 141 |
HSL | 187° | 31.78% | 41.96% |
HSB/HSV | 187° | 48.23% | 55.29% |
CMYK | 48.23% | 5.67% | 0.00% |
44.71% |
HEX | 49 | 85 | 8D |
Decimal | 73 | 133 | 141 |
Binary | 1001001 | 10000101 | 10001101 |
Octal | 111 | 205 | 215 |
Examples of css and html codes for elements with #49858D color. Also use rgb(73,133,141) instead hex code.
.myTextColor { color: #49858D; }
<p style="color:#49858D">This sample text font color is #49858D.</p>
This text font color is #49858D.
.myBgColor { background-color: #49858D; }
<div style="background-color:#49858D">Inner text</div>
This div background color is #49858D.
.myBorderColor { border: 1px solid #49858D; }
<div style="border:3px solid #49858D">Div</div>
This div border color is #49858D.
.myOpacity80 { color: #49858D; opacity: 0.8; }
<p style="color:#49858D;opacity:0.8;">80%</p>
Text with #49858D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49858D;}
<p style="text-shadow: 3px 3px 1px #49858D">Text here.</p>
This text has shadow with #49858D color.
.textShadow {text-shadow: 3px 3px 1px #49858D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49858D, 5px 5px 20px red">Text here.</p>
This text has shadow with #49858D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49858D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49858D, Direction=45, Strength=4)">Text</p>
This text has shadow with #49858D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49858D; -webkit-box-shadow: 1px 1px 3px 2px #49858D; box-shadow: 1px 1px 3px 2px #49858D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49858D; -webkit-box-shadow: 1px 1px 3px 2px #49858D; box-shadow:1px 1px 3px 2px #49858D;">
Div content here</div>
This text has color #49858D on black background.
This text has color #49858D on white background.
This text has black color on #49858D background.
This text has white color on #49858D background.