Shades of Summer Sky #46A8FF
Tints of Summer Sky #46A8FF
RGB
CMYK
RGB Variations
Color information
#46A8FF (or 0x46A8FF) is known color: Summer Sky. HEX triplet: 46, A8 and FF. RGB value is (70,168,255). Sum of RGB (Red+Green+Blue) = 70+168+255=493 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.20% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #46A8FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A8FF is #B95700. Grayscale: #949494. Windows color (decimal): -12146433 or 16754758. OLE color: 16754758.
HSL color Cylindrical-coordinate representation of color #46A8FF: hue angle of 208.22º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46A8FF is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 168 | 255 | - |
| CMYK | 0.73 | 0.34 | 0 | 0 |
| HSL | 208.22º | 1% | 0.64% | - |
| HSV(B) | 208.22º | 0.73% | 1% | - |
| XYZ | 34.58 | 36.53 | 99.84 | - |
| YUV | 148.62 | 188.03 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 255 | 0.73 | 0.34 | 0 | 0 | 208.22 | 1 | 0.64 |
| Hex | 46 | A8 | FF | 49 | 22 | 0 | 0 | D0 | 64 | 40 |
| Octal | 106 | 250 | 377 | 111 | 42 | 0 | 0 | 320 | 144 | 100 |
| Binary | 1000110 | 10101000 | 11111111 | 1001001 | 100010 | 0 | 0 | 11010000 | 1100100 | 1000000 |
Color Harmonies of #46A8FF
Complementary color
Monochromatic Colors of #46A8FF
Black with #46A8FF
Text Example
Text Example
White with #46A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A8FF; }
p { color: rgb(70,168,255); }
H1.HeaderClassName
{
color: #46A8FF;
}
.AnyTagClassName
{
color: #46A8FF;
}
</style>
background-color css
<style>
a { background-color: #46A8FF; }
a { background-color: rgb(70,168,255); }
div.DivClassName
{
background-color: #46A8FF;
}
.BgClassName
{
background-color: #46A8FF;
}
</style>
border-color css
<style>
span { border-color: #46A8FF; }
span { border-color: rgb(70,168,255); }
td.TdClassName
{
border-color: #46A8FF;
}
.TagClassName
{
border-color: #46A8FF;
}
</style>