HEX: #4C71C9
RGB: (76,113,201)
#4C71C9 contains mainly blue color. Web safe color of #4C71C9 is #3366CC (or #36C).
#4C71C9 color RGB value is (76,113,201).
RGB: (76,113,201)
(30%, 44%, 79%)
R 76 of 255 = 30%
G 113 of 255 = 44%
B 201 of 255 = 79%
R + G + B ~ 51%. #4C71C9 is middle color (not dark and not light).
R + G + B = 76 + 113 + 201 = 390 (100%)
R 76 of 390 ~ 19.49%
G 113 of 390 ~ 28.97%
B 201 of 390 ~ 51.54'%
#4C71C9 color CMYK value is (62,44,0,21).
CMYK: (62,44,0,21)
C62M44Y0K21 (62%, 44%, 0%, 21%)
(0.62 / 0.44 / 0.00 / 0.21)
Color #4C71C9 in popluar color models
4C | 71 | C9 | |
---|---|---|---|
RGB | 76 | 113 | 201 |
HSL | 222° | 53.65% | 54.31% |
HSB/HSV | 222° | 62.19% | 78.82% |
CMYK | 62.19% | 43.78% | 0.00% |
21.18% |
Color #4C71C9 in popluar number systems.
HEX | 4C | 71 | C9 |
Decimal | 76 | 113 | 201 |
Binary | 1001100 | 1110001 | 11001001 |
Octal | 114 | 161 | 311 |
Shades of #4C71C9
Tints of #4C71C9
Examples of css and html codes for elements with #4C71C9 color. Also use rgb(76,113,201) instead hex code.
.myTextColor { color: #4C71C9; }
<p style="color:#4C71C9">This sample text font color is #4C71C9.</p>
This text font color is #4C71C9.
.myBgColor { background-color: #4C71C9; }
<div style="background-color:#4C71C9">Inner text</div>
This div background color is #4C71C9.
.myBorderColor { border: 1px solid #4C71C9; }
<div style="border:3px solid #4C71C9">Div</div>
This div border color is #4C71C9.
.myOpacity80 { color: #4C71C9; opacity: 0.8; }
<p style="color:#4C71C9;opacity:0.8;">80%</p>
Text with #4C71C9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C71C9;}
<p style="text-shadow: 3px 3px 1px #4C71C9">Text here.</p>
This text has shadow with #4C71C9 color.
.textShadow {text-shadow: 3px 3px 1px #4C71C9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C71C9, 5px 5px 20px red">Text here.</p>
This text has shadow with #4C71C9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C71C9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C71C9, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C71C9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C71C9;
-webkit-box-shadow: 1px 1px 3px 2px #4C71C9;
box-shadow: 1px 1px 3px 2px #4C71C9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C71C9; -webkit-box-shadow: 1px 1px 3px 2px #4C71C9; box-shadow:1px 1px 3px 2px #4C71C9;">
Div content here
</div>
This text has color #4C71C9 on black background.
This text has color #4C71C9 on white background.
This text has black color on #4C71C9 background.
This text has white color on #4C71C9 background.
Complementary color for #hex is #B38E36.