Shades of Summer Sky #46A9FF
Tints of Summer Sky #46A9FF
RGB
CMYK
RGB Variations
Color information
#46A9FF (or 0x46A9FF) is known color: Summer Sky. HEX triplet: 46, A9 and FF. RGB value is (70,169,255). Sum of RGB (Red+Green+Blue) = 70+169+255=494 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.17% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #46A9FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A9FF is #B95600. Grayscale: #949494. Windows color (decimal): -12146177 or 16755014. OLE color: 16755014.
HSL color Cylindrical-coordinate representation of color #46A9FF: hue angle of 207.89º 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 #46A9FF is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 169 | 255 | - |
| CMYK | 0.73 | 0.34 | 0 | 0 |
| HSL | 207.89º | 1% | 0.64% | - |
| HSV(B) | 207.89º | 0.73% | 1% | - |
| XYZ | 34.76 | 36.9 | 99.9 | - |
| YUV | 149.2 | 187.7 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 169 | 255 | 0.73 | 0.34 | 0 | 0 | 207.89 | 1 | 0.64 |
| Hex | 46 | A9 | FF | 49 | 22 | 0 | 0 | D0 | 64 | 40 |
| Octal | 106 | 251 | 377 | 111 | 42 | 0 | 0 | 320 | 144 | 100 |
| Binary | 1000110 | 10101001 | 11111111 | 1001001 | 100010 | 0 | 0 | 11010000 | 1100100 | 1000000 |
Color Harmonies of #46A9FF
Complementary color
Monochromatic Colors of #46A9FF
Black with #46A9FF
Text Example
Text Example
White with #46A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A9FF; }
p { color: rgb(70,169,255); }
H1.HeaderClassName
{
color: #46A9FF;
}
.AnyTagClassName
{
color: #46A9FF;
}
</style>
background-color css
<style>
a { background-color: #46A9FF; }
a { background-color: rgb(70,169,255); }
div.DivClassName
{
background-color: #46A9FF;
}
.BgClassName
{
background-color: #46A9FF;
}
</style>
border-color css
<style>
span { border-color: #46A9FF; }
span { border-color: rgb(70,169,255); }
td.TdClassName
{
border-color: #46A9FF;
}
.TagClassName
{
border-color: #46A9FF;
}
</style>