Shades of Summer Sky #4AC7EC
Tints of Summer Sky #4AC7EC
RGB
CMYK
RGB Variations
Color information
#4AC7EC (or 0x4AC7EC) is known color: Summer Sky. HEX triplet: 4A, C7 and EC. RGB value is (74,199,236). Sum of RGB (Red+Green+Blue) = 74+199+236=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #4AC7EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AC7EC is #B53813. Grayscale: #A5A5A5. Windows color (decimal): -11876372 or 15517514. OLE color: 15517514.
HSL color Cylindrical-coordinate representation of color #4AC7EC: hue angle of 193.7º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AC7EC is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 199 | 236 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.07 |
| HSL | 193.7º | 0.81% | 0.61% | - |
| HSV(B) | 193.7º | 0.69% | 0.93% | - |
| XYZ | 38.39 | 48.36 | 86.67 | - |
| YUV | 165.84 | 167.59 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 199 | 236 | 0.69 | 0.16 | 0 | 0.07 | 193.7 | 0.81 | 0.61 |
| Hex | 4A | C7 | EC | 45 | 10 | 0 | 7 | C2 | 51 | 3D |
| Octal | 112 | 307 | 354 | 105 | 20 | 0 | 7 | 302 | 121 | 75 |
| Binary | 1001010 | 11000111 | 11101100 | 1000101 | 10000 | 0 | 111 | 11000010 | 1010001 | 111101 |
Color Harmonies of #4AC7EC
Complementary color
Monochromatic Colors of #4AC7EC
Black with #4AC7EC
Text Example
Text Example
White with #4AC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC7EC; }
p { color: rgb(74,199,236); }
H1.HeaderClassName
{
color: #4AC7EC;
}
.AnyTagClassName
{
color: #4AC7EC;
}
</style>
background-color css
<style>
a { background-color: #4AC7EC; }
a { background-color: rgb(74,199,236); }
div.DivClassName
{
background-color: #4AC7EC;
}
.BgClassName
{
background-color: #4AC7EC;
}
</style>
border-color css
<style>
span { border-color: #4AC7EC; }
span { border-color: rgb(74,199,236); }
td.TdClassName
{
border-color: #4AC7EC;
}
.TagClassName
{
border-color: #4AC7EC;
}
</style>