Shades of Summer Sky #4AAAF6
Tints of Summer Sky #4AAAF6
RGB
CMYK
RGB Variations
Color information
#4AAAF6 (or 0x4AAAF6) is known color: Summer Sky. HEX triplet: 4A, AA and F6. RGB value is (74,170,246). Sum of RGB (Red+Green+Blue) = 74+170+246=490 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.10% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #4AAAF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAAF6 is #B55509. Grayscale: #959595. Windows color (decimal): -11883786 or 16165450. OLE color: 16165450.
HSL color Cylindrical-coordinate representation of color #4AAAF6: hue angle of 206.51º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AAAF6 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 170 | 246 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.04 |
| HSL | 206.51º | 0.91% | 0.63% | - |
| HSV(B) | 206.51º | 0.7% | 0.96% | - |
| XYZ | 33.83 | 36.86 | 92.52 | - |
| YUV | 149.96 | 182.2 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 246 | 0.70 | 0.31 | 0 | 0.04 | 206.51 | 0.91 | 0.63 |
| Hex | 4A | AA | F6 | 46 | 1F | 0 | 4 | CF | 5B | 3F |
| Octal | 112 | 252 | 366 | 106 | 37 | 0 | 4 | 317 | 133 | 77 |
| Binary | 1001010 | 10101010 | 11110110 | 1000110 | 11111 | 0 | 100 | 11001111 | 1011011 | 111111 |
Color Harmonies of #4AAAF6
Complementary color
Monochromatic Colors of #4AAAF6
Black with #4AAAF6
Text Example
Text Example
White with #4AAAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAAF6; }
p { color: rgb(74,170,246); }
H1.HeaderClassName
{
color: #4AAAF6;
}
.AnyTagClassName
{
color: #4AAAF6;
}
</style>
background-color css
<style>
a { background-color: #4AAAF6; }
a { background-color: rgb(74,170,246); }
div.DivClassName
{
background-color: #4AAAF6;
}
.BgClassName
{
background-color: #4AAAF6;
}
</style>
border-color css
<style>
span { border-color: #4AAAF6; }
span { border-color: rgb(74,170,246); }
td.TdClassName
{
border-color: #4AAAF6;
}
.TagClassName
{
border-color: #4AAAF6;
}
</style>