Shades of Astronaut #46507E
Tints of Astronaut #46507E
RGB
CMYK
RGB Variations
Color information
#46507E (or 0x46507E) is known color: Astronaut. HEX triplet: 46, 50 and 7E. RGB value is (70,80,126). Sum of RGB (Red+Green+Blue) = 70+80+126=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #46507E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46507E is #B9AF81. Grayscale: #525252. Windows color (decimal): -12169090 or 8278086. OLE color: 8278086.
HSL color Cylindrical-coordinate representation of color #46507E: hue angle of 229.29º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46507E is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 80 | 126 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.51 |
| HSL | 229.29º | 0.29% | 0.38% | - |
| HSV(B) | 229.29º | 0.44% | 0.49% | - |
| XYZ | 9.16 | 8.55 | 20.91 | - |
| YUV | 82.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 126 | 0.44 | 0.37 | 0 | 0.51 | 229.29 | 0.29 | 0.38 |
| Hex | 46 | 50 | 7E | 2C | 25 | 0 | 33 | E5 | 1D | 26 |
| Octal | 106 | 120 | 176 | 54 | 45 | 0 | 63 | 345 | 35 | 46 |
| Binary | 1000110 | 1010000 | 1111110 | 101100 | 100101 | 0 | 110011 | 11100101 | 11101 | 100110 |
Color Harmonies of #46507E
Complementary color
Monochromatic Colors of #46507E
Black with #46507E
Text Example
Text Example
White with #46507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46507E; }
p { color: rgb(70,80,126); }
H1.HeaderClassName
{
color: #46507E;
}
.AnyTagClassName
{
color: #46507E;
}
</style>
background-color css
<style>
a { background-color: #46507E; }
a { background-color: rgb(70,80,126); }
div.DivClassName
{
background-color: #46507E;
}
.BgClassName
{
background-color: #46507E;
}
</style>
border-color css
<style>
span { border-color: #46507E; }
span { border-color: rgb(70,80,126); }
td.TdClassName
{
border-color: #46507E;
}
.TagClassName
{
border-color: #46507E;
}
</style>