Shades of Summer Sky #4AAFF6
Tints of Summer Sky #4AAFF6
RGB
CMYK
RGB Variations
Color information
#4AAFF6 (or 0x4AAFF6) is known color: Summer Sky. HEX triplet: 4A, AF and F6. RGB value is (74,175,246). Sum of RGB (Red+Green+Blue) = 74+175+246=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #4AAFF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAFF6 is #B55009. Grayscale: #989898. Windows color (decimal): -11882506 or 16166730. OLE color: 16166730.
HSL color Cylindrical-coordinate representation of color #4AAFF6: hue angle of 204.77º 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 #4AAFF6 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 175 | 246 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.04 |
| HSL | 204.77º | 0.91% | 0.63% | - |
| HSV(B) | 204.77º | 0.7% | 0.96% | - |
| XYZ | 34.79 | 38.77 | 92.84 | - |
| YUV | 152.9 | 180.54 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 246 | 0.70 | 0.29 | 0 | 0.04 | 204.77 | 0.91 | 0.63 |
| Hex | 4A | AF | F6 | 46 | 1D | 0 | 4 | CD | 5B | 3F |
| Octal | 112 | 257 | 366 | 106 | 35 | 0 | 4 | 315 | 133 | 77 |
| Binary | 1001010 | 10101111 | 11110110 | 1000110 | 11101 | 0 | 100 | 11001101 | 1011011 | 111111 |
Color Harmonies of #4AAFF6
Complementary color
Monochromatic Colors of #4AAFF6
Black with #4AAFF6
Text Example
Text Example
White with #4AAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAFF6; }
p { color: rgb(74,175,246); }
H1.HeaderClassName
{
color: #4AAFF6;
}
.AnyTagClassName
{
color: #4AAFF6;
}
</style>
background-color css
<style>
a { background-color: #4AAFF6; }
a { background-color: rgb(74,175,246); }
div.DivClassName
{
background-color: #4AAFF6;
}
.BgClassName
{
background-color: #4AAFF6;
}
</style>
border-color css
<style>
span { border-color: #4AAFF6; }
span { border-color: rgb(74,175,246); }
td.TdClassName
{
border-color: #4AAFF6;
}
.TagClassName
{
border-color: #4AAFF6;
}
</style>