Shades of Summer Sky #4ABFF4
Tints of Summer Sky #4ABFF4
RGB
CMYK
RGB Variations
Color information
#4ABFF4 (or 0x4ABFF4) is known color: Summer Sky. HEX triplet: 4A, BF and F4. RGB value is (74,191,244). Sum of RGB (Red+Green+Blue) = 74+191+244=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #4ABFF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABFF4 is #B5400B. Grayscale: #A1A1A1. Windows color (decimal): -11878412 or 16039754. OLE color: 16039754.
HSL color Cylindrical-coordinate representation of color #4ABFF4: hue angle of 198.71º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ABFF4 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 191 | 244 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.04 |
| HSL | 198.71º | 0.89% | 0.62% | - |
| HSV(B) | 198.71º | 0.7% | 0.96% | - |
| XYZ | 37.78 | 45.25 | 92.33 | - |
| YUV | 162.06 | 174.24 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 244 | 0.70 | 0.22 | 0 | 0.04 | 198.71 | 0.89 | 0.62 |
| Hex | 4A | BF | F4 | 46 | 16 | 0 | 4 | C7 | 59 | 3E |
| Octal | 112 | 277 | 364 | 106 | 26 | 0 | 4 | 307 | 131 | 76 |
| Binary | 1001010 | 10111111 | 11110100 | 1000110 | 10110 | 0 | 100 | 11000111 | 1011001 | 111110 |
Color Harmonies of #4ABFF4
Complementary color
Monochromatic Colors of #4ABFF4
Black with #4ABFF4
Text Example
Text Example
White with #4ABFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFF4; }
p { color: rgb(74,191,244); }
H1.HeaderClassName
{
color: #4ABFF4;
}
.AnyTagClassName
{
color: #4ABFF4;
}
</style>
background-color css
<style>
a { background-color: #4ABFF4; }
a { background-color: rgb(74,191,244); }
div.DivClassName
{
background-color: #4ABFF4;
}
.BgClassName
{
background-color: #4ABFF4;
}
</style>
border-color css
<style>
span { border-color: #4ABFF4; }
span { border-color: rgb(74,191,244); }
td.TdClassName
{
border-color: #4ABFF4;
}
.TagClassName
{
border-color: #4ABFF4;
}
</style>