Shades of Astronaut #46537A
Tints of Astronaut #46537A
RGB
CMYK
RGB Variations
Color information
#46537A (or 0x46537A) is known color: Astronaut. HEX triplet: 46, 53 and 7A. RGB value is (70,83,122). Sum of RGB (Red+Green+Blue) = 70+83+122=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #46537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46537A is #B9AC85. Grayscale: #535353. Windows color (decimal): -12168326 or 8016710. OLE color: 8016710.
HSL color Cylindrical-coordinate representation of color #46537A: hue angle of 225º 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 #46537A is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 83 | 122 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.52 |
| HSL | 225º | 0.27% | 0.38% | - |
| HSV(B) | 225º | 0.43% | 0.48% | - |
| XYZ | 9.13 | 8.89 | 19.65 | - |
| YUV | 83.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 122 | 0.43 | 0.32 | 0 | 0.52 | 225 | 0.27 | 0.38 |
| Hex | 46 | 53 | 7A | 2B | 20 | 0 | 34 | E1 | 1B | 26 |
| Octal | 106 | 123 | 172 | 53 | 40 | 0 | 64 | 341 | 33 | 46 |
| Binary | 1000110 | 1010011 | 1111010 | 101011 | 100000 | 0 | 110100 | 11100001 | 11011 | 100110 |
Color Harmonies of #46537A
Complementary color
Monochromatic Colors of #46537A
Black with #46537A
Text Example
Text Example
White with #46537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46537A; }
p { color: rgb(70,83,122); }
H1.HeaderClassName
{
color: #46537A;
}
.AnyTagClassName
{
color: #46537A;
}
</style>
background-color css
<style>
a { background-color: #46537A; }
a { background-color: rgb(70,83,122); }
div.DivClassName
{
background-color: #46537A;
}
.BgClassName
{
background-color: #46537A;
}
</style>
border-color css
<style>
span { border-color: #46537A; }
span { border-color: rgb(70,83,122); }
td.TdClassName
{
border-color: #46537A;
}
.TagClassName
{
border-color: #46537A;
}
</style>