Shades of Summer Sky #4CAAEA
Tints of Summer Sky #4CAAEA
RGB
CMYK
RGB Variations
Color information
#4CAAEA (or 0x4CAAEA) is known color: Summer Sky. HEX triplet: 4C, AA and EA. RGB value is (76,170,234). Sum of RGB (Red+Green+Blue) = 76+170+234=480 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.83% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #4CAAEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CAAEA is #B35515. Grayscale: #949494. Windows color (decimal): -11752726 or 15379020. OLE color: 15379020.
HSL color Cylindrical-coordinate representation of color #4CAAEA: hue angle of 204.3º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CAAEA is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 170 | 234 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.08 |
| HSL | 204.3º | 0.79% | 0.61% | - |
| HSV(B) | 204.3º | 0.68% | 0.92% | - |
| XYZ | 32.21 | 36.23 | 83.14 | - |
| YUV | 149.19 | 175.86 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 234 | 0.68 | 0.27 | 0 | 0.08 | 204.3 | 0.79 | 0.61 |
| Hex | 4C | AA | EA | 44 | 1B | 0 | 8 | CC | 4F | 3D |
| Octal | 114 | 252 | 352 | 104 | 33 | 0 | 10 | 314 | 117 | 75 |
| Binary | 1001100 | 10101010 | 11101010 | 1000100 | 11011 | 0 | 1000 | 11001100 | 1001111 | 111101 |
Color Harmonies of #4CAAEA
Complementary color
Monochromatic Colors of #4CAAEA
Black with #4CAAEA
Text Example
Text Example
White with #4CAAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAAEA; }
p { color: rgb(76,170,234); }
H1.HeaderClassName
{
color: #4CAAEA;
}
.AnyTagClassName
{
color: #4CAAEA;
}
</style>
background-color css
<style>
a { background-color: #4CAAEA; }
a { background-color: rgb(76,170,234); }
div.DivClassName
{
background-color: #4CAAEA;
}
.BgClassName
{
background-color: #4CAAEA;
}
</style>
border-color css
<style>
span { border-color: #4CAAEA; }
span { border-color: rgb(76,170,234); }
td.TdClassName
{
border-color: #4CAAEA;
}
.TagClassName
{
border-color: #4CAAEA;
}
</style>