Shades of Astronaut #46517A
Tints of Astronaut #46517A
RGB
CMYK
RGB Variations
Color information
#46517A (or 0x46517A) is known color: Astronaut. HEX triplet: 46, 51 and 7A. RGB value is (70,81,122). Sum of RGB (Red+Green+Blue) = 70+81+122=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #46517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46517A is #B9AE85. Grayscale: #525252. Windows color (decimal): -12168838 or 8016198. OLE color: 8016198.
HSL color Cylindrical-coordinate representation of color #46517A: hue angle of 227.31º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46517A is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 81 | 122 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.52 |
| HSL | 227.31º | 0.27% | 0.38% | - |
| HSV(B) | 227.31º | 0.43% | 0.48% | - |
| XYZ | 8.98 | 8.59 | 19.6 | - |
| YUV | 82.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 122 | 0.43 | 0.34 | 0 | 0.52 | 227.31 | 0.27 | 0.38 |
| Hex | 46 | 51 | 7A | 2B | 22 | 0 | 34 | E3 | 1B | 26 |
| Octal | 106 | 121 | 172 | 53 | 42 | 0 | 64 | 343 | 33 | 46 |
| Binary | 1000110 | 1010001 | 1111010 | 101011 | 100010 | 0 | 110100 | 11100011 | 11011 | 100110 |
Color Harmonies of #46517A
Complementary color
Monochromatic Colors of #46517A
Black with #46517A
Text Example
Text Example
White with #46517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46517A; }
p { color: rgb(70,81,122); }
H1.HeaderClassName
{
color: #46517A;
}
.AnyTagClassName
{
color: #46517A;
}
</style>
background-color css
<style>
a { background-color: #46517A; }
a { background-color: rgb(70,81,122); }
div.DivClassName
{
background-color: #46517A;
}
.BgClassName
{
background-color: #46517A;
}
</style>
border-color css
<style>
span { border-color: #46517A; }
span { border-color: rgb(70,81,122); }
td.TdClassName
{
border-color: #46517A;
}
.TagClassName
{
border-color: #46517A;
}
</style>