Shades of Summer Sky #49A5E9
Tints of Summer Sky #49A5E9
RGB
CMYK
RGB Variations
Color information
#49A5E9 (or 0x49A5E9) is known color: Summer Sky. HEX triplet: 49, A5 and E9. RGB value is (73,165,233). Sum of RGB (Red+Green+Blue) = 73+165+233=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #49A5E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A5E9 is #B65A16. Grayscale: #909090. Windows color (decimal): -11950615 or 15312201. OLE color: 15312201.
HSL color Cylindrical-coordinate representation of color #49A5E9: hue angle of 205.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49A5E9 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 165 | 233 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.09 |
| HSL | 205.5º | 0.78% | 0.6% | - |
| HSV(B) | 205.5º | 0.69% | 0.91% | - |
| XYZ | 30.91 | 34.21 | 82.06 | - |
| YUV | 145.24 | 177.52 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 165 | 233 | 0.69 | 0.29 | 0 | 0.09 | 205.5 | 0.78 | 0.6 |
| Hex | 49 | A5 | E9 | 45 | 1D | 0 | 9 | CE | 4E | 3C |
| Octal | 111 | 245 | 351 | 105 | 35 | 0 | 11 | 316 | 116 | 74 |
| Binary | 1001001 | 10100101 | 11101001 | 1000101 | 11101 | 0 | 1001 | 11001110 | 1001110 | 111100 |
Color Harmonies of #49A5E9
Complementary color
Monochromatic Colors of #49A5E9
Black with #49A5E9
Text Example
Text Example
White with #49A5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A5E9; }
p { color: rgb(73,165,233); }
H1.HeaderClassName
{
color: #49A5E9;
}
.AnyTagClassName
{
color: #49A5E9;
}
</style>
background-color css
<style>
a { background-color: #49A5E9; }
a { background-color: rgb(73,165,233); }
div.DivClassName
{
background-color: #49A5E9;
}
.BgClassName
{
background-color: #49A5E9;
}
</style>
border-color css
<style>
span { border-color: #49A5E9; }
span { border-color: rgb(73,165,233); }
td.TdClassName
{
border-color: #49A5E9;
}
.TagClassName
{
border-color: #49A5E9;
}
</style>