Shades of Summer Sky #49AADB
Tints of Summer Sky #49AADB
RGB
CMYK
RGB Variations
Color information
#49AADB (or 0x49AADB) is known color: Summer Sky. HEX triplet: 49, AA and DB. RGB value is (73,170,219). Sum of RGB (Red+Green+Blue) = 73+170+219=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #49AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AADB is #B65524. Grayscale: #929292. Windows color (decimal): -11949349 or 14395977. OLE color: 14395977.
HSL color Cylindrical-coordinate representation of color #49AADB: hue angle of 200.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49AADB is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 170 | 219 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.14 |
| HSL | 200.14º | 0.67% | 0.57% | - |
| HSV(B) | 200.14º | 0.67% | 0.86% | - |
| XYZ | 29.91 | 35.28 | 72.25 | - |
| YUV | 146.58 | 168.86 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 219 | 0.67 | 0.22 | 0 | 0.14 | 200.14 | 0.67 | 0.57 |
| Hex | 49 | AA | DB | 43 | 16 | 0 | E | C8 | 43 | 39 |
| Octal | 111 | 252 | 333 | 103 | 26 | 0 | 16 | 310 | 103 | 71 |
| Binary | 1001001 | 10101010 | 11011011 | 1000011 | 10110 | 0 | 1110 | 11001000 | 1000011 | 111001 |
Color Harmonies of #49AADB
Complementary color
Monochromatic Colors of #49AADB
Black with #49AADB
Text Example
Text Example
White with #49AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AADB; }
p { color: rgb(73,170,219); }
H1.HeaderClassName
{
color: #49AADB;
}
.AnyTagClassName
{
color: #49AADB;
}
</style>
background-color css
<style>
a { background-color: #49AADB; }
a { background-color: rgb(73,170,219); }
div.DivClassName
{
background-color: #49AADB;
}
.BgClassName
{
background-color: #49AADB;
}
</style>
border-color css
<style>
span { border-color: #49AADB; }
span { border-color: rgb(73,170,219); }
td.TdClassName
{
border-color: #49AADB;
}
.TagClassName
{
border-color: #49AADB;
}
</style>