Shades of Summer Sky #4CB4DC
Tints of Summer Sky #4CB4DC
RGB
CMYK
RGB Variations
Color information
#4CB4DC (or 0x4CB4DC) is known color: Summer Sky. HEX triplet: 4C, B4 and DC. RGB value is (76,180,220). Sum of RGB (Red+Green+Blue) = 76+180+220=476 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.97% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CB4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB4DC is #B34B23. Grayscale: #999999. Windows color (decimal): -11750180 or 14464076. OLE color: 14464076.
HSL color Cylindrical-coordinate representation of color #4CB4DC: hue angle of 196.67º 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 #4CB4DC is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 180 | 220 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.14 |
| HSL | 196.67º | 0.67% | 0.58% | - |
| HSV(B) | 196.67º | 0.65% | 0.86% | - |
| XYZ | 32.22 | 39.35 | 73.61 | - |
| YUV | 153.46 | 165.54 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 220 | 0.65 | 0.18 | 0 | 0.14 | 196.67 | 0.67 | 0.58 |
| Hex | 4C | B4 | DC | 41 | 12 | 0 | E | C5 | 43 | 3A |
| Octal | 114 | 264 | 334 | 101 | 22 | 0 | 16 | 305 | 103 | 72 |
| Binary | 1001100 | 10110100 | 11011100 | 1000001 | 10010 | 0 | 1110 | 11000101 | 1000011 | 111010 |
Color Harmonies of #4CB4DC
Complementary color
Monochromatic Colors of #4CB4DC
Black with #4CB4DC
Text Example
Text Example
White with #4CB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB4DC; }
p { color: rgb(76,180,220); }
H1.HeaderClassName
{
color: #4CB4DC;
}
.AnyTagClassName
{
color: #4CB4DC;
}
</style>
background-color css
<style>
a { background-color: #4CB4DC; }
a { background-color: rgb(76,180,220); }
div.DivClassName
{
background-color: #4CB4DC;
}
.BgClassName
{
background-color: #4CB4DC;
}
</style>
border-color css
<style>
span { border-color: #4CB4DC; }
span { border-color: rgb(76,180,220); }
td.TdClassName
{
border-color: #4CB4DC;
}
.TagClassName
{
border-color: #4CB4DC;
}
</style>