Shades of Summer Sky #49B2DD
Tints of Summer Sky #49B2DD
RGB
CMYK
RGB Variations
Color information
#49B2DD (or 0x49B2DD) is known color: Summer Sky. HEX triplet: 49, B2 and DD. RGB value is (73,178,221). Sum of RGB (Red+Green+Blue) = 73+178+221=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #49B2DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B2DD is #B64D22. Grayscale: #979797. Windows color (decimal): -11947299 or 14529097. OLE color: 14529097.
HSL color Cylindrical-coordinate representation of color #49B2DD: hue angle of 197.43º 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 #49B2DD is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 178 | 221 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.13 |
| HSL | 197.43º | 0.69% | 0.58% | - |
| HSV(B) | 197.43º | 0.67% | 0.87% | - |
| XYZ | 31.72 | 38.48 | 74.16 | - |
| YUV | 151.51 | 167.21 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 221 | 0.67 | 0.19 | 0 | 0.13 | 197.43 | 0.69 | 0.58 |
| Hex | 49 | B2 | DD | 43 | 13 | 0 | D | C5 | 45 | 3A |
| Octal | 111 | 262 | 335 | 103 | 23 | 0 | 15 | 305 | 105 | 72 |
| Binary | 1001001 | 10110010 | 11011101 | 1000011 | 10011 | 0 | 1101 | 11000101 | 1000101 | 111010 |
Color Harmonies of #49B2DD
Complementary color
Monochromatic Colors of #49B2DD
Black with #49B2DD
Text Example
Text Example
White with #49B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B2DD; }
p { color: rgb(73,178,221); }
H1.HeaderClassName
{
color: #49B2DD;
}
.AnyTagClassName
{
color: #49B2DD;
}
</style>
background-color css
<style>
a { background-color: #49B2DD; }
a { background-color: rgb(73,178,221); }
div.DivClassName
{
background-color: #49B2DD;
}
.BgClassName
{
background-color: #49B2DD;
}
</style>
border-color css
<style>
span { border-color: #49B2DD; }
span { border-color: rgb(73,178,221); }
td.TdClassName
{
border-color: #49B2DD;
}
.TagClassName
{
border-color: #49B2DD;
}
</style>