Shades of Summer Sky #49B7DD
Tints of Summer Sky #49B7DD
RGB
CMYK
RGB Variations
Color information
#49B7DD (or 0x49B7DD) is known color: Summer Sky. HEX triplet: 49, B7 and DD. RGB value is (73,183,221). Sum of RGB (Red+Green+Blue) = 73+183+221=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #49B7DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B7DD is #B64822. Grayscale: #9A9A9A. Windows color (decimal): -11946019 or 14530377. OLE color: 14530377.
HSL color Cylindrical-coordinate representation of color #49B7DD: hue angle of 195.41º 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 #49B7DD is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 183 | 221 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.13 |
| HSL | 195.41º | 0.69% | 0.58% | - |
| HSV(B) | 195.41º | 0.67% | 0.87% | - |
| XYZ | 32.73 | 40.5 | 74.5 | - |
| YUV | 154.44 | 165.56 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 221 | 0.67 | 0.17 | 0 | 0.13 | 195.41 | 0.69 | 0.58 |
| Hex | 49 | B7 | DD | 43 | 11 | 0 | D | C3 | 45 | 3A |
| Octal | 111 | 267 | 335 | 103 | 21 | 0 | 15 | 303 | 105 | 72 |
| Binary | 1001001 | 10110111 | 11011101 | 1000011 | 10001 | 0 | 1101 | 11000011 | 1000101 | 111010 |
Color Harmonies of #49B7DD
Complementary color
Monochromatic Colors of #49B7DD
Black with #49B7DD
Text Example
Text Example
White with #49B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B7DD; }
p { color: rgb(73,183,221); }
H1.HeaderClassName
{
color: #49B7DD;
}
.AnyTagClassName
{
color: #49B7DD;
}
</style>
background-color css
<style>
a { background-color: #49B7DD; }
a { background-color: rgb(73,183,221); }
div.DivClassName
{
background-color: #49B7DD;
}
.BgClassName
{
background-color: #49B7DD;
}
</style>
border-color css
<style>
span { border-color: #49B7DD; }
span { border-color: rgb(73,183,221); }
td.TdClassName
{
border-color: #49B7DD;
}
.TagClassName
{
border-color: #49B7DD;
}
</style>