Shades of Summer Sky #49ACF1
Tints of Summer Sky #49ACF1
RGB
CMYK
RGB Variations
Color information
#49ACF1 (or 0x49ACF1) is known color: Summer Sky. HEX triplet: 49, AC and F1. RGB value is (73,172,241). Sum of RGB (Red+Green+Blue) = 73+172+241=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #49ACF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ACF1 is #B6530E. Grayscale: #959595. Windows color (decimal): -11948815 or 15838281. OLE color: 15838281.
HSL color Cylindrical-coordinate representation of color #49ACF1: hue angle of 204.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49ACF1 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 172 | 241 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.05 |
| HSL | 204.64º | 0.86% | 0.62% | - |
| HSV(B) | 204.64º | 0.7% | 0.95% | - |
| XYZ | 33.38 | 37.27 | 88.65 | - |
| YUV | 150.27 | 179.2 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 241 | 0.70 | 0.29 | 0 | 0.05 | 204.64 | 0.86 | 0.62 |
| Hex | 49 | AC | F1 | 46 | 1D | 0 | 5 | CD | 56 | 3E |
| Octal | 111 | 254 | 361 | 106 | 35 | 0 | 5 | 315 | 126 | 76 |
| Binary | 1001001 | 10101100 | 11110001 | 1000110 | 11101 | 0 | 101 | 11001101 | 1010110 | 111110 |
Color Harmonies of #49ACF1
Complementary color
Monochromatic Colors of #49ACF1
Black with #49ACF1
Text Example
Text Example
White with #49ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ACF1; }
p { color: rgb(73,172,241); }
H1.HeaderClassName
{
color: #49ACF1;
}
.AnyTagClassName
{
color: #49ACF1;
}
</style>
background-color css
<style>
a { background-color: #49ACF1; }
a { background-color: rgb(73,172,241); }
div.DivClassName
{
background-color: #49ACF1;
}
.BgClassName
{
background-color: #49ACF1;
}
</style>
border-color css
<style>
span { border-color: #49ACF1; }
span { border-color: rgb(73,172,241); }
td.TdClassName
{
border-color: #49ACF1;
}
.TagClassName
{
border-color: #49ACF1;
}
</style>