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