Shades of Summer Sky #49B7F0
Tints of Summer Sky #49B7F0
RGB
CMYK
RGB Variations
Color information
#49B7F0 (or 0x49B7F0) is known color: Summer Sky. HEX triplet: 49, B7 and F0. RGB value is (73,183,240). Sum of RGB (Red+Green+Blue) = 73+183+240=496 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.72% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #49B7F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B7F0 is #B6480F. Grayscale: #9C9C9C. Windows color (decimal): -11946000 or 15775561. OLE color: 15775561.
HSL color Cylindrical-coordinate representation of color #49B7F0: hue angle of 200.48º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49B7F0 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 183 | 240 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.06 |
| HSL | 200.48º | 0.85% | 0.61% | - |
| HSV(B) | 200.48º | 0.7% | 0.94% | - |
| XYZ | 35.41 | 41.57 | 88.6 | - |
| YUV | 156.61 | 175.06 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 240 | 0.70 | 0.24 | 0 | 0.06 | 200.48 | 0.85 | 0.61 |
| Hex | 49 | B7 | F0 | 46 | 18 | 0 | 6 | C8 | 55 | 3D |
| Octal | 111 | 267 | 360 | 106 | 30 | 0 | 6 | 310 | 125 | 75 |
| Binary | 1001001 | 10110111 | 11110000 | 1000110 | 11000 | 0 | 110 | 11001000 | 1010101 | 111101 |
Color Harmonies of #49B7F0
Complementary color
Monochromatic Colors of #49B7F0
Black with #49B7F0
Text Example
Text Example
White with #49B7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B7F0; }
p { color: rgb(73,183,240); }
H1.HeaderClassName
{
color: #49B7F0;
}
.AnyTagClassName
{
color: #49B7F0;
}
</style>
background-color css
<style>
a { background-color: #49B7F0; }
a { background-color: rgb(73,183,240); }
div.DivClassName
{
background-color: #49B7F0;
}
.BgClassName
{
background-color: #49B7F0;
}
</style>
border-color css
<style>
span { border-color: #49B7F0; }
span { border-color: rgb(73,183,240); }
td.TdClassName
{
border-color: #49B7F0;
}
.TagClassName
{
border-color: #49B7F0;
}
</style>