Shades of Summer Sky #46A8FA
Tints of Summer Sky #46A8FA
RGB
CMYK
RGB Variations
Color information
#46A8FA (or 0x46A8FA) is known color: Summer Sky. HEX triplet: 46, A8 and FA. RGB value is (70,168,250). Sum of RGB (Red+Green+Blue) = 70+168+250=488 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.34% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #46A8FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A8FA is #B95705. Grayscale: #939393. Windows color (decimal): -12146438 or 16427078. OLE color: 16427078.
HSL color Cylindrical-coordinate representation of color #46A8FA: hue angle of 207.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46A8FA is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 168 | 250 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.02 |
| HSL | 207.33º | 0.95% | 0.63% | - |
| HSV(B) | 207.33º | 0.72% | 0.98% | - |
| XYZ | 33.78 | 36.21 | 95.65 | - |
| YUV | 148.05 | 185.53 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 250 | 0.72 | 0.33 | 0 | 0.02 | 207.33 | 0.95 | 0.63 |
| Hex | 46 | A8 | FA | 48 | 21 | 0 | 2 | CF | 5F | 3F |
| Octal | 106 | 250 | 372 | 110 | 41 | 0 | 2 | 317 | 137 | 77 |
| Binary | 1000110 | 10101000 | 11111010 | 1001000 | 100001 | 0 | 10 | 11001111 | 1011111 | 111111 |
Color Harmonies of #46A8FA
Complementary color
Monochromatic Colors of #46A8FA
Black with #46A8FA
Text Example
Text Example
White with #46A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A8FA; }
p { color: rgb(70,168,250); }
H1.HeaderClassName
{
color: #46A8FA;
}
.AnyTagClassName
{
color: #46A8FA;
}
</style>
background-color css
<style>
a { background-color: #46A8FA; }
a { background-color: rgb(70,168,250); }
div.DivClassName
{
background-color: #46A8FA;
}
.BgClassName
{
background-color: #46A8FA;
}
</style>
border-color css
<style>
span { border-color: #46A8FA; }
span { border-color: rgb(70,168,250); }
td.TdClassName
{
border-color: #46A8FA;
}
.TagClassName
{
border-color: #46A8FA;
}
</style>