Shades of Summer Sky #49B0FF
Tints of Summer Sky #49B0FF
RGB
CMYK
RGB Variations
Color information
#49B0FF (or 0x49B0FF) is known color: Summer Sky. HEX triplet: 49, B0 and FF. RGB value is (73,176,255). Sum of RGB (Red+Green+Blue) = 73+176+255=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #49B0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49B0FF is #B64F00. Grayscale: #999999. Windows color (decimal): -11947777 or 16756809. OLE color: 16756809.
HSL color Cylindrical-coordinate representation of color #49B0FF: hue angle of 206.04º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49B0FF is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 176 | 255 | - |
| CMYK | 0.71 | 0.31 | 0 | 0 |
| HSL | 206.04º | 1% | 0.64% | - |
| HSV(B) | 206.04º | 0.71% | 1% | - |
| XYZ | 36.32 | 39.69 | 100.35 | - |
| YUV | 154.21 | 184.88 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 176 | 255 | 0.71 | 0.31 | 0 | 0 | 206.04 | 1 | 0.64 |
| Hex | 49 | B0 | FF | 47 | 1F | 0 | 0 | CE | 64 | 40 |
| Octal | 111 | 260 | 377 | 107 | 37 | 0 | 0 | 316 | 144 | 100 |
| Binary | 1001001 | 10110000 | 11111111 | 1000111 | 11111 | 0 | 0 | 11001110 | 1100100 | 1000000 |
Color Harmonies of #49B0FF
Complementary color
Monochromatic Colors of #49B0FF
Black with #49B0FF
Text Example
Text Example
White with #49B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B0FF; }
p { color: rgb(73,176,255); }
H1.HeaderClassName
{
color: #49B0FF;
}
.AnyTagClassName
{
color: #49B0FF;
}
</style>
background-color css
<style>
a { background-color: #49B0FF; }
a { background-color: rgb(73,176,255); }
div.DivClassName
{
background-color: #49B0FF;
}
.BgClassName
{
background-color: #49B0FF;
}
</style>
border-color css
<style>
span { border-color: #49B0FF; }
span { border-color: rgb(73,176,255); }
td.TdClassName
{
border-color: #49B0FF;
}
.TagClassName
{
border-color: #49B0FF;
}
</style>