Shades of Summer Sky #49ADE8
Tints of Summer Sky #49ADE8
RGB
CMYK
RGB Variations
Color information
#49ADE8 (or 0x49ADE8) is known color: Summer Sky. HEX triplet: 49, AD and E8. RGB value is (73,173,232). Sum of RGB (Red+Green+Blue) = 73+173+232=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #49ADE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ADE8 is #B65217. Grayscale: #959595. Windows color (decimal): -11948568 or 15248713. OLE color: 15248713.
HSL color Cylindrical-coordinate representation of color #49ADE8: hue angle of 202.26º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ADE8 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 173 | 232 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.09 |
| HSL | 202.26º | 0.78% | 0.6% | - |
| HSV(B) | 202.26º | 0.69% | 0.91% | - |
| XYZ | 32.26 | 37.13 | 81.81 | - |
| YUV | 149.83 | 174.37 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 232 | 0.69 | 0.25 | 0 | 0.09 | 202.26 | 0.78 | 0.6 |
| Hex | 49 | AD | E8 | 45 | 19 | 0 | 9 | CA | 4E | 3C |
| Octal | 111 | 255 | 350 | 105 | 31 | 0 | 11 | 312 | 116 | 74 |
| Binary | 1001001 | 10101101 | 11101000 | 1000101 | 11001 | 0 | 1001 | 11001010 | 1001110 | 111100 |
Color Harmonies of #49ADE8
Complementary color
Monochromatic Colors of #49ADE8
Black with #49ADE8
Text Example
Text Example
White with #49ADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADE8; }
p { color: rgb(73,173,232); }
H1.HeaderClassName
{
color: #49ADE8;
}
.AnyTagClassName
{
color: #49ADE8;
}
</style>
background-color css
<style>
a { background-color: #49ADE8; }
a { background-color: rgb(73,173,232); }
div.DivClassName
{
background-color: #49ADE8;
}
.BgClassName
{
background-color: #49ADE8;
}
</style>
border-color css
<style>
span { border-color: #49ADE8; }
span { border-color: rgb(73,173,232); }
td.TdClassName
{
border-color: #49ADE8;
}
.TagClassName
{
border-color: #49ADE8;
}
</style>