Shades of Summer Sky #46B5E6
Tints of Summer Sky #46B5E6
RGB
CMYK
RGB Variations
Color information
#46B5E6 (or 0x46B5E6) is known color: Summer Sky. HEX triplet: 46, B5 and E6. RGB value is (70,181,230). Sum of RGB (Red+Green+Blue) = 70+181+230=481 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.55% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #46B5E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46B5E6 is #B94A19. Grayscale: #999999. Windows color (decimal): -12143130 or 15119686. OLE color: 15119686.
HSL color Cylindrical-coordinate representation of color #46B5E6: hue angle of 198.38º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46B5E6 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 181 | 230 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.10 |
| HSL | 198.38º | 0.76% | 0.59% | - |
| HSV(B) | 198.38º | 0.7% | 0.9% | - |
| XYZ | 33.33 | 40.06 | 80.84 | - |
| YUV | 153.4 | 171.23 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 181 | 230 | 0.70 | 0.21 | 0 | 0.10 | 198.38 | 0.76 | 0.59 |
| Hex | 46 | B5 | E6 | 46 | 15 | 0 | A | C6 | 4C | 3B |
| Octal | 106 | 265 | 346 | 106 | 25 | 0 | 12 | 306 | 114 | 73 |
| Binary | 1000110 | 10110101 | 11100110 | 1000110 | 10101 | 0 | 1010 | 11000110 | 1001100 | 111011 |
Color Harmonies of #46B5E6
Complementary color
Monochromatic Colors of #46B5E6
Black with #46B5E6
Text Example
Text Example
White with #46B5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B5E6; }
p { color: rgb(70,181,230); }
H1.HeaderClassName
{
color: #46B5E6;
}
.AnyTagClassName
{
color: #46B5E6;
}
</style>
background-color css
<style>
a { background-color: #46B5E6; }
a { background-color: rgb(70,181,230); }
div.DivClassName
{
background-color: #46B5E6;
}
.BgClassName
{
background-color: #46B5E6;
}
</style>
border-color css
<style>
span { border-color: #46B5E6; }
span { border-color: rgb(70,181,230); }
td.TdClassName
{
border-color: #46B5E6;
}
.TagClassName
{
border-color: #46B5E6;
}
</style>