Shades of Astronaut #46507D
Tints of Astronaut #46507D
RGB
CMYK
RGB Variations
Color information
#46507D (or 0x46507D) is known color: Astronaut. HEX triplet: 46, 50 and 7D. RGB value is (70,80,125). Sum of RGB (Red+Green+Blue) = 70+80+125=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #46507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46507D is #B9AF82. Grayscale: #515151. Windows color (decimal): -12169091 or 8212550. OLE color: 8212550.
HSL color Cylindrical-coordinate representation of color #46507D: hue angle of 229.09º degrees, saturation: 0.28, 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 #46507D is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 80 | 125 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.51 |
| HSL | 229.09º | 0.28% | 0.38% | - |
| HSV(B) | 229.09º | 0.44% | 0.49% | - |
| XYZ | 9.1 | 8.52 | 20.57 | - |
| YUV | 82.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 125 | 0.44 | 0.36 | 0 | 0.51 | 229.09 | 0.28 | 0.38 |
| Hex | 46 | 50 | 7D | 2C | 24 | 0 | 33 | E5 | 1C | 26 |
| Octal | 106 | 120 | 175 | 54 | 44 | 0 | 63 | 345 | 34 | 46 |
| Binary | 1000110 | 1010000 | 1111101 | 101100 | 100100 | 0 | 110011 | 11100101 | 11100 | 100110 |
Color Harmonies of #46507D
Complementary color
Monochromatic Colors of #46507D
Black with #46507D
Text Example
Text Example
White with #46507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46507D; }
p { color: rgb(70,80,125); }
H1.HeaderClassName
{
color: #46507D;
}
.AnyTagClassName
{
color: #46507D;
}
</style>
background-color css
<style>
a { background-color: #46507D; }
a { background-color: rgb(70,80,125); }
div.DivClassName
{
background-color: #46507D;
}
.BgClassName
{
background-color: #46507D;
}
</style>
border-color css
<style>
span { border-color: #46507D; }
span { border-color: rgb(70,80,125); }
td.TdClassName
{
border-color: #46507D;
}
.TagClassName
{
border-color: #46507D;
}
</style>