HEX: #4B558D
RGB: (75,85,141)
#4B558D contains mainly green and blue colors. Web safe color of #4B558D is #336699 (or #369).
#4B558D color RGB value is (75,85,141).
RGB: (75,85,141)
(29%, 33%, 55%)
R 75 of 255 = 29%
G 85 of 255 = 33%
B 141 of 255 = 55%
R + G + B ~ 39%. #4B558D is quite dark color.
R + G + B = 75 + 85 + 141 = 301 (100%)
R 75 of 301 ~ 24.92%
G 85 of 301 ~ 28.24%
B 141 of 301 ~ 46.84'%
#4B558D color CMYK value is (47,40,0,45).
CMYK: (47,40,0,45)
C47M40Y0K45 (47%, 40%, 0%, 45%)
(0.47 / 0.40 / 0.00 / 0.45)
Color #4B558D in popluar color models
4B | 55 | 8D | |
---|---|---|---|
RGB | 75 | 85 | 141 |
HSL | 231° | 30.56% | 42.35% |
HSB/HSV | 231° | 46.81% | 55.29% |
CMYK | 46.81% | 39.72% | 0.00% |
44.71% |
Color #4B558D in popluar number systems.
HEX | 4B | 55 | 8D |
Decimal | 75 | 85 | 141 |
Binary | 1001011 | 1010101 | 10001101 |
Octal | 113 | 125 | 215 |
Shades of #4B558D
Tints of #4B558D
Examples of css and html codes for elements with #4B558D color. Also use rgb(75,85,141) instead hex code.
.myTextColor { color: #4B558D; }
<p style="color:#4B558D">This sample text font color is #4B558D.</p>
This text font color is #4B558D.
.myBgColor { background-color: #4B558D; }
<div style="background-color:#4B558D">Inner text</div>
This div background color is #4B558D.
.myBorderColor { border: 1px solid #4B558D; }
<div style="border:3px solid #4B558D">Div</div>
This div border color is #4B558D.
.myOpacity80 { color: #4B558D; opacity: 0.8; }
<p style="color:#4B558D;opacity:0.8;">80%</p>
Text with #4B558D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B558D;}
<p style="text-shadow: 3px 3px 1px #4B558D">Text here.</p>
This text has shadow with #4B558D color.
.textShadow {text-shadow: 3px 3px 1px #4B558D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B558D, 5px 5px 20px red">Text here.</p>
This text has shadow with #4B558D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B558D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B558D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B558D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4B558D;
-webkit-box-shadow: 1px 1px 3px 2px #4B558D;
box-shadow: 1px 1px 3px 2px #4B558D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B558D; -webkit-box-shadow: 1px 1px 3px 2px #4B558D; box-shadow:1px 1px 3px 2px #4B558D;">
Div content here
</div>
This text has color #4B558D on black background.
This text has color #4B558D on white background.
This text has black color on #4B558D background.
This text has white color on #4B558D background.
Complementary color for #hex is #B4AA72.