Shades of Summer Sky #49BDF6
Tints of Summer Sky #49BDF6
RGB
CMYK
RGB Variations
Color information
#49BDF6 (or 0x49BDF6) is known color: Summer Sky. HEX triplet: 49, BD and F6. RGB value is (73,189,246). Sum of RGB (Red+Green+Blue) = 73+189+246=508 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.37% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #49BDF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BDF6 is #B64209. Grayscale: #A0A0A0. Windows color (decimal): -11944458 or 16170313. OLE color: 16170313.
HSL color Cylindrical-coordinate representation of color #49BDF6: hue angle of 199.77º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49BDF6 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 189 | 246 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.04 |
| HSL | 199.77º | 0.91% | 0.63% | - |
| HSV(B) | 199.77º | 0.7% | 0.96% | - |
| XYZ | 37.58 | 44.47 | 93.79 | - |
| YUV | 160.81 | 176.07 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 246 | 0.70 | 0.23 | 0 | 0.04 | 199.77 | 0.91 | 0.63 |
| Hex | 49 | BD | F6 | 46 | 17 | 0 | 4 | C8 | 5B | 3F |
| Octal | 111 | 275 | 366 | 106 | 27 | 0 | 4 | 310 | 133 | 77 |
| Binary | 1001001 | 10111101 | 11110110 | 1000110 | 10111 | 0 | 100 | 11001000 | 1011011 | 111111 |
Color Harmonies of #49BDF6
Complementary color
Monochromatic Colors of #49BDF6
Black with #49BDF6
Text Example
Text Example
White with #49BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDF6; }
p { color: rgb(73,189,246); }
H1.HeaderClassName
{
color: #49BDF6;
}
.AnyTagClassName
{
color: #49BDF6;
}
</style>
background-color css
<style>
a { background-color: #49BDF6; }
a { background-color: rgb(73,189,246); }
div.DivClassName
{
background-color: #49BDF6;
}
.BgClassName
{
background-color: #49BDF6;
}
</style>
border-color css
<style>
span { border-color: #49BDF6; }
span { border-color: rgb(73,189,246); }
td.TdClassName
{
border-color: #49BDF6;
}
.TagClassName
{
border-color: #49BDF6;
}
</style>