Shades of Summer Sky #4AAAFA
Tints of Summer Sky #4AAAFA
RGB
CMYK
RGB Variations
Color information
#4AAAFA (or 0x4AAAFA) is known color: Summer Sky. HEX triplet: 4A, AA and FA. RGB value is (74,170,250). Sum of RGB (Red+Green+Blue) = 74+170+250=494 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.98% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #4AAAFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAAFA is #B55505. Grayscale: #969696. Windows color (decimal): -11883782 or 16427594. OLE color: 16427594.
HSL color Cylindrical-coordinate representation of color #4AAAFA: hue angle of 207.27º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AAAFA is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 170 | 250 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.02 |
| HSL | 207.27º | 0.95% | 0.64% | - |
| HSV(B) | 207.27º | 0.7% | 0.98% | - |
| XYZ | 34.45 | 37.11 | 95.79 | - |
| YUV | 150.42 | 184.2 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 250 | 0.70 | 0.32 | 0 | 0.02 | 207.27 | 0.95 | 0.64 |
| Hex | 4A | AA | FA | 46 | 20 | 0 | 2 | CF | 5F | 40 |
| Octal | 112 | 252 | 372 | 106 | 40 | 0 | 2 | 317 | 137 | 100 |
| Binary | 1001010 | 10101010 | 11111010 | 1000110 | 100000 | 0 | 10 | 11001111 | 1011111 | 1000000 |
Color Harmonies of #4AAAFA
Complementary color
Monochromatic Colors of #4AAAFA
Black with #4AAAFA
Text Example
Text Example
White with #4AAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAAFA; }
p { color: rgb(74,170,250); }
H1.HeaderClassName
{
color: #4AAAFA;
}
.AnyTagClassName
{
color: #4AAAFA;
}
</style>
background-color css
<style>
a { background-color: #4AAAFA; }
a { background-color: rgb(74,170,250); }
div.DivClassName
{
background-color: #4AAAFA;
}
.BgClassName
{
background-color: #4AAAFA;
}
</style>
border-color css
<style>
span { border-color: #4AAAFA; }
span { border-color: rgb(74,170,250); }
td.TdClassName
{
border-color: #4AAAFA;
}
.TagClassName
{
border-color: #4AAAFA;
}
</style>