Shades of Summer Sky #4AAFF4
Tints of Summer Sky #4AAFF4
RGB
CMYK
RGB Variations
Color information
#4AAFF4 (or 0x4AAFF4) is known color: Summer Sky. HEX triplet: 4A, AF and F4. RGB value is (74,175,244). Sum of RGB (Red+Green+Blue) = 74+175+244=493 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.01% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #4AAFF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAFF4 is #B5500B. Grayscale: #989898. Windows color (decimal): -11882508 or 16035658. OLE color: 16035658.
HSL color Cylindrical-coordinate representation of color #4AAFF4: hue angle of 204.35º 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 #4AAFF4 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 175 | 244 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.04 |
| HSL | 204.35º | 0.89% | 0.62% | - |
| HSV(B) | 204.35º | 0.7% | 0.96% | - |
| XYZ | 34.48 | 38.65 | 91.23 | - |
| YUV | 152.67 | 179.54 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 244 | 0.70 | 0.28 | 0 | 0.04 | 204.35 | 0.89 | 0.62 |
| Hex | 4A | AF | F4 | 46 | 1C | 0 | 4 | CC | 59 | 3E |
| Octal | 112 | 257 | 364 | 106 | 34 | 0 | 4 | 314 | 131 | 76 |
| Binary | 1001010 | 10101111 | 11110100 | 1000110 | 11100 | 0 | 100 | 11001100 | 1011001 | 111110 |
Color Harmonies of #4AAFF4
Complementary color
Monochromatic Colors of #4AAFF4
Black with #4AAFF4
Text Example
Text Example
White with #4AAFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAFF4; }
p { color: rgb(74,175,244); }
H1.HeaderClassName
{
color: #4AAFF4;
}
.AnyTagClassName
{
color: #4AAFF4;
}
</style>
background-color css
<style>
a { background-color: #4AAFF4; }
a { background-color: rgb(74,175,244); }
div.DivClassName
{
background-color: #4AAFF4;
}
.BgClassName
{
background-color: #4AAFF4;
}
</style>
border-color css
<style>
span { border-color: #4AAFF4; }
span { border-color: rgb(74,175,244); }
td.TdClassName
{
border-color: #4AAFF4;
}
.TagClassName
{
border-color: #4AAFF4;
}
</style>