Shades of Summer Sky #49A4DF
Tints of Summer Sky #49A4DF
RGB
CMYK
RGB Variations
Color information
#49A4DF (or 0x49A4DF) is known color: Summer Sky. HEX triplet: 49, A4 and DF. RGB value is (73,164,223). Sum of RGB (Red+Green+Blue) = 73+164+223=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #49A4DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A4DF is #B65B20. Grayscale: #8F8F8F. Windows color (decimal): -11950881 or 14656585. OLE color: 14656585.
HSL color Cylindrical-coordinate representation of color #49A4DF: hue angle of 203.6º 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 #49A4DF is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 164 | 223 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.13 |
| HSL | 203.6º | 0.7% | 0.58% | - |
| HSV(B) | 203.6º | 0.67% | 0.87% | - |
| XYZ | 29.34 | 33.3 | 74.69 | - |
| YUV | 143.52 | 172.85 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 164 | 223 | 0.67 | 0.26 | 0 | 0.13 | 203.6 | 0.7 | 0.58 |
| Hex | 49 | A4 | DF | 43 | 1A | 0 | D | CC | 46 | 3A |
| Octal | 111 | 244 | 337 | 103 | 32 | 0 | 15 | 314 | 106 | 72 |
| Binary | 1001001 | 10100100 | 11011111 | 1000011 | 11010 | 0 | 1101 | 11001100 | 1000110 | 111010 |
Color Harmonies of #49A4DF
Complementary color
Monochromatic Colors of #49A4DF
Black with #49A4DF
Text Example
Text Example
White with #49A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A4DF; }
p { color: rgb(73,164,223); }
H1.HeaderClassName
{
color: #49A4DF;
}
.AnyTagClassName
{
color: #49A4DF;
}
</style>
background-color css
<style>
a { background-color: #49A4DF; }
a { background-color: rgb(73,164,223); }
div.DivClassName
{
background-color: #49A4DF;
}
.BgClassName
{
background-color: #49A4DF;
}
</style>
border-color css
<style>
span { border-color: #49A4DF; }
span { border-color: rgb(73,164,223); }
td.TdClassName
{
border-color: #49A4DF;
}
.TagClassName
{
border-color: #49A4DF;
}
</style>