Shades of Summer Sky #49A6DB
Tints of Summer Sky #49A6DB
RGB
CMYK
RGB Variations
Color information
#49A6DB (or 0x49A6DB) is known color: Summer Sky. HEX triplet: 49, A6 and DB. RGB value is (73,166,219). Sum of RGB (Red+Green+Blue) = 73+166+219=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #49A6DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A6DB is #B65924. Grayscale: #8F8F8F. Windows color (decimal): -11950373 or 14394953. OLE color: 14394953.
HSL color Cylindrical-coordinate representation of color #49A6DB: hue angle of 201.78º 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 #49A6DB is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 166 | 219 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.14 |
| HSL | 201.78º | 0.67% | 0.57% | - |
| HSV(B) | 201.78º | 0.67% | 0.86% | - |
| XYZ | 29.17 | 33.8 | 72.01 | - |
| YUV | 144.24 | 170.19 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 166 | 219 | 0.67 | 0.24 | 0 | 0.14 | 201.78 | 0.67 | 0.57 |
| Hex | 49 | A6 | DB | 43 | 18 | 0 | E | CA | 43 | 39 |
| Octal | 111 | 246 | 333 | 103 | 30 | 0 | 16 | 312 | 103 | 71 |
| Binary | 1001001 | 10100110 | 11011011 | 1000011 | 11000 | 0 | 1110 | 11001010 | 1000011 | 111001 |
Color Harmonies of #49A6DB
Complementary color
Monochromatic Colors of #49A6DB
Black with #49A6DB
Text Example
Text Example
White with #49A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A6DB; }
p { color: rgb(73,166,219); }
H1.HeaderClassName
{
color: #49A6DB;
}
.AnyTagClassName
{
color: #49A6DB;
}
</style>
background-color css
<style>
a { background-color: #49A6DB; }
a { background-color: rgb(73,166,219); }
div.DivClassName
{
background-color: #49A6DB;
}
.BgClassName
{
background-color: #49A6DB;
}
</style>
border-color css
<style>
span { border-color: #49A6DB; }
span { border-color: rgb(73,166,219); }
td.TdClassName
{
border-color: #49A6DB;
}
.TagClassName
{
border-color: #49A6DB;
}
</style>