HEX: #49ADD5
RGB: (73,173,213)
#49ADD5 contains mainly green and blue colors. Web safe color of #49ADD5 is #3399CC (or #39C).
#49ADD5 color RGB value is (73,173,213).
RGB: (73,173,213)
(29%, 68%, 84%)
R 73 of 255 = 29%
G 173 of 255 = 68%
B 213 of 255 = 84%
R + G + B ~ 60%. #49ADD5 is middle color (not dark and not light).
R + G + B = 73 + 173 + 213 = 459 (100%)
R 73 of 459 ~ 15.9%
G 173 of 459 ~ 37.69%
B 213 of 459 ~ 46.41'%
#49ADD5 color CMYK value is (66,19,0,16).
CMYK: (66,19,0,16)
C66M19Y0K16 (66%, 19%, 0%, 16%)
(0.66 / 0.19 / 0.00 / 0.16)
Color #49ADD5 in popluar color models
49 | AD | D5 | |
---|---|---|---|
RGB | 73 | 173 | 213 |
HSL | 197° | 62.50% | 56.08% |
HSB/HSV | 197° | 65.73% | 83.53% |
CMYK | 65.73% | 18.78% | 0.00% |
16.47% |
Color #49ADD5 in popluar number systems.
HEX | 49 | AD | D5 |
Decimal | 73 | 173 | 213 |
Binary | 1001001 | 10101101 | 11010101 |
Octal | 111 | 255 | 325 |
Shades of #49ADD5
Tints of #49ADD5
Examples of css and html codes for elements with #49ADD5 color. Also use rgb(73,173,213) instead hex code.
.myTextColor { color: #49ADD5; }
<p style="color:#49ADD5">This sample text font color is #49ADD5.</p>
This text font color is #49ADD5.
.myBgColor { background-color: #49ADD5; }
<div style="background-color:#49ADD5">Inner text</div>
This div background color is #49ADD5.
.myBorderColor { border: 1px solid #49ADD5; }
<div style="border:3px solid #49ADD5">Div</div>
This div border color is #49ADD5.
.myOpacity80 { color: #49ADD5; opacity: 0.8; }
<p style="color:#49ADD5;opacity:0.8;">80%</p>
Text with #49ADD5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49ADD5;}
<p style="text-shadow: 3px 3px 1px #49ADD5">Text here.</p>
This text has shadow with #49ADD5 color.
.textShadow {text-shadow: 3px 3px 1px #49ADD5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49ADD5, 5px 5px 20px red">Text here.</p>
This text has shadow with #49ADD5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49ADD5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49ADD5, Direction=45, Strength=4)">Text</p>
This text has shadow with #49ADD5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49ADD5;
-webkit-box-shadow: 1px 1px 3px 2px #49ADD5;
box-shadow: 1px 1px 3px 2px #49ADD5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49ADD5; -webkit-box-shadow: 1px 1px 3px 2px #49ADD5; box-shadow:1px 1px 3px 2px #49ADD5;">
Div content here
</div>
This text has color #49ADD5 on black background.
This text has color #49ADD5 on white background.
This text has black color on #49ADD5 background.
This text has white color on #49ADD5 background.
Complementary color for #hex is #B6522A.