HEX: #4D589D
RGB: (77,88,157)
#4D589D contains mainly blue color. Web safe color of #4D589D is #336699 (or #369).
#4D589D color RGB value is (77,88,157).
RGB: (77,88,157)
(30%, 35%, 62%)
R 77 of 255 = 30%
G 88 of 255 = 35%
B 157 of 255 = 62%
R + G + B ~ 42%. #4D589D is middle color (not dark and not light).
R + G + B = 77 + 88 + 157 = 322 (100%)
R 77 of 322 ~ 23.91%
G 88 of 322 ~ 27.33%
B 157 of 322 ~ 48.76'%
#4D589D color CMYK value is (51,44,0,38).
CMYK: (51,44,0,38) C51M44Y0K38 (51%,44%,0%,38%) (0.51/0.44/0.00/0.38)
Color #4D589D in popluar color models
4D | 58 | 9D | |
---|---|---|---|
RGB | 77 | 88 | 157 |
HSL | 232° | 34.19% | 45.88% |
HSB/HSV | 232° | 50.96% | 61.57% |
CMYK | 50.96% | 43.95% | 0.00% |
38.43% |
Color #4D589D in popluar number systems.
HEX | 4D | 58 | 9D |
Decimal | 77 | 88 | 157 |
Binary | 1001101 | 1011000 | 10011101 |
Octal | 115 | 130 | 235 |
Shades of #4D589D
Tints of #4D589D
Examples of css and html codes for elements with #4D589D color. Also use rgb(77,88,157) instead hex code.
.myTextColor { color: #4D589D; }
<p style="color:#4D589D">This sample text font color is #4D589D.</p>
This text font color is #4D589D.
.myBgColor { background-color: #4D589D; }
<div style="background-color:#4D589D">Inner text</div>
This div background color is #4D589D.
.myBorderColor { border: 1px solid #4D589D; }
<div style="border:3px solid #4D589D">Div</div>
This div border color is #4D589D.
.myOpacity80 { color: #4D589D; opacity: 0.8; }
<p style="color:#4D589D;opacity:0.8;">80%</p>
Text with #4D589D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D589D;}
<p style="text-shadow: 3px 3px 1px #4D589D">Text here.</p>
This text has shadow with #4D589D color.
.textShadow {text-shadow: 3px 3px 1px #4D589D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D589D, 5px 5px 20px red">Text here.</p>
This text has shadow with #4D589D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D589D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D589D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D589D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4D589D;
-webkit-box-shadow: 1px 1px 3px 2px #4D589D;
box-shadow: 1px 1px 3px 2px #4D589D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4D589D; -webkit-box-shadow: 1px 1px 3px 2px #4D589D; box-shadow:1px 1px 3px 2px #4D589D;">
Div content here
</div>
This text has color #4D589D on black background.
This text has color #4D589D on white background.
This text has black color on #4D589D background.
This text has white color on #4D589D background.
Complementary color for #hex is #B2A762.