Shades of Summer Sky #4CAFDB
Tints of Summer Sky #4CAFDB
RGB
CMYK
RGB Variations
Color information
#4CAFDB (or 0x4CAFDB) is known color: Summer Sky. HEX triplet: 4C, AF and DB. RGB value is (76,175,219). Sum of RGB (Red+Green+Blue) = 76+175+219=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CAFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAFDB is #B35024. Grayscale: #969696. Windows color (decimal): -11751461 or 14397260. OLE color: 14397260.
HSL color Cylindrical-coordinate representation of color #4CAFDB: hue angle of 198.46º 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 #4CAFDB is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 175 | 219 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.14 |
| HSL | 198.46º | 0.67% | 0.58% | - |
| HSV(B) | 198.46º | 0.65% | 0.86% | - |
| XYZ | 31.1 | 37.31 | 72.58 | - |
| YUV | 150.42 | 166.7 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 219 | 0.65 | 0.20 | 0 | 0.14 | 198.46 | 0.67 | 0.58 |
| Hex | 4C | AF | DB | 41 | 14 | 0 | E | C6 | 43 | 3A |
| Octal | 114 | 257 | 333 | 101 | 24 | 0 | 16 | 306 | 103 | 72 |
| Binary | 1001100 | 10101111 | 11011011 | 1000001 | 10100 | 0 | 1110 | 11000110 | 1000011 | 111010 |
Color Harmonies of #4CAFDB
Complementary color
Monochromatic Colors of #4CAFDB
Black with #4CAFDB
Text Example
Text Example
White with #4CAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAFDB; }
p { color: rgb(76,175,219); }
H1.HeaderClassName
{
color: #4CAFDB;
}
.AnyTagClassName
{
color: #4CAFDB;
}
</style>
background-color css
<style>
a { background-color: #4CAFDB; }
a { background-color: rgb(76,175,219); }
div.DivClassName
{
background-color: #4CAFDB;
}
.BgClassName
{
background-color: #4CAFDB;
}
</style>
border-color css
<style>
span { border-color: #4CAFDB; }
span { border-color: rgb(76,175,219); }
td.TdClassName
{
border-color: #4CAFDB;
}
.TagClassName
{
border-color: #4CAFDB;
}
</style>