Shades of Summer Sky #46A8F8
Tints of Summer Sky #46A8F8
RGB
CMYK
RGB Variations
Color information
#46A8F8 (or 0x46A8F8) is known color: Summer Sky. HEX triplet: 46, A8 and F8. RGB value is (70,168,248). Sum of RGB (Red+Green+Blue) = 70+168+248=486 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.40% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #46A8F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A8F8 is #B95707. Grayscale: #939393. Windows color (decimal): -12146440 or 16296006. OLE color: 16296006.
HSL color Cylindrical-coordinate representation of color #46A8F8: hue angle of 206.97º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46A8F8 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 168 | 248 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.03 |
| HSL | 206.97º | 0.93% | 0.62% | - |
| HSV(B) | 206.97º | 0.72% | 0.97% | - |
| XYZ | 33.47 | 36.08 | 94.01 | - |
| YUV | 147.82 | 184.53 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 248 | 0.72 | 0.32 | 0 | 0.03 | 206.97 | 0.93 | 0.62 |
| Hex | 46 | A8 | F8 | 48 | 20 | 0 | 3 | CF | 5D | 3E |
| Octal | 106 | 250 | 370 | 110 | 40 | 0 | 3 | 317 | 135 | 76 |
| Binary | 1000110 | 10101000 | 11111000 | 1001000 | 100000 | 0 | 11 | 11001111 | 1011101 | 111110 |
Color Harmonies of #46A8F8
Complementary color
Monochromatic Colors of #46A8F8
Black with #46A8F8
Text Example
Text Example
White with #46A8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A8F8; }
p { color: rgb(70,168,248); }
H1.HeaderClassName
{
color: #46A8F8;
}
.AnyTagClassName
{
color: #46A8F8;
}
</style>
background-color css
<style>
a { background-color: #46A8F8; }
a { background-color: rgb(70,168,248); }
div.DivClassName
{
background-color: #46A8F8;
}
.BgClassName
{
background-color: #46A8F8;
}
</style>
border-color css
<style>
span { border-color: #46A8F8; }
span { border-color: rgb(70,168,248); }
td.TdClassName
{
border-color: #46A8F8;
}
.TagClassName
{
border-color: #46A8F8;
}
</style>