Shades of Space Shuttle #463F39
Tints of Space Shuttle #463F39
RGB
CMYK
RGB Variations
Color information
#463F39 (or 0x463F39) is known color: Space Shuttle. HEX triplet: 46, 3F and 39. RGB value is (70,63,57). Sum of RGB (Red+Green+Blue) = 70+63+57=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #463F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F39 is #B9C0C6. Grayscale: #404040. Windows color (decimal): -12173511 or 3751750. OLE color: 3751750.
HSL color Cylindrical-coordinate representation of color #463F39: hue angle of 27.69º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #463F39 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 57 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.73 |
| HSL | 27.69º | 0.1% | 0.25% | - |
| HSV(B) | 27.69º | 0.19% | 0.27% | - |
| XYZ | 5.04 | 5.15 | 4.6 | - |
| YUV | 64.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 57 | 0 | 0.10 | 0.19 | 0.73 | 27.69 | 0.1 | 0.25 |
| Hex | 46 | 3F | 39 | 0 | A | 13 | 49 | 1C | A | 19 |
| Octal | 106 | 77 | 71 | 0 | 12 | 23 | 111 | 34 | 12 | 31 |
| Binary | 1000110 | 111111 | 111001 | 0 | 1010 | 10011 | 1001001 | 11100 | 1010 | 11001 |
Color Harmonies of #463F39
Complementary color
Monochromatic Colors of #463F39
Black with #463F39
Text Example
Text Example
White with #463F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F39; }
p { color: rgb(70,63,57); }
H1.HeaderClassName
{
color: #463F39;
}
.AnyTagClassName
{
color: #463F39;
}
</style>
background-color css
<style>
a { background-color: #463F39; }
a { background-color: rgb(70,63,57); }
div.DivClassName
{
background-color: #463F39;
}
.BgClassName
{
background-color: #463F39;
}
</style>
border-color css
<style>
span { border-color: #463F39; }
span { border-color: rgb(70,63,57); }
td.TdClassName
{
border-color: #463F39;
}
.TagClassName
{
border-color: #463F39;
}
</style>