Shades of Summer Sky #46A5EC
Tints of Summer Sky #46A5EC
RGB
CMYK
RGB Variations
Color information
#46A5EC (or 0x46A5EC) is known color: Summer Sky. HEX triplet: 46, A5 and EC. RGB value is (70,165,236). Sum of RGB (Red+Green+Blue) = 70+165+236=471 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.86% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #46A5EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A5EC is #B95A13. Grayscale: #909090. Windows color (decimal): -12147220 or 15508806. OLE color: 15508806.
HSL color Cylindrical-coordinate representation of color #46A5EC: hue angle of 205.66º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46A5EC is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 165 | 236 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.07 |
| HSL | 205.66º | 0.81% | 0.6% | - |
| HSV(B) | 205.66º | 0.7% | 0.93% | - |
| XYZ | 31.12 | 34.27 | 84.33 | - |
| YUV | 144.69 | 179.53 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 165 | 236 | 0.70 | 0.30 | 0 | 0.07 | 205.66 | 0.81 | 0.6 |
| Hex | 46 | A5 | EC | 46 | 1E | 0 | 7 | CE | 51 | 3C |
| Octal | 106 | 245 | 354 | 106 | 36 | 0 | 7 | 316 | 121 | 74 |
| Binary | 1000110 | 10100101 | 11101100 | 1000110 | 11110 | 0 | 111 | 11001110 | 1010001 | 111100 |
Color Harmonies of #46A5EC
Complementary color
Monochromatic Colors of #46A5EC
Black with #46A5EC
Text Example
Text Example
White with #46A5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A5EC; }
p { color: rgb(70,165,236); }
H1.HeaderClassName
{
color: #46A5EC;
}
.AnyTagClassName
{
color: #46A5EC;
}
</style>
background-color css
<style>
a { background-color: #46A5EC; }
a { background-color: rgb(70,165,236); }
div.DivClassName
{
background-color: #46A5EC;
}
.BgClassName
{
background-color: #46A5EC;
}
</style>
border-color css
<style>
span { border-color: #46A5EC; }
span { border-color: rgb(70,165,236); }
td.TdClassName
{
border-color: #46A5EC;
}
.TagClassName
{
border-color: #46A5EC;
}
</style>