HEX: #4D6DAE
RGB: (77,109,174)
#4D6DAE contains mainly blue color. Web safe color of #4D6DAE is #336699 (or #369).
#4D6DAE color RGB value is (77,109,174).
RGB: (77,109,174)
(30%, 43%, 68%)
R 77 of 255 = 30%
G 109 of 255 = 43%
B 174 of 255 = 68%
R + G + B ~ 47%. #4D6DAE is middle color (not dark and not light).
R + G + B = 77 + 109 + 174 = 360 (100%)
R 77 of 360 ~ 21.39%
G 109 of 360 ~ 30.28%
B 174 of 360 ~ 48.33'%
#4D6DAE color CMYK value is (56,37,0,32).
CMYK: (56,37,0,32)
C56M37Y0K32 (56%, 37%, 0%, 32%)
(0.56 / 0.37 / 0.00 / 0.32)
Color #4D6DAE in popluar color models
4D | 6D | AE | |
---|---|---|---|
RGB | 77 | 109 | 174 |
HSL | 220° | 38.65% | 49.22% |
HSB/HSV | 220° | 55.75% | 68.24% |
CMYK | 55.75% | 37.36% | 0.00% |
31.76% |
Color #4D6DAE in popluar number systems.
HEX | 4D | 6D | AE |
Decimal | 77 | 109 | 174 |
Binary | 1001101 | 1101101 | 10101110 |
Octal | 115 | 155 | 256 |
Shades of #4D6DAE
Tints of #4D6DAE
Examples of css and html codes for elements with #4D6DAE color. Also use rgb(77,109,174) instead hex code.
.myTextColor { color: #4D6DAE; }
<p style="color:#4D6DAE">This sample text font color is #4D6DAE.</p>
This text font color is #4D6DAE.
.myBgColor { background-color: #4D6DAE; }
<div style="background-color:#4D6DAE">Inner text</div>
This div background color is #4D6DAE.
.myBorderColor { border: 1px solid #4D6DAE; }
<div style="border:3px solid #4D6DAE">Div</div>
This div border color is #4D6DAE.
.myOpacity80 { color: #4D6DAE; opacity: 0.8; }
<p style="color:#4D6DAE;opacity:0.8;">80%</p>
Text with #4D6DAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D6DAE;}
<p style="text-shadow: 3px 3px 1px #4D6DAE">Text here.</p>
This text has shadow with #4D6DAE color.
.textShadow {text-shadow: 3px 3px 1px #4D6DAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D6DAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #4D6DAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D6DAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D6DAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D6DAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4D6DAE;
-webkit-box-shadow: 1px 1px 3px 2px #4D6DAE;
box-shadow: 1px 1px 3px 2px #4D6DAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4D6DAE; -webkit-box-shadow: 1px 1px 3px 2px #4D6DAE; box-shadow:1px 1px 3px 2px #4D6DAE;">
Div content here
</div>
This text has color #4D6DAE on black background.
This text has color #4D6DAE on white background.
This text has black color on #4D6DAE background.
This text has white color on #4D6DAE background.
Complementary color for #hex is #B29251.