Shades of Summer Sky #4CAFDC
Tints of Summer Sky #4CAFDC
RGB
CMYK
RGB Variations
Color information
#4CAFDC (or 0x4CAFDC) is known color: Summer Sky. HEX triplet: 4C, AF and DC. RGB value is (76,175,220). Sum of RGB (Red+Green+Blue) = 76+175+220=471 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.14% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CAFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAFDC is #B35023. Grayscale: #969696. Windows color (decimal): -11751460 or 14462796. OLE color: 14462796.
HSL color Cylindrical-coordinate representation of color #4CAFDC: hue angle of 198.75º 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 #4CAFDC is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 175 | 220 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.14 |
| HSL | 198.75º | 0.67% | 0.58% | - |
| HSV(B) | 198.75º | 0.65% | 0.86% | - |
| XYZ | 31.23 | 37.36 | 73.28 | - |
| YUV | 150.53 | 167.2 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 220 | 0.65 | 0.20 | 0 | 0.14 | 198.75 | 0.67 | 0.58 |
| Hex | 4C | AF | DC | 41 | 14 | 0 | E | C7 | 43 | 3A |
| Octal | 114 | 257 | 334 | 101 | 24 | 0 | 16 | 307 | 103 | 72 |
| Binary | 1001100 | 10101111 | 11011100 | 1000001 | 10100 | 0 | 1110 | 11000111 | 1000011 | 111010 |
Color Harmonies of #4CAFDC
Complementary color
Monochromatic Colors of #4CAFDC
Black with #4CAFDC
Text Example
Text Example
White with #4CAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAFDC; }
p { color: rgb(76,175,220); }
H1.HeaderClassName
{
color: #4CAFDC;
}
.AnyTagClassName
{
color: #4CAFDC;
}
</style>
background-color css
<style>
a { background-color: #4CAFDC; }
a { background-color: rgb(76,175,220); }
div.DivClassName
{
background-color: #4CAFDC;
}
.BgClassName
{
background-color: #4CAFDC;
}
</style>
border-color css
<style>
span { border-color: #4CAFDC; }
span { border-color: rgb(76,175,220); }
td.TdClassName
{
border-color: #4CAFDC;
}
.TagClassName
{
border-color: #4CAFDC;
}
</style>