HEX: #4CB0CC
RGB: (76,176,204)
#4CB0CC contains mainly green and blue colors. Web safe color of #4CB0CC is #3399CC (or #39C).
#4CB0CC color RGB value is (76,176,204).
RGB: (76,176,204)
(30%, 69%, 80%)
R 76 of 255 = 30%
G 176 of 255 = 69%
B 204 of 255 = 80%
R + G + B ~ 60%. #4CB0CC is middle color (not dark and not light).
R + G + B = 76 + 176 + 204 = 456 (100%)
R 76 of 456 ~ 16.67%
G 176 of 456 ~ 38.6%
B 204 of 456 ~ 44.74'%
#4CB0CC color CMYK value is (63,14,0,20).
CMYK: (63,14,0,20)
C63M14Y0K20 (63%, 14%, 0%, 20%)
(0.63 / 0.14 / 0.00 / 0.20)
Color #4CB0CC in popluar color models
4C | B0 | CC | |
---|---|---|---|
RGB | 76 | 176 | 204 |
HSL | 193° | 55.65% | 54.90% |
HSB/HSV | 193° | 62.75% | 80.00% |
CMYK | 62.75% | 13.73% | 0.00% |
20.00% |
Color #4CB0CC in popluar number systems.
HEX | 4C | B0 | CC |
Decimal | 76 | 176 | 204 |
Binary | 1001100 | 10110000 | 11001100 |
Octal | 114 | 260 | 314 |
Shades of #4CB0CC
Tints of #4CB0CC
Examples of css and html codes for elements with #4CB0CC color. Also use rgb(76,176,204) instead hex code.
.myTextColor { color: #4CB0CC; }
<p style="color:#4CB0CC">This sample text font color is #4CB0CC.</p>
This text font color is #4CB0CC.
.myBgColor { background-color: #4CB0CC; }
<div style="background-color:#4CB0CC">Inner text</div>
This div background color is #4CB0CC.
.myBorderColor { border: 1px solid #4CB0CC; }
<div style="border:3px solid #4CB0CC">Div</div>
This div border color is #4CB0CC.
.myOpacity80 { color: #4CB0CC; opacity: 0.8; }
<p style="color:#4CB0CC;opacity:0.8;">80%</p>
Text with #4CB0CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4CB0CC;}
<p style="text-shadow: 3px 3px 1px #4CB0CC">Text here.</p>
This text has shadow with #4CB0CC color.
.textShadow {text-shadow: 3px 3px 1px #4CB0CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4CB0CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #4CB0CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4CB0CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4CB0CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #4CB0CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4CB0CC;
-webkit-box-shadow: 1px 1px 3px 2px #4CB0CC;
box-shadow: 1px 1px 3px 2px #4CB0CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4CB0CC; -webkit-box-shadow: 1px 1px 3px 2px #4CB0CC; box-shadow:1px 1px 3px 2px #4CB0CC;">
Div content here
</div>
This text has color #4CB0CC on black background.
This text has color #4CB0CC on white background.
This text has black color on #4CB0CC background.
This text has white color on #4CB0CC background.
Complementary color for #hex is #B34F33.