Shades of Summer Sky #46A8EA
Tints of Summer Sky #46A8EA
RGB
CMYK
RGB Variations
Color information
#46A8EA (or 0x46A8EA) is known color: Summer Sky. HEX triplet: 46, A8 and EA. RGB value is (70,168,234). Sum of RGB (Red+Green+Blue) = 70+168+234=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #46A8EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A8EA is #B95715. Grayscale: #919191. Windows color (decimal): -12146454 or 15378502. OLE color: 15378502.
HSL color Cylindrical-coordinate representation of color #46A8EA: hue angle of 204.15º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46A8EA is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 168 | 234 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.08 |
| HSL | 204.15º | 0.8% | 0.6% | - |
| HSV(B) | 204.15º | 0.7% | 0.92% | - |
| XYZ | 31.38 | 35.25 | 82.99 | - |
| YUV | 146.22 | 177.53 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 168 | 234 | 0.70 | 0.28 | 0 | 0.08 | 204.15 | 0.8 | 0.6 |
| Hex | 46 | A8 | EA | 46 | 1C | 0 | 8 | CC | 50 | 3C |
| Octal | 106 | 250 | 352 | 106 | 34 | 0 | 10 | 314 | 120 | 74 |
| Binary | 1000110 | 10101000 | 11101010 | 1000110 | 11100 | 0 | 1000 | 11001100 | 1010000 | 111100 |
Color Harmonies of #46A8EA
Complementary color
Monochromatic Colors of #46A8EA
Black with #46A8EA
Text Example
Text Example
White with #46A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A8EA; }
p { color: rgb(70,168,234); }
H1.HeaderClassName
{
color: #46A8EA;
}
.AnyTagClassName
{
color: #46A8EA;
}
</style>
background-color css
<style>
a { background-color: #46A8EA; }
a { background-color: rgb(70,168,234); }
div.DivClassName
{
background-color: #46A8EA;
}
.BgClassName
{
background-color: #46A8EA;
}
</style>
border-color css
<style>
span { border-color: #46A8EA; }
span { border-color: rgb(70,168,234); }
td.TdClassName
{
border-color: #46A8EA;
}
.TagClassName
{
border-color: #46A8EA;
}
</style>