Shades of Summer Sky #49A2EF
Tints of Summer Sky #49A2EF
RGB
CMYK
RGB Variations
Color information
#49A2EF (or 0x49A2EF) is known color: Summer Sky. HEX triplet: 49, A2 and EF. RGB value is (73,162,239). Sum of RGB (Red+Green+Blue) = 73+162+239=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #49A2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A2EF is #B65D10. Grayscale: #8F8F8F. Windows color (decimal): -11951377 or 15704649. OLE color: 15704649.
HSL color Cylindrical-coordinate representation of color #49A2EF: hue angle of 207.83º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49A2EF is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 162 | 239 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.06 |
| HSL | 207.83º | 0.84% | 0.61% | - |
| HSV(B) | 207.83º | 0.69% | 0.94% | - |
| XYZ | 31.25 | 33.49 | 86.48 | - |
| YUV | 144.17 | 181.51 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 239 | 0.69 | 0.32 | 0 | 0.06 | 207.83 | 0.84 | 0.61 |
| Hex | 49 | A2 | EF | 45 | 20 | 0 | 6 | D0 | 54 | 3D |
| Octal | 111 | 242 | 357 | 105 | 40 | 0 | 6 | 320 | 124 | 75 |
| Binary | 1001001 | 10100010 | 11101111 | 1000101 | 100000 | 0 | 110 | 11010000 | 1010100 | 111101 |
Color Harmonies of #49A2EF
Complementary color
Monochromatic Colors of #49A2EF
Black with #49A2EF
Text Example
Text Example
White with #49A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A2EF; }
p { color: rgb(73,162,239); }
H1.HeaderClassName
{
color: #49A2EF;
}
.AnyTagClassName
{
color: #49A2EF;
}
</style>
background-color css
<style>
a { background-color: #49A2EF; }
a { background-color: rgb(73,162,239); }
div.DivClassName
{
background-color: #49A2EF;
}
.BgClassName
{
background-color: #49A2EF;
}
</style>
border-color css
<style>
span { border-color: #49A2EF; }
span { border-color: rgb(73,162,239); }
td.TdClassName
{
border-color: #49A2EF;
}
.TagClassName
{
border-color: #49A2EF;
}
</style>