Shades of Summer Sky #49B1E8
Tints of Summer Sky #49B1E8
RGB
CMYK
RGB Variations
Color information
#49B1E8 (or 0x49B1E8) is known color: Summer Sky. HEX triplet: 49, B1 and E8. RGB value is (73,177,232). Sum of RGB (Red+Green+Blue) = 73+177+232=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #49B1E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49B1E8 is #B64E17. Grayscale: #979797. Windows color (decimal): -11947544 or 15249737. OLE color: 15249737.
HSL color Cylindrical-coordinate representation of color #49B1E8: hue angle of 200.75º 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 #49B1E8 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 177 | 232 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.09 |
| HSL | 200.75º | 0.78% | 0.6% | - |
| HSV(B) | 200.75º | 0.69% | 0.91% | - |
| XYZ | 33.04 | 38.69 | 82.07 | - |
| YUV | 152.17 | 173.04 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 177 | 232 | 0.69 | 0.24 | 0 | 0.09 | 200.75 | 0.78 | 0.6 |
| Hex | 49 | B1 | E8 | 45 | 18 | 0 | 9 | C9 | 4E | 3C |
| Octal | 111 | 261 | 350 | 105 | 30 | 0 | 11 | 311 | 116 | 74 |
| Binary | 1001001 | 10110001 | 11101000 | 1000101 | 11000 | 0 | 1001 | 11001001 | 1001110 | 111100 |
Color Harmonies of #49B1E8
Complementary color
Monochromatic Colors of #49B1E8
Black with #49B1E8
Text Example
Text Example
White with #49B1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B1E8; }
p { color: rgb(73,177,232); }
H1.HeaderClassName
{
color: #49B1E8;
}
.AnyTagClassName
{
color: #49B1E8;
}
</style>
background-color css
<style>
a { background-color: #49B1E8; }
a { background-color: rgb(73,177,232); }
div.DivClassName
{
background-color: #49B1E8;
}
.BgClassName
{
background-color: #49B1E8;
}
</style>
border-color css
<style>
span { border-color: #49B1E8; }
span { border-color: rgb(73,177,232); }
td.TdClassName
{
border-color: #49B1E8;
}
.TagClassName
{
border-color: #49B1E8;
}
</style>