Shades of Summer Sky #4AC4EC
Tints of Summer Sky #4AC4EC
RGB
CMYK
RGB Variations
Color information
#4AC4EC (or 0x4AC4EC) is known color: Summer Sky. HEX triplet: 4A, C4 and EC. RGB value is (74,196,236). Sum of RGB (Red+Green+Blue) = 74+196+236=506 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.62% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #4AC4EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AC4EC is #B53B13. Grayscale: #A3A3A3. Windows color (decimal): -11877140 or 15516746. OLE color: 15516746.
HSL color Cylindrical-coordinate representation of color #4AC4EC: hue angle of 194.81º 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 #4AC4EC is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 196 | 236 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.07 |
| HSL | 194.81º | 0.81% | 0.61% | - |
| HSV(B) | 194.81º | 0.69% | 0.93% | - |
| XYZ | 37.7 | 46.99 | 86.44 | - |
| YUV | 164.08 | 168.58 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 196 | 236 | 0.69 | 0.17 | 0 | 0.07 | 194.81 | 0.81 | 0.61 |
| Hex | 4A | C4 | EC | 45 | 11 | 0 | 7 | C3 | 51 | 3D |
| Octal | 112 | 304 | 354 | 105 | 21 | 0 | 7 | 303 | 121 | 75 |
| Binary | 1001010 | 11000100 | 11101100 | 1000101 | 10001 | 0 | 111 | 11000011 | 1010001 | 111101 |
Color Harmonies of #4AC4EC
Complementary color
Monochromatic Colors of #4AC4EC
Black with #4AC4EC
Text Example
Text Example
White with #4AC4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC4EC; }
p { color: rgb(74,196,236); }
H1.HeaderClassName
{
color: #4AC4EC;
}
.AnyTagClassName
{
color: #4AC4EC;
}
</style>
background-color css
<style>
a { background-color: #4AC4EC; }
a { background-color: rgb(74,196,236); }
div.DivClassName
{
background-color: #4AC4EC;
}
.BgClassName
{
background-color: #4AC4EC;
}
</style>
border-color css
<style>
span { border-color: #4AC4EC; }
span { border-color: rgb(74,196,236); }
td.TdClassName
{
border-color: #4AC4EC;
}
.TagClassName
{
border-color: #4AC4EC;
}
</style>