HEX: #4999E9
RGB: (73,153,233)
#4999E9 contains mainly blue color. Web safe color of #4999E9 is #3399FF (or #39F).
#4999E9 color RGB value is (73,153,233).
RGB: (73,153,233)
(29%, 60%, 91%)
R 73 of 255 = 29%
G 153 of 255 = 60%
B 233 of 255 = 91%
R + G + B ~ 60%. #4999E9 is middle color (not dark and not light).
R + G + B = 73 + 153 + 233 = 459 (100%)
R 73 of 459 ~ 15.9%
G 153 of 459 ~ 33.33%
B 233 of 459 ~ 50.76'%
#4999E9 color CMYK value is (69,34,0,9).
CMYK: (69,34,0,9)
C69M34Y0K9 (69%, 34%, 0%, 9%)
(0.69 / 0.34 / 0.00 / 0.09)
Color #4999E9 in popluar color models
49 | 99 | E9 | |
---|---|---|---|
RGB | 73 | 153 | 233 |
HSL | 210° | 78.43% | 60.00% |
HSB/HSV | 210° | 68.67% | 91.37% |
CMYK | 68.67% | 34.33% | 0.00% |
8.63% |
Color #4999E9 in popluar number systems.
HEX | 49 | 99 | E9 |
Decimal | 73 | 153 | 233 |
Binary | 1001001 | 10011001 | 11101001 |
Octal | 111 | 231 | 351 |
Shades of #4999E9
Tints of #4999E9
Examples of css and html codes for elements with #4999E9 color. Also use rgb(73,153,233) instead hex code.
.myTextColor { color: #4999E9; }
<p style="color:#4999E9">This sample text font color is #4999E9.</p>
This text font color is #4999E9.
.myBgColor { background-color: #4999E9; }
<div style="background-color:#4999E9">Inner text</div>
This div background color is #4999E9.
.myBorderColor { border: 1px solid #4999E9; }
<div style="border:3px solid #4999E9">Div</div>
This div border color is #4999E9.
.myOpacity80 { color: #4999E9; opacity: 0.8; }
<p style="color:#4999E9;opacity:0.8;">80%</p>
Text with #4999E9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4999E9;}
<p style="text-shadow: 3px 3px 1px #4999E9">Text here.</p>
This text has shadow with #4999E9 color.
.textShadow {text-shadow: 3px 3px 1px #4999E9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4999E9, 5px 5px 20px red">Text here.</p>
This text has shadow with #4999E9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4999E9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4999E9, Direction=45, Strength=4)">Text</p>
This text has shadow with #4999E9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4999E9;
-webkit-box-shadow: 1px 1px 3px 2px #4999E9;
box-shadow: 1px 1px 3px 2px #4999E9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4999E9; -webkit-box-shadow: 1px 1px 3px 2px #4999E9; box-shadow:1px 1px 3px 2px #4999E9;">
Div content here
</div>
This text has color #4999E9 on black background.
This text has color #4999E9 on white background.
This text has black color on #4999E9 background.
This text has white color on #4999E9 background.
Complementary color for #4999E9 is #B66616.