Shades of Summer Sky #49ABE0
Tints of Summer Sky #49ABE0
RGB
CMYK
RGB Variations
Color information
#49ABE0 (or 0x49ABE0) is known color: Summer Sky. HEX triplet: 49, AB and E0. RGB value is (73,171,224). Sum of RGB (Red+Green+Blue) = 73+171+224=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #49ABE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ABE0 is #B6541F. Grayscale: #939393. Windows color (decimal): -11949088 or 14723913. OLE color: 14723913.
HSL color Cylindrical-coordinate representation of color #49ABE0: hue angle of 201.06º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49ABE0 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 171 | 224 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.12 |
| HSL | 201.06º | 0.71% | 0.58% | - |
| HSV(B) | 201.06º | 0.67% | 0.88% | - |
| XYZ | 30.77 | 35.92 | 75.83 | - |
| YUV | 147.74 | 171.03 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 224 | 0.67 | 0.24 | 0 | 0.12 | 201.06 | 0.71 | 0.58 |
| Hex | 49 | AB | E0 | 43 | 18 | 0 | C | C9 | 47 | 3A |
| Octal | 111 | 253 | 340 | 103 | 30 | 0 | 14 | 311 | 107 | 72 |
| Binary | 1001001 | 10101011 | 11100000 | 1000011 | 11000 | 0 | 1100 | 11001001 | 1000111 | 111010 |
Color Harmonies of #49ABE0
Complementary color
Monochromatic Colors of #49ABE0
Black with #49ABE0
Text Example
Text Example
White with #49ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ABE0; }
p { color: rgb(73,171,224); }
H1.HeaderClassName
{
color: #49ABE0;
}
.AnyTagClassName
{
color: #49ABE0;
}
</style>
background-color css
<style>
a { background-color: #49ABE0; }
a { background-color: rgb(73,171,224); }
div.DivClassName
{
background-color: #49ABE0;
}
.BgClassName
{
background-color: #49ABE0;
}
</style>
border-color css
<style>
span { border-color: #49ABE0; }
span { border-color: rgb(73,171,224); }
td.TdClassName
{
border-color: #49ABE0;
}
.TagClassName
{
border-color: #49ABE0;
}
</style>