Shades of Summer Sky #46B7FF
Tints of Summer Sky #46B7FF
RGB
CMYK
RGB Variations
Color information
#46B7FF (or 0x46B7FF) is known color: Summer Sky. HEX triplet: 46, B7 and FF. RGB value is (70,183,255). Sum of RGB (Red+Green+Blue) = 70+183+255=508 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.78% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #46B7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46B7FF is #B94800. Grayscale: #9D9D9D. Windows color (decimal): -12142593 or 16758598. OLE color: 16758598.
HSL color Cylindrical-coordinate representation of color #46B7FF: hue angle of 203.35º 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 #46B7FF is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 183 | 255 | - |
| CMYK | 0.73 | 0.28 | 0 | 0 |
| HSL | 203.35º | 1% | 0.64% | - |
| HSV(B) | 203.35º | 0.73% | 1% | - |
| XYZ | 37.51 | 42.39 | 100.81 | - |
| YUV | 157.42 | 183.06 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 183 | 255 | 0.73 | 0.28 | 0 | 0 | 203.35 | 1 | 0.64 |
| Hex | 46 | B7 | FF | 49 | 1C | 0 | 0 | CB | 64 | 40 |
| Octal | 106 | 267 | 377 | 111 | 34 | 0 | 0 | 313 | 144 | 100 |
| Binary | 1000110 | 10110111 | 11111111 | 1001001 | 11100 | 0 | 0 | 11001011 | 1100100 | 1000000 |
Color Harmonies of #46B7FF
Complementary color
Monochromatic Colors of #46B7FF
Black with #46B7FF
Text Example
Text Example
White with #46B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B7FF; }
p { color: rgb(70,183,255); }
H1.HeaderClassName
{
color: #46B7FF;
}
.AnyTagClassName
{
color: #46B7FF;
}
</style>
background-color css
<style>
a { background-color: #46B7FF; }
a { background-color: rgb(70,183,255); }
div.DivClassName
{
background-color: #46B7FF;
}
.BgClassName
{
background-color: #46B7FF;
}
</style>
border-color css
<style>
span { border-color: #46B7FF; }
span { border-color: rgb(70,183,255); }
td.TdClassName
{
border-color: #46B7FF;
}
.TagClassName
{
border-color: #46B7FF;
}
</style>