Shades of Space Shuttle #46403B
Tints of Space Shuttle #46403B
RGB
CMYK
RGB Variations
Color information
#46403B (or 0x46403B) is known color: Space Shuttle. HEX triplet: 46, 40 and 3B. RGB value is (70,64,59). Sum of RGB (Red+Green+Blue) = 70+64+59=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 70 - color contains mainly: red. Hex color #46403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46403B is #B9BFC4. Grayscale: #414141. Windows color (decimal): -12173253 or 3883078. OLE color: 3883078.
HSL color Cylindrical-coordinate representation of color #46403B: hue angle of 27.27º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #46403B is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 64 | 59 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.73 |
| HSL | 27.27º | 0.09% | 0.25% | - |
| HSV(B) | 27.27º | 0.16% | 0.27% | - |
| XYZ | 5.15 | 5.28 | 4.89 | - |
| YUV | 65.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 59 | 0 | 0.09 | 0.16 | 0.73 | 27.27 | 0.09 | 0.25 |
| Hex | 46 | 40 | 3B | 0 | 9 | 10 | 49 | 1B | 9 | 19 |
| Octal | 106 | 100 | 73 | 0 | 11 | 20 | 111 | 33 | 11 | 31 |
| Binary | 1000110 | 1000000 | 111011 | 0 | 1001 | 10000 | 1001001 | 11011 | 1001 | 11001 |
Color Harmonies of #46403B
Complementary color
Monochromatic Colors of #46403B
Black with #46403B
Text Example
Text Example
White with #46403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46403B; }
p { color: rgb(70,64,59); }
H1.HeaderClassName
{
color: #46403B;
}
.AnyTagClassName
{
color: #46403B;
}
</style>
background-color css
<style>
a { background-color: #46403B; }
a { background-color: rgb(70,64,59); }
div.DivClassName
{
background-color: #46403B;
}
.BgClassName
{
background-color: #46403B;
}
</style>
border-color css
<style>
span { border-color: #46403B; }
span { border-color: rgb(70,64,59); }
td.TdClassName
{
border-color: #46403B;
}
.TagClassName
{
border-color: #46403B;
}
</style>