Shades of Summer Sky #46B5FF
Tints of Summer Sky #46B5FF
RGB
CMYK
RGB Variations
Color information
#46B5FF (or 0x46B5FF) is known color: Summer Sky. HEX triplet: 46, B5 and FF. RGB value is (70,181,255). Sum of RGB (Red+Green+Blue) = 70+181+255=506 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.83% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #46B5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46B5FF is #B94A00. Grayscale: #9B9B9B. Windows color (decimal): -12143105 or 16758086. OLE color: 16758086.
HSL color Cylindrical-coordinate representation of color #46B5FF: hue angle of 204º 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 #46B5FF is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 181 | 255 | - |
| CMYK | 0.73 | 0.29 | 0 | 0 |
| HSL | 204º | 1% | 0.64% | - |
| HSV(B) | 204º | 0.73% | 1% | - |
| XYZ | 37.1 | 41.57 | 100.68 | - |
| YUV | 156.25 | 183.73 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 181 | 255 | 0.73 | 0.29 | 0 | 0 | 204 | 1 | 0.64 |
| Hex | 46 | B5 | FF | 49 | 1D | 0 | 0 | CC | 64 | 40 |
| Octal | 106 | 265 | 377 | 111 | 35 | 0 | 0 | 314 | 144 | 100 |
| Binary | 1000110 | 10110101 | 11111111 | 1001001 | 11101 | 0 | 0 | 11001100 | 1100100 | 1000000 |
Color Harmonies of #46B5FF
Complementary color
Monochromatic Colors of #46B5FF
Black with #46B5FF
Text Example
Text Example
White with #46B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B5FF; }
p { color: rgb(70,181,255); }
H1.HeaderClassName
{
color: #46B5FF;
}
.AnyTagClassName
{
color: #46B5FF;
}
</style>
background-color css
<style>
a { background-color: #46B5FF; }
a { background-color: rgb(70,181,255); }
div.DivClassName
{
background-color: #46B5FF;
}
.BgClassName
{
background-color: #46B5FF;
}
</style>
border-color css
<style>
span { border-color: #46B5FF; }
span { border-color: rgb(70,181,255); }
td.TdClassName
{
border-color: #46B5FF;
}
.TagClassName
{
border-color: #46B5FF;
}
</style>