Shades of Summer Sky #46A8FC
Tints of Summer Sky #46A8FC
RGB
CMYK
RGB Variations
Color information
#46A8FC (or 0x46A8FC) is known color: Summer Sky. HEX triplet: 46, A8 and FC. RGB value is (70,168,252). Sum of RGB (Red+Green+Blue) = 70+168+252=490 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.29% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #46A8FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A8FC is #B95703. Grayscale: #939393. Windows color (decimal): -12146436 or 16558150. OLE color: 16558150.
HSL color Cylindrical-coordinate representation of color #46A8FC: hue angle of 207.69º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46A8FC is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 168 | 252 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.01 |
| HSL | 207.69º | 0.97% | 0.63% | - |
| HSV(B) | 207.69º | 0.72% | 0.99% | - |
| XYZ | 34.1 | 36.34 | 97.31 | - |
| YUV | 148.27 | 186.53 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 252 | 0.72 | 0.33 | 0 | 0.01 | 207.69 | 0.97 | 0.63 |
| Hex | 46 | A8 | FC | 48 | 21 | 0 | 1 | D0 | 61 | 3F |
| Octal | 106 | 250 | 374 | 110 | 41 | 0 | 1 | 320 | 141 | 77 |
| Binary | 1000110 | 10101000 | 11111100 | 1001000 | 100001 | 0 | 1 | 11010000 | 1100001 | 111111 |
Color Harmonies of #46A8FC
Complementary color
Monochromatic Colors of #46A8FC
Black with #46A8FC
Text Example
Text Example
White with #46A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A8FC; }
p { color: rgb(70,168,252); }
H1.HeaderClassName
{
color: #46A8FC;
}
.AnyTagClassName
{
color: #46A8FC;
}
</style>
background-color css
<style>
a { background-color: #46A8FC; }
a { background-color: rgb(70,168,252); }
div.DivClassName
{
background-color: #46A8FC;
}
.BgClassName
{
background-color: #46A8FC;
}
</style>
border-color css
<style>
span { border-color: #46A8FC; }
span { border-color: rgb(70,168,252); }
td.TdClassName
{
border-color: #46A8FC;
}
.TagClassName
{
border-color: #46A8FC;
}
</style>