Shades of Summer Sky #4CA8EA
Tints of Summer Sky #4CA8EA
RGB
CMYK
RGB Variations
Color information
#4CA8EA (or 0x4CA8EA) is known color: Summer Sky. HEX triplet: 4C, A8 and EA. RGB value is (76,168,234). Sum of RGB (Red+Green+Blue) = 76+168+234=478 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.90% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #4CA8EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CA8EA is #B35715. Grayscale: #939393. Windows color (decimal): -11753238 or 15378508. OLE color: 15378508.
HSL color Cylindrical-coordinate representation of color #4CA8EA: hue angle of 205.06º 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 #4CA8EA is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 168 | 234 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.08 |
| HSL | 205.06º | 0.79% | 0.61% | - |
| HSV(B) | 205.06º | 0.68% | 0.92% | - |
| XYZ | 31.83 | 35.48 | 83.01 | - |
| YUV | 148.02 | 176.52 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 168 | 234 | 0.68 | 0.28 | 0 | 0.08 | 205.06 | 0.79 | 0.61 |
| Hex | 4C | A8 | EA | 44 | 1C | 0 | 8 | CD | 4F | 3D |
| Octal | 114 | 250 | 352 | 104 | 34 | 0 | 10 | 315 | 117 | 75 |
| Binary | 1001100 | 10101000 | 11101010 | 1000100 | 11100 | 0 | 1000 | 11001101 | 1001111 | 111101 |
Color Harmonies of #4CA8EA
Complementary color
Monochromatic Colors of #4CA8EA
Black with #4CA8EA
Text Example
Text Example
White with #4CA8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA8EA; }
p { color: rgb(76,168,234); }
H1.HeaderClassName
{
color: #4CA8EA;
}
.AnyTagClassName
{
color: #4CA8EA;
}
</style>
background-color css
<style>
a { background-color: #4CA8EA; }
a { background-color: rgb(76,168,234); }
div.DivClassName
{
background-color: #4CA8EA;
}
.BgClassName
{
background-color: #4CA8EA;
}
</style>
border-color css
<style>
span { border-color: #4CA8EA; }
span { border-color: rgb(76,168,234); }
td.TdClassName
{
border-color: #4CA8EA;
}
.TagClassName
{
border-color: #4CA8EA;
}
</style>