Shades of Summer Sky #46ABE3
Tints of Summer Sky #46ABE3
RGB
CMYK
RGB Variations
Color information
#46ABE3 (or 0x46ABE3) is known color: Summer Sky. HEX triplet: 46, AB and E3. RGB value is (70,171,227). Sum of RGB (Red+Green+Blue) = 70+171+227=468 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.96% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 227 (89.06% from 255 or 48.50% from 468); Max value from RGB is 227 - color contains mainly: blue. Hex color #46ABE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ABE3 is #B9541C. Grayscale: #929292. Windows color (decimal): -12145693 or 14920518. OLE color: 14920518.
HSL color Cylindrical-coordinate representation of color #46ABE3: hue angle of 201.4º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46ABE3 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 171 | 227 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.11 |
| HSL | 201.4º | 0.74% | 0.58% | - |
| HSV(B) | 201.4º | 0.69% | 0.89% | - |
| XYZ | 30.95 | 35.97 | 77.99 | - |
| YUV | 147.19 | 173.04 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 171 | 227 | 0.69 | 0.25 | 0 | 0.11 | 201.4 | 0.74 | 0.58 |
| Hex | 46 | AB | E3 | 45 | 19 | 0 | B | C9 | 4A | 3A |
| Octal | 106 | 253 | 343 | 105 | 31 | 0 | 13 | 311 | 112 | 72 |
| Binary | 1000110 | 10101011 | 11100011 | 1000101 | 11001 | 0 | 1011 | 11001001 | 1001010 | 111010 |
Color Harmonies of #46ABE3
Complementary color
Monochromatic Colors of #46ABE3
Black with #46ABE3
Text Example
Text Example
White with #46ABE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ABE3; }
p { color: rgb(70,171,227); }
H1.HeaderClassName
{
color: #46ABE3;
}
.AnyTagClassName
{
color: #46ABE3;
}
</style>
background-color css
<style>
a { background-color: #46ABE3; }
a { background-color: rgb(70,171,227); }
div.DivClassName
{
background-color: #46ABE3;
}
.BgClassName
{
background-color: #46ABE3;
}
</style>
border-color css
<style>
span { border-color: #46ABE3; }
span { border-color: rgb(70,171,227); }
td.TdClassName
{
border-color: #46ABE3;
}
.TagClassName
{
border-color: #46ABE3;
}
</style>