Shades of Summer Sky #49ABFF
Tints of Summer Sky #49ABFF
RGB
CMYK
RGB Variations
Color information
#49ABFF (or 0x49ABFF) is known color: Summer Sky. HEX triplet: 49, AB and FF. RGB value is (73,171,255). Sum of RGB (Red+Green+Blue) = 73+171+255=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #49ABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ABFF is #B65400. Grayscale: #969696. Windows color (decimal): -11949057 or 16755529. OLE color: 16755529.
HSL color Cylindrical-coordinate representation of color #49ABFF: hue angle of 207.69º 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 #49ABFF is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 171 | 255 | - |
| CMYK | 0.71 | 0.33 | 0 | 0 |
| HSL | 207.69º | 1% | 0.64% | - |
| HSV(B) | 207.69º | 0.71% | 1% | - |
| XYZ | 35.36 | 37.76 | 100.03 | - |
| YUV | 151.27 | 186.53 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 255 | 0.71 | 0.33 | 0 | 0 | 207.69 | 1 | 0.64 |
| Hex | 49 | AB | FF | 47 | 21 | 0 | 0 | D0 | 64 | 40 |
| Octal | 111 | 253 | 377 | 107 | 41 | 0 | 0 | 320 | 144 | 100 |
| Binary | 1001001 | 10101011 | 11111111 | 1000111 | 100001 | 0 | 0 | 11010000 | 1100100 | 1000000 |
Color Harmonies of #49ABFF
Complementary color
Monochromatic Colors of #49ABFF
Black with #49ABFF
Text Example
Text Example
White with #49ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ABFF; }
p { color: rgb(73,171,255); }
H1.HeaderClassName
{
color: #49ABFF;
}
.AnyTagClassName
{
color: #49ABFF;
}
</style>
background-color css
<style>
a { background-color: #49ABFF; }
a { background-color: rgb(73,171,255); }
div.DivClassName
{
background-color: #49ABFF;
}
.BgClassName
{
background-color: #49ABFF;
}
</style>
border-color css
<style>
span { border-color: #49ABFF; }
span { border-color: rgb(73,171,255); }
td.TdClassName
{
border-color: #49ABFF;
}
.TagClassName
{
border-color: #49ABFF;
}
</style>