HEX: #486996
RGB: (72,105,150)
#486996 contains mainly green and blue colors. Web safe color of #486996 is #336699 (or #369).
#486996 color RGB value is (72,105,150).
RGB: (72,105,150)
(28%, 41%, 59%)
R 72 of 255 = 28%
G 105 of 255 = 41%
B 150 of 255 = 59%
R + G + B ~ 43%. #486996 is middle color (not dark and not light).
R + G + B = 72 + 105 + 150 = 327 (100%)
R 72 of 327 ~ 22.02%
G 105 of 327 ~ 32.11%
B 150 of 327 ~ 45.87'%
#486996 color CMYK value is (52,30,0,41).
CMYK: (52,30,0,41)
C52M30Y0K41 (52%, 30%, 0%, 41%)
(0.52 / 0.30 / 0.00 / 0.41)
Color #486996 in popluar color models
48 | 69 | 96 | |
---|---|---|---|
RGB | 72 | 105 | 150 |
HSL | 215° | 35.14% | 43.53% |
HSB/HSV | 215° | 52.00% | 58.82% |
CMYK | 52.00% | 30.00% | 0.00% |
41.18% |
Color #486996 in popluar number systems.
HEX | 48 | 69 | 96 |
Decimal | 72 | 105 | 150 |
Binary | 1001000 | 1101001 | 10010110 |
Octal | 110 | 151 | 226 |
Shades of #486996
Tints of #486996
Examples of css and html codes for elements with #486996 color. Also use rgb(72,105,150) instead hex code.
.myTextColor { color: #486996; }
<p style="color:#486996">This sample text font color is #486996.</p>
This text font color is #486996.
.myBgColor { background-color: #486996; }
<div style="background-color:#486996">Inner text</div>
This div background color is #486996.
.myBorderColor { border: 1px solid #486996; }
<div style="border:3px solid #486996">Div</div>
This div border color is #486996.
.myOpacity80 { color: #486996; opacity: 0.8; }
<p style="color:#486996;opacity:0.8;">80%</p>
Text with #486996 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #486996;}
<p style="text-shadow: 3px 3px 1px #486996">Text here.</p>
This text has shadow with #486996 color.
.textShadow {text-shadow: 3px 3px 1px #486996', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #486996, 5px 5px 20px red">Text here.</p>
This text has shadow with #486996 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#486996, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#486996, Direction=45, Strength=4)">Text</p>
This text has shadow with #486996 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #486996;
-webkit-box-shadow: 1px 1px 3px 2px #486996;
box-shadow: 1px 1px 3px 2px #486996;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #486996; -webkit-box-shadow: 1px 1px 3px 2px #486996; box-shadow:1px 1px 3px 2px #486996;">
Div content here
</div>
This text has color #486996 on black background.
This text has color #486996 on white background.
This text has black color on #486996 background.
This text has white color on #486996 background.
Complementary color for #hex is #B79669.