Shades of Summer Sky #49AFF2
Tints of Summer Sky #49AFF2
RGB
CMYK
RGB Variations
Color information
#49AFF2 (or 0x49AFF2) is known color: Summer Sky. HEX triplet: 49, AF and F2. RGB value is (73,175,242). Sum of RGB (Red+Green+Blue) = 73+175+242=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #49AFF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AFF2 is #B6500D. Grayscale: #979797. Windows color (decimal): -11948046 or 15904585. OLE color: 15904585.
HSL color Cylindrical-coordinate representation of color #49AFF2: hue angle of 203.79º degrees, saturation: 0.87, 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 #49AFF2 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 175 | 242 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.05 |
| HSL | 203.79º | 0.87% | 0.62% | - |
| HSV(B) | 203.79º | 0.7% | 0.95% | - |
| XYZ | 34.1 | 38.49 | 89.64 | - |
| YUV | 152.14 | 178.71 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 242 | 0.70 | 0.28 | 0 | 0.05 | 203.79 | 0.87 | 0.62 |
| Hex | 49 | AF | F2 | 46 | 1C | 0 | 5 | CC | 57 | 3E |
| Octal | 111 | 257 | 362 | 106 | 34 | 0 | 5 | 314 | 127 | 76 |
| Binary | 1001001 | 10101111 | 11110010 | 1000110 | 11100 | 0 | 101 | 11001100 | 1010111 | 111110 |
Color Harmonies of #49AFF2
Complementary color
Monochromatic Colors of #49AFF2
Black with #49AFF2
Text Example
Text Example
White with #49AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFF2; }
p { color: rgb(73,175,242); }
H1.HeaderClassName
{
color: #49AFF2;
}
.AnyTagClassName
{
color: #49AFF2;
}
</style>
background-color css
<style>
a { background-color: #49AFF2; }
a { background-color: rgb(73,175,242); }
div.DivClassName
{
background-color: #49AFF2;
}
.BgClassName
{
background-color: #49AFF2;
}
</style>
border-color css
<style>
span { border-color: #49AFF2; }
span { border-color: rgb(73,175,242); }
td.TdClassName
{
border-color: #49AFF2;
}
.TagClassName
{
border-color: #49AFF2;
}
</style>