Shades of Space Shuttle #46433D
Tints of Space Shuttle #46433D
RGB
CMYK
RGB Variations
Color information
#46433D (or 0x46433D) is known color: Space Shuttle. HEX triplet: 46, 43 and 3D. RGB value is (70,67,61). Sum of RGB (Red+Green+Blue) = 70+67+61=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 70 - color contains mainly: red. Hex color #46433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46433D is #B9BCC2. Grayscale: #434343. Windows color (decimal): -12172483 or 4014918. OLE color: 4014918.
HSL color Cylindrical-coordinate representation of color #46433D: hue angle of 40º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #46433D is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 67 | 61 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.73 |
| HSL | 40º | 0.07% | 0.26% | - |
| HSV(B) | 40º | 0.13% | 0.27% | - |
| XYZ | 5.38 | 5.65 | 5.22 | - |
| YUV | 67.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 61 | 0 | 0.04 | 0.13 | 0.73 | 40 | 0.07 | 0.26 |
| Hex | 46 | 43 | 3D | 0 | 4 | D | 49 | 28 | 7 | 1A |
| Octal | 106 | 103 | 75 | 0 | 4 | 15 | 111 | 50 | 7 | 32 |
| Binary | 1000110 | 1000011 | 111101 | 0 | 100 | 1101 | 1001001 | 101000 | 111 | 11010 |
Color Harmonies of #46433D
Complementary color
Monochromatic Colors of #46433D
Black with #46433D
Text Example
Text Example
White with #46433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46433D; }
p { color: rgb(70,67,61); }
H1.HeaderClassName
{
color: #46433D;
}
.AnyTagClassName
{
color: #46433D;
}
</style>
background-color css
<style>
a { background-color: #46433D; }
a { background-color: rgb(70,67,61); }
div.DivClassName
{
background-color: #46433D;
}
.BgClassName
{
background-color: #46433D;
}
</style>
border-color css
<style>
span { border-color: #46433D; }
span { border-color: rgb(70,67,61); }
td.TdClassName
{
border-color: #46433D;
}
.TagClassName
{
border-color: #46433D;
}
</style>