Shades of Summer Sky #49B9E5
Tints of Summer Sky #49B9E5
RGB
CMYK
RGB Variations
Color information
#49B9E5 (or 0x49B9E5) is known color: Summer Sky. HEX triplet: 49, B9 and E5. RGB value is (73,185,229). Sum of RGB (Red+Green+Blue) = 73+185+229=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #49B9E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B9E5 is #B6461A. Grayscale: #9C9C9C. Windows color (decimal): -11945499 or 15055177. OLE color: 15055177.
HSL color Cylindrical-coordinate representation of color #49B9E5: hue angle of 196.92º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49B9E5 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 185 | 229 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.10 |
| HSL | 196.92º | 0.75% | 0.59% | - |
| HSV(B) | 196.92º | 0.68% | 0.9% | - |
| XYZ | 34.24 | 41.77 | 80.39 | - |
| YUV | 156.53 | 168.89 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 185 | 229 | 0.68 | 0.19 | 0 | 0.10 | 196.92 | 0.75 | 0.59 |
| Hex | 49 | B9 | E5 | 44 | 13 | 0 | A | C5 | 4B | 3B |
| Octal | 111 | 271 | 345 | 104 | 23 | 0 | 12 | 305 | 113 | 73 |
| Binary | 1001001 | 10111001 | 11100101 | 1000100 | 10011 | 0 | 1010 | 11000101 | 1001011 | 111011 |
Color Harmonies of #49B9E5
Complementary color
Monochromatic Colors of #49B9E5
Black with #49B9E5
Text Example
Text Example
White with #49B9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B9E5; }
p { color: rgb(73,185,229); }
H1.HeaderClassName
{
color: #49B9E5;
}
.AnyTagClassName
{
color: #49B9E5;
}
</style>
background-color css
<style>
a { background-color: #49B9E5; }
a { background-color: rgb(73,185,229); }
div.DivClassName
{
background-color: #49B9E5;
}
.BgClassName
{
background-color: #49B9E5;
}
</style>
border-color css
<style>
span { border-color: #49B9E5; }
span { border-color: rgb(73,185,229); }
td.TdClassName
{
border-color: #49B9E5;
}
.TagClassName
{
border-color: #49B9E5;
}
</style>