Shades of Summer Sky #46BEF6
Tints of Summer Sky #46BEF6
RGB
CMYK
RGB Variations
Color information
#46BEF6 (or 0x46BEF6) is known color: Summer Sky. HEX triplet: 46, BE and F6. RGB value is (70,190,246). Sum of RGB (Red+Green+Blue) = 70+190+246=506 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.83% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #46BEF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BEF6 is #B94109. Grayscale: #A0A0A0. Windows color (decimal): -12140810 or 16170566. OLE color: 16170566.
HSL color Cylindrical-coordinate representation of color #46BEF6: hue angle of 199.09º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46BEF6 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 190 | 246 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.04 |
| HSL | 199.09º | 0.91% | 0.62% | - |
| HSV(B) | 199.09º | 0.72% | 0.96% | - |
| XYZ | 37.57 | 44.78 | 93.85 | - |
| YUV | 160.5 | 176.24 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 246 | 0.72 | 0.23 | 0 | 0.04 | 199.09 | 0.91 | 0.62 |
| Hex | 46 | BE | F6 | 48 | 17 | 0 | 4 | C7 | 5B | 3E |
| Octal | 106 | 276 | 366 | 110 | 27 | 0 | 4 | 307 | 133 | 76 |
| Binary | 1000110 | 10111110 | 11110110 | 1001000 | 10111 | 0 | 100 | 11000111 | 1011011 | 111110 |
Color Harmonies of #46BEF6
Complementary color
Monochromatic Colors of #46BEF6
Black with #46BEF6
Text Example
Text Example
White with #46BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BEF6; }
p { color: rgb(70,190,246); }
H1.HeaderClassName
{
color: #46BEF6;
}
.AnyTagClassName
{
color: #46BEF6;
}
</style>
background-color css
<style>
a { background-color: #46BEF6; }
a { background-color: rgb(70,190,246); }
div.DivClassName
{
background-color: #46BEF6;
}
.BgClassName
{
background-color: #46BEF6;
}
</style>
border-color css
<style>
span { border-color: #46BEF6; }
span { border-color: rgb(70,190,246); }
td.TdClassName
{
border-color: #46BEF6;
}
.TagClassName
{
border-color: #46BEF6;
}
</style>