HEX: #4E73D6
RGB: (78,115,214)
#4E73D6 contains mainly blue color. Web safe color of #4E73D6 is #6666CC (or #66C).
#4E73D6 color RGB value is (78,115,214).
RGB: (78,115,214)
(31%, 45%, 84%)
R 78 of 255 = 31%
G 115 of 255 = 45%
B 214 of 255 = 84%
R + G + B ~ 53%. #4E73D6 is middle color (not dark and not light).
R + G + B = 78 + 115 + 214 = 407 (100%)
R 78 of 407 ~ 19.16%
G 115 of 407 ~ 28.26%
B 214 of 407 ~ 52.58'%
#4E73D6 color CMYK value is (64,46,0,16).
CMYK: (64,46,0,16)
C64M46Y0K16 (64%, 46%, 0%, 16%)
(0.64 / 0.46 / 0.00 / 0.16)
Color #4E73D6 in popluar color models
4E | 73 | D6 | |
---|---|---|---|
RGB | 78 | 115 | 214 |
HSL | 224° | 62.39% | 57.25% |
HSB/HSV | 224° | 63.55% | 83.92% |
CMYK | 63.55% | 46.26% | 0.00% |
16.08% |
Color #4E73D6 in popluar number systems.
HEX | 4E | 73 | D6 |
Decimal | 78 | 115 | 214 |
Binary | 1001110 | 1110011 | 11010110 |
Octal | 116 | 163 | 326 |
Shades of #4E73D6
Tints of #4E73D6
Examples of css and html codes for elements with #4E73D6 color. Also use rgb(78,115,214) instead hex code.
.myTextColor { color: #4E73D6; }
<p style="color:#4E73D6">This sample text font color is #4E73D6.</p>
This text font color is #4E73D6.
.myBgColor { background-color: #4E73D6; }
<div style="background-color:#4E73D6">Inner text</div>
This div background color is #4E73D6.
.myBorderColor { border: 1px solid #4E73D6; }
<div style="border:3px solid #4E73D6">Div</div>
This div border color is #4E73D6.
.myOpacity80 { color: #4E73D6; opacity: 0.8; }
<p style="color:#4E73D6;opacity:0.8;">80%</p>
Text with #4E73D6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4E73D6;}
<p style="text-shadow: 3px 3px 1px #4E73D6">Text here.</p>
This text has shadow with #4E73D6 color.
.textShadow {text-shadow: 3px 3px 1px #4E73D6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4E73D6, 5px 5px 20px red">Text here.</p>
This text has shadow with #4E73D6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4E73D6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4E73D6, Direction=45, Strength=4)">Text</p>
This text has shadow with #4E73D6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4E73D6;
-webkit-box-shadow: 1px 1px 3px 2px #4E73D6;
box-shadow: 1px 1px 3px 2px #4E73D6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4E73D6; -webkit-box-shadow: 1px 1px 3px 2px #4E73D6; box-shadow:1px 1px 3px 2px #4E73D6;">
Div content here
</div>
This text has color #4E73D6 on black background.
This text has color #4E73D6 on white background.
This text has black color on #4E73D6 background.
This text has white color on #4E73D6 background.
Complementary color for #4E73D6 is #B18C29.