HEX: #4D467D
RGB: (77,70,125)
#4D467D contains red, green and blue colors in about the same proportion. Web safe color of #4D467D is #333366 (or #336).
#4D467D color RGB value is (77,70,125).
RGB: (77,70,125)
(30%, 27%, 49%)
R 77 of 255 = 30%
G 70 of 255 = 27%
B 125 of 255 = 49%
R + G + B ~ 35%. #4D467D is quite dark color.
R + G + B = 77 + 70 + 125 = 272 (100%)
R 77 of 272 ~ 28.31%
G 70 of 272 ~ 25.74%
B 125 of 272 ~ 45.96'%
#4D467D color CMYK value is (38,44,0,51).
CMYK: (38,44,0,51) C38M44Y0K51 (38%,44%,0%,51%) (0.38/0.44/0.00/0.51)
Color #4D467D in popluar color models
4D | 46 | 7D | |
---|---|---|---|
RGB | 77 | 70 | 125 |
HSL | 248° | 28.21% | 38.24% |
HSB/HSV | 248° | 44.00% | 49.02% |
CMYK | 38.40% | 44.00% | 0.00% |
50.98% |
Color #4D467D in popluar number systems.
HEX | 4D | 46 | 7D |
Decimal | 77 | 70 | 125 |
Binary | 1001101 | 1000110 | 1111101 |
Octal | 115 | 106 | 175 |
Shades of #4D467D
Tints of #4D467D
Examples of css and html codes for elements with #4D467D color. Also use rgb(77,70,125) instead hex code.
.myTextColor { color: #4D467D; }
<p style="color:#4D467D">This sample text font color is #4D467D.</p>
This text font color is #4D467D.
.myBgColor { background-color: #4D467D; }
<div style="background-color:#4D467D">Inner text</div>
This div background color is #4D467D.
.myBorderColor { border: 1px solid #4D467D; }
<div style="border:3px solid #4D467D">Div</div>
This div border color is #4D467D.
.myOpacity80 { color: #4D467D; opacity: 0.8; }
<p style="color:#4D467D;opacity:0.8;">80%</p>
Text with #4D467D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D467D;}
<p style="text-shadow: 3px 3px 1px #4D467D">Text here.</p>
This text has shadow with #4D467D color.
.textShadow {text-shadow: 3px 3px 1px #4D467D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D467D, 5px 5px 20px red">Text here.</p>
This text has shadow with #4D467D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D467D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D467D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D467D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4D467D;
-webkit-box-shadow: 1px 1px 3px 2px #4D467D;
box-shadow: 1px 1px 3px 2px #4D467D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4D467D; -webkit-box-shadow: 1px 1px 3px 2px #4D467D; box-shadow:1px 1px 3px 2px #4D467D;">
Div content here
</div>
This text has color #4D467D on black background.
This text has color #4D467D on white background.
This text has black color on #4D467D background.
This text has white color on #4D467D background.
Complementary color for #hex is #B2B982.