Shades of Summer Sky #49B9F5
Tints of Summer Sky #49B9F5
RGB
CMYK
RGB Variations
Color information
#49B9F5 (or 0x49B9F5) is known color: Summer Sky. HEX triplet: 49, B9 and F5. RGB value is (73,185,245). Sum of RGB (Red+Green+Blue) = 73+185+245=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #49B9F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B9F5 is #B6460A. Grayscale: #9D9D9D. Windows color (decimal): -11945483 or 16103753. OLE color: 16103753.
HSL color Cylindrical-coordinate representation of color #49B9F5: hue angle of 200.93º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49B9F5 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 185 | 245 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.04 |
| HSL | 200.93º | 0.9% | 0.62% | - |
| HSV(B) | 200.93º | 0.7% | 0.96% | - |
| XYZ | 36.58 | 42.71 | 92.7 | - |
| YUV | 158.35 | 176.89 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 185 | 245 | 0.70 | 0.24 | 0 | 0.04 | 200.93 | 0.9 | 0.62 |
| Hex | 49 | B9 | F5 | 46 | 18 | 0 | 4 | C9 | 5A | 3E |
| Octal | 111 | 271 | 365 | 106 | 30 | 0 | 4 | 311 | 132 | 76 |
| Binary | 1001001 | 10111001 | 11110101 | 1000110 | 11000 | 0 | 100 | 11001001 | 1011010 | 111110 |
Color Harmonies of #49B9F5
Complementary color
Monochromatic Colors of #49B9F5
Black with #49B9F5
Text Example
Text Example
White with #49B9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B9F5; }
p { color: rgb(73,185,245); }
H1.HeaderClassName
{
color: #49B9F5;
}
.AnyTagClassName
{
color: #49B9F5;
}
</style>
background-color css
<style>
a { background-color: #49B9F5; }
a { background-color: rgb(73,185,245); }
div.DivClassName
{
background-color: #49B9F5;
}
.BgClassName
{
background-color: #49B9F5;
}
</style>
border-color css
<style>
span { border-color: #49B9F5; }
span { border-color: rgb(73,185,245); }
td.TdClassName
{
border-color: #49B9F5;
}
.TagClassName
{
border-color: #49B9F5;
}
</style>