HEX: #4C95EC
RGB: (76,149,236)
#4C95EC contains mainly blue color. Web safe color of #4C95EC is #3399FF (or #39F).
#4C95EC color RGB value is (76,149,236).
RGB: (76,149,236)
(30%, 58%, 93%)
R 76 of 255 = 30%
G 149 of 255 = 58%
B 236 of 255 = 93%
R + G + B ~ 60%. #4C95EC is middle color (not dark and not light).
R + G + B = 76 + 149 + 236 = 461 (100%)
R 76 of 461 ~ 16.49%
G 149 of 461 ~ 32.32%
B 236 of 461 ~ 51.19'%
#4C95EC color CMYK value is (68,37,0,7).
CMYK: (68,37,0,7) C68M37Y0K7 (68%,37%,0%,7%) (0.68/0.37/0.00/0.07)
Color #4C95EC in popluar color models
4C | 95 | EC | |
---|---|---|---|
RGB | 76 | 149 | 236 |
HSL | 213° | 80.81% | 61.18% |
HSB/HSV | 213° | 67.80% | 92.55% |
CMYK | 67.80% | 36.86% | 0.00% |
7.45% |
Color #4C95EC in popluar number systems.
HEX | 4C | 95 | EC |
Decimal | 76 | 149 | 236 |
Binary | 1001100 | 10010101 | 11101100 |
Octal | 114 | 225 | 354 |
Shades of #4C95EC
Tints of #4C95EC
Examples of css and html codes for elements with #4C95EC color. Also use rgb(76,149,236) instead hex code.
.myTextColor { color: #4C95EC; }
<p style="color:#4C95EC">This sample text font color is #4C95EC.</p>
This text font color is #4C95EC.
.myBgColor { background-color: #4C95EC; }
<div style="background-color:#4C95EC">Inner text</div>
This div background color is #4C95EC.
.myBorderColor { border: 1px solid #4C95EC; }
<div style="border:3px solid #4C95EC">Div</div>
This div border color is #4C95EC.
.myOpacity80 { color: #4C95EC; opacity: 0.8; }
<p style="color:#4C95EC;opacity:0.8;">80%</p>
Text with #4C95EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C95EC;}
<p style="text-shadow: 3px 3px 1px #4C95EC">Text here.</p>
This text has shadow with #4C95EC color.
.textShadow {text-shadow: 3px 3px 1px #4C95EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C95EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #4C95EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C95EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C95EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C95EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C95EC;
-webkit-box-shadow: 1px 1px 3px 2px #4C95EC;
box-shadow: 1px 1px 3px 2px #4C95EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C95EC; -webkit-box-shadow: 1px 1px 3px 2px #4C95EC; box-shadow:1px 1px 3px 2px #4C95EC;">
Div content here
</div>
This text has color #4C95EC on black background.
This text has color #4C95EC on white background.
This text has black color on #4C95EC background.
This text has white color on #4C95EC background.
Complementary color for #hex is #B36A13.