Shades of Summer Sky #49A6EF
Tints of Summer Sky #49A6EF
RGB
CMYK
RGB Variations
Color information
#49A6EF (or 0x49A6EF) is known color: Summer Sky. HEX triplet: 49, A6 and EF. RGB value is (73,166,239). Sum of RGB (Red+Green+Blue) = 73+166+239=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #49A6EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A6EF is #B65910. Grayscale: #929292. Windows color (decimal): -11950353 or 15705673. OLE color: 15705673.
HSL color Cylindrical-coordinate representation of color #49A6EF: hue angle of 206.39º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49A6EF is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 166 | 239 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.06 |
| HSL | 206.39º | 0.84% | 0.61% | - |
| HSV(B) | 206.39º | 0.69% | 0.94% | - |
| XYZ | 31.96 | 34.92 | 86.72 | - |
| YUV | 146.52 | 180.19 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 166 | 239 | 0.69 | 0.31 | 0 | 0.06 | 206.39 | 0.84 | 0.61 |
| Hex | 49 | A6 | EF | 45 | 1F | 0 | 6 | CE | 54 | 3D |
| Octal | 111 | 246 | 357 | 105 | 37 | 0 | 6 | 316 | 124 | 75 |
| Binary | 1001001 | 10100110 | 11101111 | 1000101 | 11111 | 0 | 110 | 11001110 | 1010100 | 111101 |
Color Harmonies of #49A6EF
Complementary color
Monochromatic Colors of #49A6EF
Black with #49A6EF
Text Example
Text Example
White with #49A6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A6EF; }
p { color: rgb(73,166,239); }
H1.HeaderClassName
{
color: #49A6EF;
}
.AnyTagClassName
{
color: #49A6EF;
}
</style>
background-color css
<style>
a { background-color: #49A6EF; }
a { background-color: rgb(73,166,239); }
div.DivClassName
{
background-color: #49A6EF;
}
.BgClassName
{
background-color: #49A6EF;
}
</style>
border-color css
<style>
span { border-color: #49A6EF; }
span { border-color: rgb(73,166,239); }
td.TdClassName
{
border-color: #49A6EF;
}
.TagClassName
{
border-color: #49A6EF;
}
</style>