Shades of Space Shuttle #46403A
Tints of Space Shuttle #46403A
RGB
CMYK
RGB Variations
Color information
#46403A (or 0x46403A) is known color: Space Shuttle. HEX triplet: 46, 40 and 3A. RGB value is (70,64,58). Sum of RGB (Red+Green+Blue) = 70+64+58=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 70 - color contains mainly: red. Hex color #46403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46403A is #B9BFC5. Grayscale: #414141. Windows color (decimal): -12173254 or 3817542. OLE color: 3817542.
HSL color Cylindrical-coordinate representation of color #46403A: hue angle of 30º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #46403A is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 64 | 58 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.73 |
| HSL | 30º | 0.09% | 0.25% | - |
| HSV(B) | 30º | 0.17% | 0.27% | - |
| XYZ | 5.12 | 5.27 | 4.75 | - |
| YUV | 65.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 58 | 0 | 0.09 | 0.17 | 0.73 | 30 | 0.09 | 0.25 |
| Hex | 46 | 40 | 3A | 0 | 9 | 11 | 49 | 1E | 9 | 19 |
| Octal | 106 | 100 | 72 | 0 | 11 | 21 | 111 | 36 | 11 | 31 |
| Binary | 1000110 | 1000000 | 111010 | 0 | 1001 | 10001 | 1001001 | 11110 | 1001 | 11001 |
Color Harmonies of #46403A
Complementary color
Monochromatic Colors of #46403A
Black with #46403A
Text Example
Text Example
White with #46403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46403A; }
p { color: rgb(70,64,58); }
H1.HeaderClassName
{
color: #46403A;
}
.AnyTagClassName
{
color: #46403A;
}
</style>
background-color css
<style>
a { background-color: #46403A; }
a { background-color: rgb(70,64,58); }
div.DivClassName
{
background-color: #46403A;
}
.BgClassName
{
background-color: #46403A;
}
</style>
border-color css
<style>
span { border-color: #46403A; }
span { border-color: rgb(70,64,58); }
td.TdClassName
{
border-color: #46403A;
}
.TagClassName
{
border-color: #46403A;
}
</style>