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