HEX: #4D589A
RGB: (77,88,154)
#4D589A contains mainly blue color. Web safe color of #4D589A is #336699 (or #369).
#4D589A color RGB value is (77,88,154).
RGB: (77,88,154)
(30%, 35%, 60%)
R 77 of 255 = 30%
G 88 of 255 = 35%
B 154 of 255 = 60%
R + G + B ~ 42%. #4D589A is middle color (not dark and not light).
R + G + B = 77 + 88 + 154 = 319 (100%)
R 77 of 319 ~ 24.14%
G 88 of 319 ~ 27.59%
B 154 of 319 ~ 48.28'%
#4D589A color CMYK value is (50,43,0,40).
CMYK: (50,43,0,40)
C50M43Y0K40 (50%, 43%, 0%, 40%)
(0.50 / 0.43 / 0.00 / 0.40)
Color #4D589A in popluar color models
4D | 58 | 9A | |
---|---|---|---|
RGB | 77 | 88 | 154 |
HSL | 231° | 33.33% | 45.29% |
HSB/HSV | 231° | 50.00% | 60.39% |
CMYK | 50.00% | 42.86% | 0.00% |
39.61% |
Color #4D589A in popluar number systems.
HEX | 4D | 58 | 9A |
Decimal | 77 | 88 | 154 |
Binary | 1001101 | 1011000 | 10011010 |
Octal | 115 | 130 | 232 |
Shades of #4D589A
Tints of #4D589A
Examples of css and html codes for elements with #4D589A color. Also use rgb(77,88,154) instead hex code.
.myTextColor { color: #4D589A; }
<p style="color:#4D589A">This sample text font color is #4D589A.</p>
This text font color is #4D589A.
.myBgColor { background-color: #4D589A; }
<div style="background-color:#4D589A">Inner text</div>
This div background color is #4D589A.
.myBorderColor { border: 1px solid #4D589A; }
<div style="border:3px solid #4D589A">Div</div>
This div border color is #4D589A.
.myOpacity80 { color: #4D589A; opacity: 0.8; }
<p style="color:#4D589A;opacity:0.8;">80%</p>
Text with #4D589A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D589A;}
<p style="text-shadow: 3px 3px 1px #4D589A">Text here.</p>
This text has shadow with #4D589A color.
.textShadow {text-shadow: 3px 3px 1px #4D589A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D589A, 5px 5px 20px red">Text here.</p>
This text has shadow with #4D589A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D589A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D589A, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D589A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4D589A;
-webkit-box-shadow: 1px 1px 3px 2px #4D589A;
box-shadow: 1px 1px 3px 2px #4D589A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4D589A; -webkit-box-shadow: 1px 1px 3px 2px #4D589A; box-shadow:1px 1px 3px 2px #4D589A;">
Div content here
</div>
This text has color #4D589A on black background.
This text has color #4D589A on white background.
This text has black color on #4D589A background.
This text has white color on #4D589A background.
Complementary color for #hex is #B2A765.