Shades of Summer Sky #4CA8E5
Tints of Summer Sky #4CA8E5
RGB
CMYK
RGB Variations
Color information
#4CA8E5 (or 0x4CA8E5) is known color: Summer Sky. HEX triplet: 4C, A8 and E5. RGB value is (76,168,229). Sum of RGB (Red+Green+Blue) = 76+168+229=473 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.07% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #4CA8E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA8E5 is #B3571A. Grayscale: #939393. Windows color (decimal): -11753243 or 15050828. OLE color: 15050828.
HSL color Cylindrical-coordinate representation of color #4CA8E5: hue angle of 203.92º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CA8E5 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 168 | 229 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.10 |
| HSL | 203.92º | 0.75% | 0.6% | - |
| HSV(B) | 203.92º | 0.67% | 0.9% | - |
| XYZ | 31.13 | 35.2 | 79.28 | - |
| YUV | 147.45 | 174.02 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 168 | 229 | 0.67 | 0.27 | 0 | 0.10 | 203.92 | 0.75 | 0.6 |
| Hex | 4C | A8 | E5 | 43 | 1B | 0 | A | CC | 4B | 3C |
| Octal | 114 | 250 | 345 | 103 | 33 | 0 | 12 | 314 | 113 | 74 |
| Binary | 1001100 | 10101000 | 11100101 | 1000011 | 11011 | 0 | 1010 | 11001100 | 1001011 | 111100 |
Color Harmonies of #4CA8E5
Complementary color
Monochromatic Colors of #4CA8E5
Black with #4CA8E5
Text Example
Text Example
White with #4CA8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA8E5; }
p { color: rgb(76,168,229); }
H1.HeaderClassName
{
color: #4CA8E5;
}
.AnyTagClassName
{
color: #4CA8E5;
}
</style>
background-color css
<style>
a { background-color: #4CA8E5; }
a { background-color: rgb(76,168,229); }
div.DivClassName
{
background-color: #4CA8E5;
}
.BgClassName
{
background-color: #4CA8E5;
}
</style>
border-color css
<style>
span { border-color: #4CA8E5; }
span { border-color: rgb(76,168,229); }
td.TdClassName
{
border-color: #4CA8E5;
}
.TagClassName
{
border-color: #4CA8E5;
}
</style>