Shades of Summer Sky #49AFE6
Tints of Summer Sky #49AFE6
RGB
CMYK
RGB Variations
Color information
#49AFE6 (or 0x49AFE6) is known color: Summer Sky. HEX triplet: 49, AF and E6. RGB value is (73,175,230). Sum of RGB (Red+Green+Blue) = 73+175+230=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #49AFE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AFE6 is #B65019. Grayscale: #969696. Windows color (decimal): -11948058 or 15118153. OLE color: 15118153.
HSL color Cylindrical-coordinate representation of color #49AFE6: hue angle of 201.02º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49AFE6 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 175 | 230 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.10 |
| HSL | 201.02º | 0.76% | 0.59% | - |
| HSV(B) | 201.02º | 0.68% | 0.9% | - |
| XYZ | 32.36 | 37.79 | 80.45 | - |
| YUV | 150.77 | 172.71 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 230 | 0.68 | 0.24 | 0 | 0.10 | 201.02 | 0.76 | 0.59 |
| Hex | 49 | AF | E6 | 44 | 18 | 0 | A | C9 | 4C | 3B |
| Octal | 111 | 257 | 346 | 104 | 30 | 0 | 12 | 311 | 114 | 73 |
| Binary | 1001001 | 10101111 | 11100110 | 1000100 | 11000 | 0 | 1010 | 11001001 | 1001100 | 111011 |
Color Harmonies of #49AFE6
Complementary color
Monochromatic Colors of #49AFE6
Black with #49AFE6
Text Example
Text Example
White with #49AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFE6; }
p { color: rgb(73,175,230); }
H1.HeaderClassName
{
color: #49AFE6;
}
.AnyTagClassName
{
color: #49AFE6;
}
</style>
background-color css
<style>
a { background-color: #49AFE6; }
a { background-color: rgb(73,175,230); }
div.DivClassName
{
background-color: #49AFE6;
}
.BgClassName
{
background-color: #49AFE6;
}
</style>
border-color css
<style>
span { border-color: #49AFE6; }
span { border-color: rgb(73,175,230); }
td.TdClassName
{
border-color: #49AFE6;
}
.TagClassName
{
border-color: #49AFE6;
}
</style>