Shades of Summer Sky #49B1FF
Tints of Summer Sky #49B1FF
RGB
CMYK
RGB Variations
Color information
#49B1FF (or 0x49B1FF) is known color: Summer Sky. HEX triplet: 49, B1 and FF. RGB value is (73,177,255). Sum of RGB (Red+Green+Blue) = 73+177+255=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #49B1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49B1FF is #B64E00. Grayscale: #9A9A9A. Windows color (decimal): -11947521 or 16757065. OLE color: 16757065.
HSL color Cylindrical-coordinate representation of color #49B1FF: hue angle of 205.71º 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 #49B1FF is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 177 | 255 | - |
| CMYK | 0.71 | 0.31 | 0 | 0 |
| HSL | 205.71º | 1% | 0.64% | - |
| HSV(B) | 205.71º | 0.71% | 1% | - |
| XYZ | 36.52 | 40.08 | 100.42 | - |
| YUV | 154.8 | 184.54 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 177 | 255 | 0.71 | 0.31 | 0 | 0 | 205.71 | 1 | 0.64 |
| Hex | 49 | B1 | FF | 47 | 1F | 0 | 0 | CE | 64 | 40 |
| Octal | 111 | 261 | 377 | 107 | 37 | 0 | 0 | 316 | 144 | 100 |
| Binary | 1001001 | 10110001 | 11111111 | 1000111 | 11111 | 0 | 0 | 11001110 | 1100100 | 1000000 |
Color Harmonies of #49B1FF
Complementary color
Monochromatic Colors of #49B1FF
Black with #49B1FF
Text Example
Text Example
White with #49B1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B1FF; }
p { color: rgb(73,177,255); }
H1.HeaderClassName
{
color: #49B1FF;
}
.AnyTagClassName
{
color: #49B1FF;
}
</style>
background-color css
<style>
a { background-color: #49B1FF; }
a { background-color: rgb(73,177,255); }
div.DivClassName
{
background-color: #49B1FF;
}
.BgClassName
{
background-color: #49B1FF;
}
</style>
border-color css
<style>
span { border-color: #49B1FF; }
span { border-color: rgb(73,177,255); }
td.TdClassName
{
border-color: #49B1FF;
}
.TagClassName
{
border-color: #49B1FF;
}
</style>