Shades of Summer Sky #49B9DC
Tints of Summer Sky #49B9DC
RGB
CMYK
RGB Variations
Color information
#49B9DC (or 0x49B9DC) is known color: Summer Sky. HEX triplet: 49, B9 and DC. RGB value is (73,185,220). Sum of RGB (Red+Green+Blue) = 73+185+220=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #49B9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B9DC is #B64623. Grayscale: #9B9B9B. Windows color (decimal): -11945508 or 14465353. OLE color: 14465353.
HSL color Cylindrical-coordinate representation of color #49B9DC: hue angle of 194.29º degrees, saturation: 0.68, 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 #49B9DC is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 185 | 220 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.14 |
| HSL | 194.29º | 0.68% | 0.57% | - |
| HSV(B) | 194.29º | 0.67% | 0.86% | - |
| XYZ | 33.01 | 41.28 | 73.94 | - |
| YUV | 155.5 | 164.39 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 185 | 220 | 0.67 | 0.16 | 0 | 0.14 | 194.29 | 0.68 | 0.57 |
| Hex | 49 | B9 | DC | 43 | 10 | 0 | E | C2 | 44 | 39 |
| Octal | 111 | 271 | 334 | 103 | 20 | 0 | 16 | 302 | 104 | 71 |
| Binary | 1001001 | 10111001 | 11011100 | 1000011 | 10000 | 0 | 1110 | 11000010 | 1000100 | 111001 |
Color Harmonies of #49B9DC
Complementary color
Monochromatic Colors of #49B9DC
Black with #49B9DC
Text Example
Text Example
White with #49B9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B9DC; }
p { color: rgb(73,185,220); }
H1.HeaderClassName
{
color: #49B9DC;
}
.AnyTagClassName
{
color: #49B9DC;
}
</style>
background-color css
<style>
a { background-color: #49B9DC; }
a { background-color: rgb(73,185,220); }
div.DivClassName
{
background-color: #49B9DC;
}
.BgClassName
{
background-color: #49B9DC;
}
</style>
border-color css
<style>
span { border-color: #49B9DC; }
span { border-color: rgb(73,185,220); }
td.TdClassName
{
border-color: #49B9DC;
}
.TagClassName
{
border-color: #49B9DC;
}
</style>