HEX: #4D9AA4
RGB: (77,154,164)
#4D9AA4 contains mainly green and blue colors. Web safe color of #4D9AA4 is #339999 (or #399).
#4D9AA4 color RGB value is (77,154,164).
RGB: (77,154,164)
(30%, 60%, 64%)
R 77 of 255 = 30%
G 154 of 255 = 60%
B 164 of 255 = 64%
R + G + B ~ 51%. #4D9AA4 is middle color (not dark and not light).
R + G + B = 77 + 154 + 164 = 395 (100%)
R 77 of 395 ~ 19.49%
G 154 of 395 ~ 38.99%
B 164 of 395 ~ 41.52'%
#4D9AA4 color CMYK value is (53,6,0,36).
CMYK: (53,6,0,36) C53M6Y0K36 (53%,6%,0%,36%) (0.53/0.06/0.00/0.36)
Color #4D9AA4 in popluar color models
4D | 9A | A4 | |
---|---|---|---|
RGB | 77 | 154 | 164 |
HSL | 187° | 36.10% | 47.25% |
HSB/HSV | 187° | 53.05% | 64.31% |
CMYK | 53.05% | 6.10% | 0.00% |
35.69% |
Color #4D9AA4 in popluar number systems.
HEX | 4D | 9A | A4 |
Decimal | 77 | 154 | 164 |
Binary | 1001101 | 10011010 | 10100100 |
Octal | 115 | 232 | 244 |
Shades of #4D9AA4
Tints of #4D9AA4
Examples of css and html codes for elements with #4D9AA4 color. Also use rgb(77,154,164) instead hex code.
.myTextColor { color: #4D9AA4; }
<p style="color:#4D9AA4">This sample text font color is #4D9AA4.</p>
This text font color is #4D9AA4.
.myBgColor { background-color: #4D9AA4; }
<div style="background-color:#4D9AA4">Inner text</div>
This div background color is #4D9AA4.
.myBorderColor { border: 1px solid #4D9AA4; }
<div style="border:3px solid #4D9AA4">Div</div>
This div border color is #4D9AA4.
.myOpacity80 { color: #4D9AA4; opacity: 0.8; }
<p style="color:#4D9AA4;opacity:0.8;">80%</p>
Text with #4D9AA4 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D9AA4;}
<p style="text-shadow: 3px 3px 1px #4D9AA4">Text here.</p>
This text has shadow with #4D9AA4 color.
.textShadow {text-shadow: 3px 3px 1px #4D9AA4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D9AA4, 5px 5px 20px red">Text here.</p>
This text has shadow with #4D9AA4 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D9AA4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D9AA4, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D9AA4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4D9AA4;
-webkit-box-shadow: 1px 1px 3px 2px #4D9AA4;
box-shadow: 1px 1px 3px 2px #4D9AA4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4D9AA4; -webkit-box-shadow: 1px 1px 3px 2px #4D9AA4; box-shadow:1px 1px 3px 2px #4D9AA4;">
Div content here
</div>
This text has color #4D9AA4 on black background.
This text has color #4D9AA4 on white background.
This text has black color on #4D9AA4 background.
This text has white color on #4D9AA4 background.
Complementary color for #hex is #B2655B.