HEX: #497987
RGB: (73,121,135)
#497987 contains mainly green and blue colors. Web safe color of #497987 is #336699 (or #369).
#497987 color RGB value is (73,121,135).
RGB: (73,121,135) (29%,47%,53%)
R 73 of 255 = 29%
G 121 of 255 = 47%
B 135 of 255 = 53%
R + G + B ~ 43%. #497987 is middle color (not dark and not light).
R + G + B =
73 + 121 + 135 = 329 (100%)
R 73 of 329 ~ 22.19%
G 121 of 329 ~ 36.78%
B 135 of 329 ~ 41.03%
#497987 color CMYK value is (46,10,0,47).
CMYK: (46,10,0,47) C46M10Y0K47 (46%,10%,0%,47%) (0.46/0.10/0.00/0.47)
49 | 79 | 87 | |
---|---|---|---|
RGB | 73 | 121 | 135 |
HSL | 194° | 29.81% | 40.78% |
HSB/HSV | 194° | 45.93% | 52.94% |
CMYK | 45.93% | 10.37% | 0.00% |
47.06% |
HEX | 49 | 79 | 87 |
Decimal | 73 | 121 | 135 |
Binary | 1001001 | 1111001 | 10000111 |
Octal | 111 | 171 | 207 |
Examples of css and html codes for elements with #497987 color. Also use rgb(73,121,135) instead hex code.
.myTextColor { color: #497987; }
<p style="color:#497987">This sample text font color is #497987.</p>
This text font color is #497987.
.myBgColor { background-color: #497987; }
<div style="background-color:#497987">Inner text</div>
This div background color is #497987.
.myBorderColor { border: 1px solid #497987; }
<div style="border:3px solid #497987">Div</div>
This div border color is #497987.
.myOpacity80 { color: #497987; opacity: 0.8; }
<p style="color:#497987;opacity:0.8;">80%</p>
Text with #497987 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497987;}
<p style="text-shadow: 3px 3px 1px #497987">Text here.</p>
This text has shadow with #497987 color.
.textShadow {text-shadow: 3px 3px 1px #497987, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497987, 5px 5px 20px red">Text here.</p>
This text has shadow with #497987 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497987, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497987, Direction=45, Strength=4)">Text</p>
This text has shadow with #497987 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #497987; -webkit-box-shadow: 1px 1px 3px 2px #497987; box-shadow: 1px 1px 3px 2px #497987; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #497987; -webkit-box-shadow: 1px 1px 3px 2px #497987; box-shadow:1px 1px 3px 2px #497987;">
Div content here</div>
This text has color #497987 on black background.
This text has color #497987 on white background.
This text has black color on #497987 background.
This text has white color on #497987 background.