Shades of Summer Sky #49B9F9
Tints of Summer Sky #49B9F9
RGB
CMYK
RGB Variations
Color information
#49B9F9 (or 0x49B9F9) is known color: Summer Sky. HEX triplet: 49, B9 and F9. RGB value is (73,185,249). Sum of RGB (Red+Green+Blue) = 73+185+249=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #49B9F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B9F9 is #B64606. Grayscale: #9E9E9E. Windows color (decimal): -11945479 or 16365897. OLE color: 16365897.
HSL color Cylindrical-coordinate representation of color #49B9F9: hue angle of 201.82º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49B9F9 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 185 | 249 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.02 |
| HSL | 201.82º | 0.94% | 0.63% | - |
| HSV(B) | 201.82º | 0.71% | 0.98% | - |
| XYZ | 37.2 | 42.95 | 95.95 | - |
| YUV | 158.81 | 178.89 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 185 | 249 | 0.71 | 0.26 | 0 | 0.02 | 201.82 | 0.94 | 0.63 |
| Hex | 49 | B9 | F9 | 47 | 1A | 0 | 2 | CA | 5E | 3F |
| Octal | 111 | 271 | 371 | 107 | 32 | 0 | 2 | 312 | 136 | 77 |
| Binary | 1001001 | 10111001 | 11111001 | 1000111 | 11010 | 0 | 10 | 11001010 | 1011110 | 111111 |
Color Harmonies of #49B9F9
Complementary color
Monochromatic Colors of #49B9F9
Black with #49B9F9
Text Example
Text Example
White with #49B9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B9F9; }
p { color: rgb(73,185,249); }
H1.HeaderClassName
{
color: #49B9F9;
}
.AnyTagClassName
{
color: #49B9F9;
}
</style>
background-color css
<style>
a { background-color: #49B9F9; }
a { background-color: rgb(73,185,249); }
div.DivClassName
{
background-color: #49B9F9;
}
.BgClassName
{
background-color: #49B9F9;
}
</style>
border-color css
<style>
span { border-color: #49B9F9; }
span { border-color: rgb(73,185,249); }
td.TdClassName
{
border-color: #49B9F9;
}
.TagClassName
{
border-color: #49B9F9;
}
</style>