HEX: #46498B
RGB: (70,73,139)
#46498B contains mainly blue color. Web safe color of #46498B is #333399 (or #339).
#46498B color RGB value is (70,73,139).
RGB: (70,73,139)
(27%, 29%, 55%)
R 70 of 255 = 27%
G 73 of 255 = 29%
B 139 of 255 = 55%
R + G + B ~ 37%. #46498B is quite dark color.
R + G + B = 70 + 73 + 139 = 282 (100%)
R 70 of 282 ~ 24.82%
G 73 of 282 ~ 25.89%
B 139 of 282 ~ 49.29'%
#46498B color CMYK value is (50,47,0,45).
CMYK: (50,47,0,45) C50M47Y0K45 (50%,47%,0%,45%) (0.50/0.47/0.00/0.45)
Color #46498B in popluar color models
46 | 49 | 8B | |
---|---|---|---|
RGB | 70 | 73 | 139 |
HSL | 237° | 33.01% | 40.98% |
HSB/HSV | 237° | 49.64% | 54.51% |
CMYK | 49.64% | 47.48% | 0.00% |
45.49% |
Color #46498B in popluar number systems.
HEX | 46 | 49 | 8B |
Decimal | 70 | 73 | 139 |
Binary | 1000110 | 1001001 | 10001011 |
Octal | 106 | 111 | 213 |
Shades of #46498B
Tints of #46498B
Examples of css and html codes for elements with #46498B color. Also use rgb(70,73,139) instead hex code.
.myTextColor { color: #46498B; }
<p style="color:#46498B">This sample text font color is #46498B.</p>
This text font color is #46498B.
.myBgColor { background-color: #46498B; }
<div style="background-color:#46498B">Inner text</div>
This div background color is #46498B.
.myBorderColor { border: 1px solid #46498B; }
<div style="border:3px solid #46498B">Div</div>
This div border color is #46498B.
.myOpacity80 { color: #46498B; opacity: 0.8; }
<p style="color:#46498B;opacity:0.8;">80%</p>
Text with #46498B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #46498B;}
<p style="text-shadow: 3px 3px 1px #46498B">Text here.</p>
This text has shadow with #46498B color.
.textShadow {text-shadow: 3px 3px 1px #46498B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #46498B, 5px 5px 20px red">Text here.</p>
This text has shadow with #46498B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#46498B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#46498B, Direction=45, Strength=4)">Text</p>
This text has shadow with #46498B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #46498B;
-webkit-box-shadow: 1px 1px 3px 2px #46498B;
box-shadow: 1px 1px 3px 2px #46498B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #46498B; -webkit-box-shadow: 1px 1px 3px 2px #46498B; box-shadow:1px 1px 3px 2px #46498B;">
Div content here
</div>
This text has color #46498B on black background.
This text has color #46498B on white background.
This text has black color on #46498B background.
This text has white color on #46498B background.
Complementary color for #hex is #B9B674.