Shades of Summer Sky #49ACDB
Tints of Summer Sky #49ACDB
RGB
CMYK
RGB Variations
Color information
#49ACDB (or 0x49ACDB) is known color: Summer Sky. HEX triplet: 49, AC and DB. RGB value is (73,172,219). Sum of RGB (Red+Green+Blue) = 73+172+219=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #49ACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ACDB is #B65324. Grayscale: #939393. Windows color (decimal): -11948837 or 14396489. OLE color: 14396489.
HSL color Cylindrical-coordinate representation of color #49ACDB: hue angle of 199.32º 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 #49ACDB is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 172 | 219 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.14 |
| HSL | 199.32º | 0.67% | 0.57% | - |
| HSV(B) | 199.32º | 0.67% | 0.86% | - |
| XYZ | 30.29 | 36.04 | 72.38 | - |
| YUV | 147.76 | 168.2 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 219 | 0.67 | 0.21 | 0 | 0.14 | 199.32 | 0.67 | 0.57 |
| Hex | 49 | AC | DB | 43 | 15 | 0 | E | C7 | 43 | 39 |
| Octal | 111 | 254 | 333 | 103 | 25 | 0 | 16 | 307 | 103 | 71 |
| Binary | 1001001 | 10101100 | 11011011 | 1000011 | 10101 | 0 | 1110 | 11000111 | 1000011 | 111001 |
Color Harmonies of #49ACDB
Complementary color
Monochromatic Colors of #49ACDB
Black with #49ACDB
Text Example
Text Example
White with #49ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ACDB; }
p { color: rgb(73,172,219); }
H1.HeaderClassName
{
color: #49ACDB;
}
.AnyTagClassName
{
color: #49ACDB;
}
</style>
background-color css
<style>
a { background-color: #49ACDB; }
a { background-color: rgb(73,172,219); }
div.DivClassName
{
background-color: #49ACDB;
}
.BgClassName
{
background-color: #49ACDB;
}
</style>
border-color css
<style>
span { border-color: #49ACDB; }
span { border-color: rgb(73,172,219); }
td.TdClassName
{
border-color: #49ACDB;
}
.TagClassName
{
border-color: #49ACDB;
}
</style>