Shades of Summer Sky #49B9DD
Tints of Summer Sky #49B9DD
RGB
CMYK
RGB Variations
Color information
#49B9DD (or 0x49B9DD) is known color: Summer Sky. HEX triplet: 49, B9 and DD. RGB value is (73,185,221). Sum of RGB (Red+Green+Blue) = 73+185+221=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #49B9DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B9DD is #B64622. Grayscale: #9B9B9B. Windows color (decimal): -11945507 or 14530889. OLE color: 14530889.
HSL color Cylindrical-coordinate representation of color #49B9DD: hue angle of 194.59º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49B9DD is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 185 | 221 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.13 |
| HSL | 194.59º | 0.69% | 0.58% | - |
| HSV(B) | 194.59º | 0.67% | 0.87% | - |
| XYZ | 33.15 | 41.33 | 74.64 | - |
| YUV | 155.62 | 164.89 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 185 | 221 | 0.67 | 0.16 | 0 | 0.13 | 194.59 | 0.69 | 0.58 |
| Hex | 49 | B9 | DD | 43 | 10 | 0 | D | C3 | 45 | 3A |
| Octal | 111 | 271 | 335 | 103 | 20 | 0 | 15 | 303 | 105 | 72 |
| Binary | 1001001 | 10111001 | 11011101 | 1000011 | 10000 | 0 | 1101 | 11000011 | 1000101 | 111010 |
Color Harmonies of #49B9DD
Complementary color
Monochromatic Colors of #49B9DD
Black with #49B9DD
Text Example
Text Example
White with #49B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B9DD; }
p { color: rgb(73,185,221); }
H1.HeaderClassName
{
color: #49B9DD;
}
.AnyTagClassName
{
color: #49B9DD;
}
</style>
background-color css
<style>
a { background-color: #49B9DD; }
a { background-color: rgb(73,185,221); }
div.DivClassName
{
background-color: #49B9DD;
}
.BgClassName
{
background-color: #49B9DD;
}
</style>
border-color css
<style>
span { border-color: #49B9DD; }
span { border-color: rgb(73,185,221); }
td.TdClassName
{
border-color: #49B9DD;
}
.TagClassName
{
border-color: #49B9DD;
}
</style>