HEX: #466382
RGB: (70,99,130)
#466382 contains mainly green and blue colors. Web safe color of #466382 is #336699 (or #369).
#466382 color RGB value is (70,99,130).
RGB: (70,99,130)
(27%, 39%, 51%)
R 70 of 255 = 27%
G 99 of 255 = 39%
B 130 of 255 = 51%
R + G + B ~ 39%. #466382 is quite dark color.
R + G + B = 70 + 99 + 130 = 299 (100%)
R 70 of 299 ~ 23.41%
G 99 of 299 ~ 33.11%
B 130 of 299 ~ 43.48'%
#466382 color CMYK value is (46,24,0,49).
CMYK: (46,24,0,49) C46M24Y0K49 (46%,24%,0%,49%) (0.46/0.24/0.00/0.49)
Color #466382 in popluar color models
46 | 63 | 82 | |
---|---|---|---|
RGB | 70 | 99 | 130 |
HSL | 211° | 30.00% | 39.22% |
HSB/HSV | 211° | 46.15% | 50.98% |
CMYK | 46.15% | 23.85% | 0.00% |
49.02% |
Color #466382 in popluar number systems.
HEX | 46 | 63 | 82 |
Decimal | 70 | 99 | 130 |
Binary | 1000110 | 1100011 | 10000010 |
Octal | 106 | 143 | 202 |
Shades of #466382
Tints of #466382
Examples of css and html codes for elements with #466382 color. Also use rgb(70,99,130) instead hex code.
.myTextColor { color: #466382; }
<p style="color:#466382">This sample text font color is #466382.</p>
This text font color is #466382.
.myBgColor { background-color: #466382; }
<div style="background-color:#466382">Inner text</div>
This div background color is #466382.
.myBorderColor { border: 1px solid #466382; }
<div style="border:3px solid #466382">Div</div>
This div border color is #466382.
.myOpacity80 { color: #466382; opacity: 0.8; }
<p style="color:#466382;opacity:0.8;">80%</p>
Text with #466382 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #466382;}
<p style="text-shadow: 3px 3px 1px #466382">Text here.</p>
This text has shadow with #466382 color.
.textShadow {text-shadow: 3px 3px 1px #466382', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #466382, 5px 5px 20px red">Text here.</p>
This text has shadow with #466382 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#466382, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#466382, Direction=45, Strength=4)">Text</p>
This text has shadow with #466382 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #466382;
-webkit-box-shadow: 1px 1px 3px 2px #466382;
box-shadow: 1px 1px 3px 2px #466382;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #466382; -webkit-box-shadow: 1px 1px 3px 2px #466382; box-shadow:1px 1px 3px 2px #466382;">
Div content here
</div>
This text has color #466382 on black background.
This text has color #466382 on white background.
This text has black color on #466382 background.
This text has white color on #466382 background.
Complementary color for #hex is #B99C7D.