Shades of Summer Sky #46A0DC
Tints of Summer Sky #46A0DC
RGB
CMYK
RGB Variations
Color information
#46A0DC (or 0x46A0DC) is known color: Summer Sky. HEX triplet: 46, A0 and DC. RGB value is (70,160,220). Sum of RGB (Red+Green+Blue) = 70+160+220=450 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.56% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #46A0DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A0DC is #B95F23. Grayscale: #8B8B8B. Windows color (decimal): -12148516 or 14458950. OLE color: 14458950.
HSL color Cylindrical-coordinate representation of color #46A0DC: hue angle of 204º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46A0DC is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 160 | 220 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.14 |
| HSL | 204º | 0.68% | 0.57% | - |
| HSV(B) | 204º | 0.68% | 0.86% | - |
| XYZ | 28.01 | 31.61 | 72.34 | - |
| YUV | 139.93 | 173.18 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 160 | 220 | 0.68 | 0.27 | 0 | 0.14 | 204 | 0.68 | 0.57 |
| Hex | 46 | A0 | DC | 44 | 1B | 0 | E | CC | 44 | 39 |
| Octal | 106 | 240 | 334 | 104 | 33 | 0 | 16 | 314 | 104 | 71 |
| Binary | 1000110 | 10100000 | 11011100 | 1000100 | 11011 | 0 | 1110 | 11001100 | 1000100 | 111001 |
Color Harmonies of #46A0DC
Complementary color
Monochromatic Colors of #46A0DC
Black with #46A0DC
Text Example
Text Example
White with #46A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A0DC; }
p { color: rgb(70,160,220); }
H1.HeaderClassName
{
color: #46A0DC;
}
.AnyTagClassName
{
color: #46A0DC;
}
</style>
background-color css
<style>
a { background-color: #46A0DC; }
a { background-color: rgb(70,160,220); }
div.DivClassName
{
background-color: #46A0DC;
}
.BgClassName
{
background-color: #46A0DC;
}
</style>
border-color css
<style>
span { border-color: #46A0DC; }
span { border-color: rgb(70,160,220); }
td.TdClassName
{
border-color: #46A0DC;
}
.TagClassName
{
border-color: #46A0DC;
}
</style>