Shades of Summer Sky #49A7D7
Tints of Summer Sky #49A7D7
RGB
CMYK
RGB Variations
Color information
#49A7D7 (or 0x49A7D7) is known color: Summer Sky. HEX triplet: 49, A7 and D7. RGB value is (73,167,215). Sum of RGB (Red+Green+Blue) = 73+167+215=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #49A7D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A7D7 is #B65828. Grayscale: #909090. Windows color (decimal): -11950121 or 14133065. OLE color: 14133065.
HSL color Cylindrical-coordinate representation of color #49A7D7: hue angle of 200.28º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49A7D7 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 167 | 215 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.16 |
| HSL | 200.28º | 0.64% | 0.56% | - |
| HSV(B) | 200.28º | 0.66% | 0.84% | - |
| XYZ | 28.83 | 33.96 | 69.33 | - |
| YUV | 144.37 | 167.86 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 167 | 215 | 0.66 | 0.22 | 0 | 0.16 | 200.28 | 0.64 | 0.56 |
| Hex | 49 | A7 | D7 | 42 | 16 | 0 | 10 | C8 | 40 | 38 |
| Octal | 111 | 247 | 327 | 102 | 26 | 0 | 20 | 310 | 100 | 70 |
| Binary | 1001001 | 10100111 | 11010111 | 1000010 | 10110 | 0 | 10000 | 11001000 | 1000000 | 111000 |
Color Harmonies of #49A7D7
Complementary color
Monochromatic Colors of #49A7D7
Black with #49A7D7
Text Example
Text Example
White with #49A7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A7D7; }
p { color: rgb(73,167,215); }
H1.HeaderClassName
{
color: #49A7D7;
}
.AnyTagClassName
{
color: #49A7D7;
}
</style>
background-color css
<style>
a { background-color: #49A7D7; }
a { background-color: rgb(73,167,215); }
div.DivClassName
{
background-color: #49A7D7;
}
.BgClassName
{
background-color: #49A7D7;
}
</style>
border-color css
<style>
span { border-color: #49A7D7; }
span { border-color: rgb(73,167,215); }
td.TdClassName
{
border-color: #49A7D7;
}
.TagClassName
{
border-color: #49A7D7;
}
</style>