HEX: #498687
RGB: (73,134,135)
#498687 contains mainly green and blue colors. Web safe color of #498687 is #339999 (or #399).
#498687 color RGB value is (73,134,135).
RGB: (73,134,135)
(29%, 53%, 53%)
R 73 of 255 = 29%
G 134 of 255 = 53%
B 135 of 255 = 53%
R + G + B ~ 45%. #498687 is middle color (not dark and not light).
R + G + B = 73 + 134 + 135 = 342 (100%)
R 73 of 342 ~ 21.35%
G 134 of 342 ~ 39.18%
B 135 of 342 ~ 39.47'%
#498687 color CMYK value is (46,1,0,47).
CMYK: (46,1,0,47)
C46M1Y0K47 (46%, 1%, 0%, 47%)
(0.46 / 0.01 / 0.00 / 0.47)
Color #498687 in popluar color models
49 | 86 | 87 | |
---|---|---|---|
RGB | 73 | 134 | 135 |
HSL | 181° | 29.81% | 40.78% |
HSB/HSV | 181° | 45.93% | 52.94% |
CMYK | 45.93% | 0.74% | 0.00% |
47.06% |
Color #498687 in popluar number systems.
HEX | 49 | 86 | 87 |
Decimal | 73 | 134 | 135 |
Binary | 1001001 | 10000110 | 10000111 |
Octal | 111 | 206 | 207 |
Shades of #498687
Tints of #498687
Examples of css and html codes for elements with #498687 color. Also use rgb(73,134,135) instead hex code.
.myTextColor { color: #498687; }
<p style="color:#498687">This sample text font color is #498687.</p>
This text font color is #498687.
.myBgColor { background-color: #498687; }
<div style="background-color:#498687">Inner text</div>
This div background color is #498687.
.myBorderColor { border: 1px solid #498687; }
<div style="border:3px solid #498687">Div</div>
This div border color is #498687.
.myOpacity80 { color: #498687; opacity: 0.8; }
<p style="color:#498687;opacity:0.8;">80%</p>
Text with #498687 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #498687;}
<p style="text-shadow: 3px 3px 1px #498687">Text here.</p>
This text has shadow with #498687 color.
.textShadow {text-shadow: 3px 3px 1px #498687', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #498687, 5px 5px 20px red">Text here.</p>
This text has shadow with #498687 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#498687, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#498687, Direction=45, Strength=4)">Text</p>
This text has shadow with #498687 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #498687;
-webkit-box-shadow: 1px 1px 3px 2px #498687;
box-shadow: 1px 1px 3px 2px #498687;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #498687; -webkit-box-shadow: 1px 1px 3px 2px #498687; box-shadow:1px 1px 3px 2px #498687;">
Div content here
</div>
This text has color #498687 on black background.
This text has color #498687 on white background.
This text has black color on #498687 background.
This text has white color on #498687 background.
Complementary color for #hex is #B67978.