Shades of Summer Sky #46AADB
Tints of Summer Sky #46AADB
RGB
CMYK
RGB Variations
Color information
#46AADB (or 0x46AADB) is known color: Summer Sky. HEX triplet: 46, AA and DB. RGB value is (70,170,219). Sum of RGB (Red+Green+Blue) = 70+170+219=459 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.25% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #46AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AADB is #B95524. Grayscale: #919191. Windows color (decimal): -12145957 or 14395974. OLE color: 14395974.
HSL color Cylindrical-coordinate representation of color #46AADB: hue angle of 199.73º degrees, saturation: 0.67, 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 #46AADB is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 170 | 219 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.14 |
| HSL | 199.73º | 0.67% | 0.57% | - |
| HSV(B) | 199.73º | 0.68% | 0.86% | - |
| XYZ | 29.69 | 35.17 | 72.24 | - |
| YUV | 145.69 | 169.37 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 170 | 219 | 0.68 | 0.22 | 0 | 0.14 | 199.73 | 0.67 | 0.57 |
| Hex | 46 | AA | DB | 44 | 16 | 0 | E | C8 | 43 | 39 |
| Octal | 106 | 252 | 333 | 104 | 26 | 0 | 16 | 310 | 103 | 71 |
| Binary | 1000110 | 10101010 | 11011011 | 1000100 | 10110 | 0 | 1110 | 11001000 | 1000011 | 111001 |
Color Harmonies of #46AADB
Complementary color
Monochromatic Colors of #46AADB
Black with #46AADB
Text Example
Text Example
White with #46AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AADB; }
p { color: rgb(70,170,219); }
H1.HeaderClassName
{
color: #46AADB;
}
.AnyTagClassName
{
color: #46AADB;
}
</style>
background-color css
<style>
a { background-color: #46AADB; }
a { background-color: rgb(70,170,219); }
div.DivClassName
{
background-color: #46AADB;
}
.BgClassName
{
background-color: #46AADB;
}
</style>
border-color css
<style>
span { border-color: #46AADB; }
span { border-color: rgb(70,170,219); }
td.TdClassName
{
border-color: #46AADB;
}
.TagClassName
{
border-color: #46AADB;
}
</style>