Shades of Summer Sky #49B7E8
Tints of Summer Sky #49B7E8
RGB
CMYK
RGB Variations
Color information
#49B7E8 (or 0x49B7E8) is known color: Summer Sky. HEX triplet: 49, B7 and E8. RGB value is (73,183,232). Sum of RGB (Red+Green+Blue) = 73+183+232=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #49B7E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B7E8 is #B64817. Grayscale: #9B9B9B. Windows color (decimal): -11946008 or 15251273. OLE color: 15251273.
HSL color Cylindrical-coordinate representation of color #49B7E8: hue angle of 198.49º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49B7E8 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 183 | 232 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.09 |
| HSL | 198.49º | 0.78% | 0.6% | - |
| HSV(B) | 198.49º | 0.69% | 0.91% | - |
| XYZ | 34.25 | 41.11 | 82.47 | - |
| YUV | 155.7 | 171.06 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 232 | 0.69 | 0.21 | 0 | 0.09 | 198.49 | 0.78 | 0.6 |
| Hex | 49 | B7 | E8 | 45 | 15 | 0 | 9 | C6 | 4E | 3C |
| Octal | 111 | 267 | 350 | 105 | 25 | 0 | 11 | 306 | 116 | 74 |
| Binary | 1001001 | 10110111 | 11101000 | 1000101 | 10101 | 0 | 1001 | 11000110 | 1001110 | 111100 |
Color Harmonies of #49B7E8
Complementary color
Monochromatic Colors of #49B7E8
Black with #49B7E8
Text Example
Text Example
White with #49B7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B7E8; }
p { color: rgb(73,183,232); }
H1.HeaderClassName
{
color: #49B7E8;
}
.AnyTagClassName
{
color: #49B7E8;
}
</style>
background-color css
<style>
a { background-color: #49B7E8; }
a { background-color: rgb(73,183,232); }
div.DivClassName
{
background-color: #49B7E8;
}
.BgClassName
{
background-color: #49B7E8;
}
</style>
border-color css
<style>
span { border-color: #49B7E8; }
span { border-color: rgb(73,183,232); }
td.TdClassName
{
border-color: #49B7E8;
}
.TagClassName
{
border-color: #49B7E8;
}
</style>