HEX: #4D93AB
RGB: (77,147,171)
#4D93AB contains mainly green and blue colors. Web safe color of #4D93AB is #339999 (or #399).
#4D93AB color RGB value is (77,147,171).
RGB: (77,147,171)
(30%, 58%, 67%)
R 77 of 255 = 30%
G 147 of 255 = 58%
B 171 of 255 = 67%
R + G + B ~ 52%. #4D93AB is middle color (not dark and not light).
R + G + B = 77 + 147 + 171 = 395 (100%)
R 77 of 395 ~ 19.49%
G 147 of 395 ~ 37.22%
B 171 of 395 ~ 43.29'%
#4D93AB color CMYK value is (55,14,0,33).
CMYK: (55,14,0,33) C55M14Y0K33 (55%,14%,0%,33%) (0.55/0.14/0.00/0.33)
Color #4D93AB in popluar color models
4D | 93 | AB | |
---|---|---|---|
RGB | 77 | 147 | 171 |
HSL | 195° | 37.90% | 48.63% |
HSB/HSV | 195° | 54.97% | 67.06% |
CMYK | 54.97% | 14.04% | 0.00% |
32.94% |
Color #4D93AB in popluar number systems.
HEX | 4D | 93 | AB |
Decimal | 77 | 147 | 171 |
Binary | 1001101 | 10010011 | 10101011 |
Octal | 115 | 223 | 253 |
Shades of #4D93AB
Tints of #4D93AB
Examples of css and html codes for elements with #4D93AB color. Also use rgb(77,147,171) instead hex code.
.myTextColor { color: #4D93AB; }
<p style="color:#4D93AB">This sample text font color is #4D93AB.</p>
This text font color is #4D93AB.
.myBgColor { background-color: #4D93AB; }
<div style="background-color:#4D93AB">Inner text</div>
This div background color is #4D93AB.
.myBorderColor { border: 1px solid #4D93AB; }
<div style="border:3px solid #4D93AB">Div</div>
This div border color is #4D93AB.
.myOpacity80 { color: #4D93AB; opacity: 0.8; }
<p style="color:#4D93AB;opacity:0.8;">80%</p>
Text with #4D93AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D93AB;}
<p style="text-shadow: 3px 3px 1px #4D93AB">Text here.</p>
This text has shadow with #4D93AB color.
.textShadow {text-shadow: 3px 3px 1px #4D93AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D93AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #4D93AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D93AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D93AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D93AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4D93AB;
-webkit-box-shadow: 1px 1px 3px 2px #4D93AB;
box-shadow: 1px 1px 3px 2px #4D93AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4D93AB; -webkit-box-shadow: 1px 1px 3px 2px #4D93AB; box-shadow:1px 1px 3px 2px #4D93AB;">
Div content here
</div>
This text has color #4D93AB on black background.
This text has color #4D93AB on white background.
This text has black color on #4D93AB background.
This text has white color on #4D93AB background.
Complementary color for #hex is #B26C54.