Shades of Summer Sky #4CB2DC
Tints of Summer Sky #4CB2DC
RGB
CMYK
RGB Variations
Color information
#4CB2DC (or 0x4CB2DC) is known color: Summer Sky. HEX triplet: 4C, B2 and DC. RGB value is (76,178,220). Sum of RGB (Red+Green+Blue) = 76+178+220=474 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.03% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CB2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB2DC is #B34D23. Grayscale: #989898. Windows color (decimal): -11750692 or 14463564. OLE color: 14463564.
HSL color Cylindrical-coordinate representation of color #4CB2DC: hue angle of 197.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CB2DC is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 178 | 220 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.14 |
| HSL | 197.5º | 0.67% | 0.58% | - |
| HSV(B) | 197.5º | 0.65% | 0.86% | - |
| XYZ | 31.82 | 38.54 | 73.47 | - |
| YUV | 152.29 | 166.21 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 178 | 220 | 0.65 | 0.19 | 0 | 0.14 | 197.5 | 0.67 | 0.58 |
| Hex | 4C | B2 | DC | 41 | 13 | 0 | E | C6 | 43 | 3A |
| Octal | 114 | 262 | 334 | 101 | 23 | 0 | 16 | 306 | 103 | 72 |
| Binary | 1001100 | 10110010 | 11011100 | 1000001 | 10011 | 0 | 1110 | 11000110 | 1000011 | 111010 |
Color Harmonies of #4CB2DC
Complementary color
Monochromatic Colors of #4CB2DC
Black with #4CB2DC
Text Example
Text Example
White with #4CB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB2DC; }
p { color: rgb(76,178,220); }
H1.HeaderClassName
{
color: #4CB2DC;
}
.AnyTagClassName
{
color: #4CB2DC;
}
</style>
background-color css
<style>
a { background-color: #4CB2DC; }
a { background-color: rgb(76,178,220); }
div.DivClassName
{
background-color: #4CB2DC;
}
.BgClassName
{
background-color: #4CB2DC;
}
</style>
border-color css
<style>
span { border-color: #4CB2DC; }
span { border-color: rgb(76,178,220); }
td.TdClassName
{
border-color: #4CB2DC;
}
.TagClassName
{
border-color: #4CB2DC;
}
</style>