Shades of Summer Sky #49A8DD
Tints of Summer Sky #49A8DD
RGB
CMYK
RGB Variations
Color information
#49A8DD (or 0x49A8DD) is known color: Summer Sky. HEX triplet: 49, A8 and DD. RGB value is (73,168,221). Sum of RGB (Red+Green+Blue) = 73+168+221=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #49A8DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A8DD is #B65722. Grayscale: #919191. Windows color (decimal): -11949859 or 14526537. OLE color: 14526537.
HSL color Cylindrical-coordinate representation of color #49A8DD: hue angle of 201.49º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49A8DD is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 168 | 221 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.13 |
| HSL | 201.49º | 0.69% | 0.58% | - |
| HSV(B) | 201.49º | 0.67% | 0.87% | - |
| XYZ | 29.8 | 34.64 | 73.52 | - |
| YUV | 145.64 | 170.53 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 221 | 0.67 | 0.24 | 0 | 0.13 | 201.49 | 0.69 | 0.58 |
| Hex | 49 | A8 | DD | 43 | 18 | 0 | D | C9 | 45 | 3A |
| Octal | 111 | 250 | 335 | 103 | 30 | 0 | 15 | 311 | 105 | 72 |
| Binary | 1001001 | 10101000 | 11011101 | 1000011 | 11000 | 0 | 1101 | 11001001 | 1000101 | 111010 |
Color Harmonies of #49A8DD
Complementary color
Monochromatic Colors of #49A8DD
Black with #49A8DD
Text Example
Text Example
White with #49A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A8DD; }
p { color: rgb(73,168,221); }
H1.HeaderClassName
{
color: #49A8DD;
}
.AnyTagClassName
{
color: #49A8DD;
}
</style>
background-color css
<style>
a { background-color: #49A8DD; }
a { background-color: rgb(73,168,221); }
div.DivClassName
{
background-color: #49A8DD;
}
.BgClassName
{
background-color: #49A8DD;
}
</style>
border-color css
<style>
span { border-color: #49A8DD; }
span { border-color: rgb(73,168,221); }
td.TdClassName
{
border-color: #49A8DD;
}
.TagClassName
{
border-color: #49A8DD;
}
</style>