Shades of Summer Sky #46B9E6
Tints of Summer Sky #46B9E6
RGB
CMYK
RGB Variations
Color information
#46B9E6 (or 0x46B9E6) is known color: Summer Sky. HEX triplet: 46, B9 and E6. RGB value is (70,185,230). Sum of RGB (Red+Green+Blue) = 70+185+230=485 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.43% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #46B9E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46B9E6 is #B94619. Grayscale: #9B9B9B. Windows color (decimal): -12142106 or 15120710. OLE color: 15120710.
HSL color Cylindrical-coordinate representation of color #46B9E6: hue angle of 196.88º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46B9E6 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 185 | 230 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.10 |
| HSL | 196.88º | 0.76% | 0.59% | - |
| HSV(B) | 196.88º | 0.7% | 0.9% | - |
| XYZ | 34.16 | 41.71 | 81.11 | - |
| YUV | 155.75 | 169.9 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 185 | 230 | 0.70 | 0.20 | 0 | 0.10 | 196.88 | 0.76 | 0.59 |
| Hex | 46 | B9 | E6 | 46 | 14 | 0 | A | C5 | 4C | 3B |
| Octal | 106 | 271 | 346 | 106 | 24 | 0 | 12 | 305 | 114 | 73 |
| Binary | 1000110 | 10111001 | 11100110 | 1000110 | 10100 | 0 | 1010 | 11000101 | 1001100 | 111011 |
Color Harmonies of #46B9E6
Complementary color
Monochromatic Colors of #46B9E6
Black with #46B9E6
Text Example
Text Example
White with #46B9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B9E6; }
p { color: rgb(70,185,230); }
H1.HeaderClassName
{
color: #46B9E6;
}
.AnyTagClassName
{
color: #46B9E6;
}
</style>
background-color css
<style>
a { background-color: #46B9E6; }
a { background-color: rgb(70,185,230); }
div.DivClassName
{
background-color: #46B9E6;
}
.BgClassName
{
background-color: #46B9E6;
}
</style>
border-color css
<style>
span { border-color: #46B9E6; }
span { border-color: rgb(70,185,230); }
td.TdClassName
{
border-color: #46B9E6;
}
.TagClassName
{
border-color: #46B9E6;
}
</style>