HEX: #487596
RGB: (72,117,150)
#487596 contains mainly green and blue colors. Web safe color of #487596 is #336699 (or #369).
#487596 color RGB value is (72,117,150).
RGB: (72,117,150) (28%,46%,59%)
R 72 of 255 = 28%
G 117 of 255 = 46%
B 150 of 255 = 59%
R + G + B ~ 44%. #487596 is middle color (not dark and not light).
R + G + B =
72 + 117 + 150 = 339 (100%)
R 72 of 339 ~ 21.24%
G 117 of 339 ~ 34.51%
B 150 of 339 ~ 44.25%
#487596 color CMYK value is (52,22,0,41).
CMYK: (52,22,0,41) C52M22Y0K41 (52%,22%,0%,41%) (0.52/0.22/0.00/0.41)
48 | 75 | 96 | |
---|---|---|---|
RGB | 72 | 117 | 150 |
HSL | 205° | 35.14% | 43.53% |
HSB/HSV | 205° | 52.00% | 58.82% |
CMYK | 52.00% | 22.00% | 0.00% |
41.18% |
HEX | 48 | 75 | 96 |
Decimal | 72 | 117 | 150 |
Binary | 1001000 | 1110101 | 10010110 |
Octal | 110 | 165 | 226 |
Examples of css and html codes for elements with #487596 color. Also use rgb(72,117,150) instead hex code.
.myTextColor { color: #487596; }
<p style="color:#487596">This sample text font color is #487596.</p>
This text font color is #487596.
.myBgColor { background-color: #487596; }
<div style="background-color:#487596">Inner text</div>
This div background color is #487596.
.myBorderColor { border: 1px solid #487596; }
<div style="border:3px solid #487596">Div</div>
This div border color is #487596.
.myOpacity80 { color: #487596; opacity: 0.8; }
<p style="color:#487596;opacity:0.8;">80%</p>
Text with #487596 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #487596;}
<p style="text-shadow: 3px 3px 1px #487596">Text here.</p>
This text has shadow with #487596 color.
.textShadow {text-shadow: 3px 3px 1px #487596, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #487596, 5px 5px 20px red">Text here.</p>
This text has shadow with #487596 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#487596, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#487596, Direction=45, Strength=4)">Text</p>
This text has shadow with #487596 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #487596; -webkit-box-shadow: 1px 1px 3px 2px #487596; box-shadow: 1px 1px 3px 2px #487596; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #487596; -webkit-box-shadow: 1px 1px 3px 2px #487596; box-shadow:1px 1px 3px 2px #487596;">
Div content here</div>
This text has color #487596 on black background.
This text has color #487596 on white background.
This text has black color on #487596 background.
This text has white color on #487596 background.