Shades of Summer Sky #49AFDB
Tints of Summer Sky #49AFDB
RGB
CMYK
RGB Variations
Color information
#49AFDB (or 0x49AFDB) is known color: Summer Sky. HEX triplet: 49, AF and DB. RGB value is (73,175,219). Sum of RGB (Red+Green+Blue) = 73+175+219=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #49AFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFDB is #B65024. Grayscale: #959595. Windows color (decimal): -11948069 or 14397257. OLE color: 14397257.
HSL color Cylindrical-coordinate representation of color #49AFDB: hue angle of 198.08º 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 #49AFDB is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 175 | 219 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.14 |
| HSL | 198.08º | 0.67% | 0.57% | - |
| HSV(B) | 198.08º | 0.67% | 0.86% | - |
| XYZ | 30.86 | 37.19 | 72.57 | - |
| YUV | 149.52 | 167.21 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 219 | 0.67 | 0.20 | 0 | 0.14 | 198.08 | 0.67 | 0.57 |
| Hex | 49 | AF | DB | 43 | 14 | 0 | E | C6 | 43 | 39 |
| Octal | 111 | 257 | 333 | 103 | 24 | 0 | 16 | 306 | 103 | 71 |
| Binary | 1001001 | 10101111 | 11011011 | 1000011 | 10100 | 0 | 1110 | 11000110 | 1000011 | 111001 |
Color Harmonies of #49AFDB
Complementary color
Monochromatic Colors of #49AFDB
Black with #49AFDB
Text Example
Text Example
White with #49AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFDB; }
p { color: rgb(73,175,219); }
H1.HeaderClassName
{
color: #49AFDB;
}
.AnyTagClassName
{
color: #49AFDB;
}
</style>
background-color css
<style>
a { background-color: #49AFDB; }
a { background-color: rgb(73,175,219); }
div.DivClassName
{
background-color: #49AFDB;
}
.BgClassName
{
background-color: #49AFDB;
}
</style>
border-color css
<style>
span { border-color: #49AFDB; }
span { border-color: rgb(73,175,219); }
td.TdClassName
{
border-color: #49AFDB;
}
.TagClassName
{
border-color: #49AFDB;
}
</style>