Shades of Summer Sky #49B7FF
Tints of Summer Sky #49B7FF
RGB
CMYK
RGB Variations
Color information
#49B7FF (or 0x49B7FF) is known color: Summer Sky. HEX triplet: 49, B7 and FF. RGB value is (73,183,255). Sum of RGB (Red+Green+Blue) = 73+183+255=511 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.29% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #49B7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B7FF is #B64800. Grayscale: #9D9D9D. Windows color (decimal): -11945985 or 16758601. OLE color: 16758601.
HSL color Cylindrical-coordinate representation of color #49B7FF: hue angle of 203.74º 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 #49B7FF is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 183 | 255 | - |
| CMYK | 0.71 | 0.28 | 0 | 0 |
| HSL | 203.74º | 1% | 0.64% | - |
| HSV(B) | 203.74º | 0.71% | 1% | - |
| XYZ | 37.73 | 42.5 | 100.82 | - |
| YUV | 158.32 | 182.56 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 255 | 0.71 | 0.28 | 0 | 0 | 203.74 | 1 | 0.64 |
| Hex | 49 | B7 | FF | 47 | 1C | 0 | 0 | CC | 64 | 40 |
| Octal | 111 | 267 | 377 | 107 | 34 | 0 | 0 | 314 | 144 | 100 |
| Binary | 1001001 | 10110111 | 11111111 | 1000111 | 11100 | 0 | 0 | 11001100 | 1100100 | 1000000 |
Color Harmonies of #49B7FF
Complementary color
Monochromatic Colors of #49B7FF
Black with #49B7FF
Text Example
Text Example
White with #49B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B7FF; }
p { color: rgb(73,183,255); }
H1.HeaderClassName
{
color: #49B7FF;
}
.AnyTagClassName
{
color: #49B7FF;
}
</style>
background-color css
<style>
a { background-color: #49B7FF; }
a { background-color: rgb(73,183,255); }
div.DivClassName
{
background-color: #49B7FF;
}
.BgClassName
{
background-color: #49B7FF;
}
</style>
border-color css
<style>
span { border-color: #49B7FF; }
span { border-color: rgb(73,183,255); }
td.TdClassName
{
border-color: #49B7FF;
}
.TagClassName
{
border-color: #49B7FF;
}
</style>