Shades of Summer Sky #49ADFF
Tints of Summer Sky #49ADFF
RGB
CMYK
RGB Variations
Color information
#49ADFF (or 0x49ADFF) is known color: Summer Sky. HEX triplet: 49, AD and FF. RGB value is (73,173,255). Sum of RGB (Red+Green+Blue) = 73+173+255=501 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.57% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #49ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ADFF is #B65200. Grayscale: #989898. Windows color (decimal): -11948545 or 16756041. OLE color: 16756041.
HSL color Cylindrical-coordinate representation of color #49ADFF: hue angle of 207.03º 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 #49ADFF is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 173 | 255 | - |
| CMYK | 0.71 | 0.32 | 0 | 0 |
| HSL | 207.03º | 1% | 0.64% | - |
| HSV(B) | 207.03º | 0.71% | 1% | - |
| XYZ | 35.74 | 38.52 | 100.16 | - |
| YUV | 152.45 | 185.87 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 255 | 0.71 | 0.32 | 0 | 0 | 207.03 | 1 | 0.64 |
| Hex | 49 | AD | FF | 47 | 20 | 0 | 0 | CF | 64 | 40 |
| Octal | 111 | 255 | 377 | 107 | 40 | 0 | 0 | 317 | 144 | 100 |
| Binary | 1001001 | 10101101 | 11111111 | 1000111 | 100000 | 0 | 0 | 11001111 | 1100100 | 1000000 |
Color Harmonies of #49ADFF
Complementary color
Monochromatic Colors of #49ADFF
Black with #49ADFF
Text Example
Text Example
White with #49ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADFF; }
p { color: rgb(73,173,255); }
H1.HeaderClassName
{
color: #49ADFF;
}
.AnyTagClassName
{
color: #49ADFF;
}
</style>
background-color css
<style>
a { background-color: #49ADFF; }
a { background-color: rgb(73,173,255); }
div.DivClassName
{
background-color: #49ADFF;
}
.BgClassName
{
background-color: #49ADFF;
}
</style>
border-color css
<style>
span { border-color: #49ADFF; }
span { border-color: rgb(73,173,255); }
td.TdClassName
{
border-color: #49ADFF;
}
.TagClassName
{
border-color: #49ADFF;
}
</style>