Shades of Summer Sky #46B2E5
Tints of Summer Sky #46B2E5
RGB
CMYK
RGB Variations
Color information
#46B2E5 (or 0x46B2E5) is known color: Summer Sky. HEX triplet: 46, B2 and E5. RGB value is (70,178,229). Sum of RGB (Red+Green+Blue) = 70+178+229=477 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.68% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #46B2E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46B2E5 is #B94D1A. Grayscale: #979797. Windows color (decimal): -12143899 or 15053382. OLE color: 15053382.
HSL color Cylindrical-coordinate representation of color #46B2E5: hue angle of 199.25º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46B2E5 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 178 | 229 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.10 |
| HSL | 199.25º | 0.75% | 0.59% | - |
| HSV(B) | 199.25º | 0.69% | 0.9% | - |
| XYZ | 32.59 | 38.8 | 79.9 | - |
| YUV | 151.52 | 171.72 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 178 | 229 | 0.69 | 0.22 | 0 | 0.10 | 199.25 | 0.75 | 0.59 |
| Hex | 46 | B2 | E5 | 45 | 16 | 0 | A | C7 | 4B | 3B |
| Octal | 106 | 262 | 345 | 105 | 26 | 0 | 12 | 307 | 113 | 73 |
| Binary | 1000110 | 10110010 | 11100101 | 1000101 | 10110 | 0 | 1010 | 11000111 | 1001011 | 111011 |
Color Harmonies of #46B2E5
Complementary color
Monochromatic Colors of #46B2E5
Black with #46B2E5
Text Example
Text Example
White with #46B2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B2E5; }
p { color: rgb(70,178,229); }
H1.HeaderClassName
{
color: #46B2E5;
}
.AnyTagClassName
{
color: #46B2E5;
}
</style>
background-color css
<style>
a { background-color: #46B2E5; }
a { background-color: rgb(70,178,229); }
div.DivClassName
{
background-color: #46B2E5;
}
.BgClassName
{
background-color: #46B2E5;
}
</style>
border-color css
<style>
span { border-color: #46B2E5; }
span { border-color: rgb(70,178,229); }
td.TdClassName
{
border-color: #46B2E5;
}
.TagClassName
{
border-color: #46B2E5;
}
</style>