Shades of Summer Sky #4AAAF9
Tints of Summer Sky #4AAAF9
RGB
CMYK
RGB Variations
Color information
#4AAAF9 (or 0x4AAAF9) is known color: Summer Sky. HEX triplet: 4A, AA and F9. RGB value is (74,170,249). Sum of RGB (Red+Green+Blue) = 74+170+249=493 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.01% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #4AAAF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAAF9 is #B55506. Grayscale: #959595. Windows color (decimal): -11883783 or 16362058. OLE color: 16362058.
HSL color Cylindrical-coordinate representation of color #4AAAF9: hue angle of 207.09º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AAAF9 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 170 | 249 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.02 |
| HSL | 207.09º | 0.94% | 0.63% | - |
| HSV(B) | 207.09º | 0.7% | 0.98% | - |
| XYZ | 34.3 | 37.04 | 94.97 | - |
| YUV | 150.3 | 183.7 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 249 | 0.70 | 0.32 | 0 | 0.02 | 207.09 | 0.94 | 0.63 |
| Hex | 4A | AA | F9 | 46 | 20 | 0 | 2 | CF | 5E | 3F |
| Octal | 112 | 252 | 371 | 106 | 40 | 0 | 2 | 317 | 136 | 77 |
| Binary | 1001010 | 10101010 | 11111001 | 1000110 | 100000 | 0 | 10 | 11001111 | 1011110 | 111111 |
Color Harmonies of #4AAAF9
Complementary color
Monochromatic Colors of #4AAAF9
Black with #4AAAF9
Text Example
Text Example
White with #4AAAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAAF9; }
p { color: rgb(74,170,249); }
H1.HeaderClassName
{
color: #4AAAF9;
}
.AnyTagClassName
{
color: #4AAAF9;
}
</style>
background-color css
<style>
a { background-color: #4AAAF9; }
a { background-color: rgb(74,170,249); }
div.DivClassName
{
background-color: #4AAAF9;
}
.BgClassName
{
background-color: #4AAAF9;
}
</style>
border-color css
<style>
span { border-color: #4AAAF9; }
span { border-color: rgb(74,170,249); }
td.TdClassName
{
border-color: #4AAAF9;
}
.TagClassName
{
border-color: #4AAAF9;
}
</style>