Shades of Summer Sky #4CB7DC
Tints of Summer Sky #4CB7DC
RGB
CMYK
RGB Variations
Color information
#4CB7DC (or 0x4CB7DC) is known color: Summer Sky. HEX triplet: 4C, B7 and DC. RGB value is (76,183,220). Sum of RGB (Red+Green+Blue) = 76+183+220=479 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.87% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CB7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB7DC is #B34823. Grayscale: #9A9A9A. Windows color (decimal): -11749412 or 14464844. OLE color: 14464844.
HSL color Cylindrical-coordinate representation of color #4CB7DC: hue angle of 195.42º 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 #4CB7DC is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 183 | 220 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.14 |
| HSL | 195.42º | 0.67% | 0.58% | - |
| HSV(B) | 195.42º | 0.65% | 0.86% | - |
| XYZ | 32.83 | 40.57 | 73.81 | - |
| YUV | 155.23 | 164.55 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 183 | 220 | 0.65 | 0.17 | 0 | 0.14 | 195.42 | 0.67 | 0.58 |
| Hex | 4C | B7 | DC | 41 | 11 | 0 | E | C3 | 43 | 3A |
| Octal | 114 | 267 | 334 | 101 | 21 | 0 | 16 | 303 | 103 | 72 |
| Binary | 1001100 | 10110111 | 11011100 | 1000001 | 10001 | 0 | 1110 | 11000011 | 1000011 | 111010 |
Color Harmonies of #4CB7DC
Complementary color
Monochromatic Colors of #4CB7DC
Black with #4CB7DC
Text Example
Text Example
White with #4CB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB7DC; }
p { color: rgb(76,183,220); }
H1.HeaderClassName
{
color: #4CB7DC;
}
.AnyTagClassName
{
color: #4CB7DC;
}
</style>
background-color css
<style>
a { background-color: #4CB7DC; }
a { background-color: rgb(76,183,220); }
div.DivClassName
{
background-color: #4CB7DC;
}
.BgClassName
{
background-color: #4CB7DC;
}
</style>
border-color css
<style>
span { border-color: #4CB7DC; }
span { border-color: rgb(76,183,220); }
td.TdClassName
{
border-color: #4CB7DC;
}
.TagClassName
{
border-color: #4CB7DC;
}
</style>