Shades of Summer Sky #46AADC
Tints of Summer Sky #46AADC
RGB
CMYK
RGB Variations
Color information
#46AADC (or 0x46AADC) is known color: Summer Sky. HEX triplet: 46, AA and DC. RGB value is (70,170,220). Sum of RGB (Red+Green+Blue) = 70+170+220=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #46AADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AADC is #B95523. Grayscale: #919191. Windows color (decimal): -12145956 or 14461510. OLE color: 14461510.
HSL color Cylindrical-coordinate representation of color #46AADC: hue angle of 200º 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 #46AADC is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 170 | 220 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.14 |
| HSL | 200º | 0.68% | 0.57% | - |
| HSV(B) | 200º | 0.68% | 0.86% | - |
| XYZ | 29.82 | 35.22 | 72.94 | - |
| YUV | 145.8 | 169.87 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 170 | 220 | 0.68 | 0.23 | 0 | 0.14 | 200 | 0.68 | 0.57 |
| Hex | 46 | AA | DC | 44 | 17 | 0 | E | C8 | 44 | 39 |
| Octal | 106 | 252 | 334 | 104 | 27 | 0 | 16 | 310 | 104 | 71 |
| Binary | 1000110 | 10101010 | 11011100 | 1000100 | 10111 | 0 | 1110 | 11001000 | 1000100 | 111001 |
Color Harmonies of #46AADC
Complementary color
Monochromatic Colors of #46AADC
Black with #46AADC
Text Example
Text Example
White with #46AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AADC; }
p { color: rgb(70,170,220); }
H1.HeaderClassName
{
color: #46AADC;
}
.AnyTagClassName
{
color: #46AADC;
}
</style>
background-color css
<style>
a { background-color: #46AADC; }
a { background-color: rgb(70,170,220); }
div.DivClassName
{
background-color: #46AADC;
}
.BgClassName
{
background-color: #46AADC;
}
</style>
border-color css
<style>
span { border-color: #46AADC; }
span { border-color: rgb(70,170,220); }
td.TdClassName
{
border-color: #46AADC;
}
.TagClassName
{
border-color: #46AADC;
}
</style>