Shades of Summer Sky #49AFF6
Tints of Summer Sky #49AFF6
RGB
CMYK
RGB Variations
Color information
#49AFF6 (or 0x49AFF6) is known color: Summer Sky. HEX triplet: 49, AF and F6. RGB value is (73,175,246). Sum of RGB (Red+Green+Blue) = 73+175+246=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #49AFF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AFF6 is #B65009. Grayscale: #989898. Windows color (decimal): -11948042 or 16166729. OLE color: 16166729.
HSL color Cylindrical-coordinate representation of color #49AFF6: hue angle of 204.62º 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 #49AFF6 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 175 | 246 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.04 |
| HSL | 204.62º | 0.91% | 0.63% | - |
| HSV(B) | 204.62º | 0.7% | 0.96% | - |
| XYZ | 34.71 | 38.73 | 92.83 | - |
| YUV | 152.6 | 180.71 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 246 | 0.70 | 0.29 | 0 | 0.04 | 204.62 | 0.91 | 0.63 |
| Hex | 49 | AF | F6 | 46 | 1D | 0 | 4 | CD | 5B | 3F |
| Octal | 111 | 257 | 366 | 106 | 35 | 0 | 4 | 315 | 133 | 77 |
| Binary | 1001001 | 10101111 | 11110110 | 1000110 | 11101 | 0 | 100 | 11001101 | 1011011 | 111111 |
Color Harmonies of #49AFF6
Complementary color
Monochromatic Colors of #49AFF6
Black with #49AFF6
Text Example
Text Example
White with #49AFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFF6; }
p { color: rgb(73,175,246); }
H1.HeaderClassName
{
color: #49AFF6;
}
.AnyTagClassName
{
color: #49AFF6;
}
</style>
background-color css
<style>
a { background-color: #49AFF6; }
a { background-color: rgb(73,175,246); }
div.DivClassName
{
background-color: #49AFF6;
}
.BgClassName
{
background-color: #49AFF6;
}
</style>
border-color css
<style>
span { border-color: #49AFF6; }
span { border-color: rgb(73,175,246); }
td.TdClassName
{
border-color: #49AFF6;
}
.TagClassName
{
border-color: #49AFF6;
}
</style>