Shades of Summer Sky #49A8DF
Tints of Summer Sky #49A8DF
RGB
CMYK
RGB Variations
Color information
#49A8DF (or 0x49A8DF) is known color: Summer Sky. HEX triplet: 49, A8 and DF. RGB value is (73,168,223). Sum of RGB (Red+Green+Blue) = 73+168+223=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #49A8DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A8DF is #B65720. Grayscale: #919191. Windows color (decimal): -11949857 or 14657609. OLE color: 14657609.
HSL color Cylindrical-coordinate representation of color #49A8DF: hue angle of 202º degrees, saturation: 0.7, 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 #49A8DF is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 168 | 223 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.13 |
| HSL | 202º | 0.7% | 0.58% | - |
| HSV(B) | 202º | 0.67% | 0.87% | - |
| XYZ | 30.07 | 34.75 | 74.93 | - |
| YUV | 145.87 | 171.53 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 223 | 0.67 | 0.25 | 0 | 0.13 | 202 | 0.7 | 0.58 |
| Hex | 49 | A8 | DF | 43 | 19 | 0 | D | CA | 46 | 3A |
| Octal | 111 | 250 | 337 | 103 | 31 | 0 | 15 | 312 | 106 | 72 |
| Binary | 1001001 | 10101000 | 11011111 | 1000011 | 11001 | 0 | 1101 | 11001010 | 1000110 | 111010 |
Color Harmonies of #49A8DF
Complementary color
Monochromatic Colors of #49A8DF
Black with #49A8DF
Text Example
Text Example
White with #49A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A8DF; }
p { color: rgb(73,168,223); }
H1.HeaderClassName
{
color: #49A8DF;
}
.AnyTagClassName
{
color: #49A8DF;
}
</style>
background-color css
<style>
a { background-color: #49A8DF; }
a { background-color: rgb(73,168,223); }
div.DivClassName
{
background-color: #49A8DF;
}
.BgClassName
{
background-color: #49A8DF;
}
</style>
border-color css
<style>
span { border-color: #49A8DF; }
span { border-color: rgb(73,168,223); }
td.TdClassName
{
border-color: #49A8DF;
}
.TagClassName
{
border-color: #49A8DF;
}
</style>