Shades of Space Shuttle #47403B
Tints of Space Shuttle #47403B
RGB
CMYK
RGB Variations
Color information
#47403B (or 0x47403B) is known color: Space Shuttle. HEX triplet: 47, 40 and 3B. RGB value is (71,64,59). Sum of RGB (Red+Green+Blue) = 71+64+59=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 71 - color contains mainly: red. Hex color #47403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47403B is #B8BFC4. Grayscale: #414141. Windows color (decimal): -12107717 or 3883079. OLE color: 3883079.
HSL color Cylindrical-coordinate representation of color #47403B: hue angle of 25º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #47403B is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 64 | 59 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.72 |
| HSL | 25º | 0.09% | 0.25% | - |
| HSV(B) | 25º | 0.17% | 0.28% | - |
| XYZ | 5.22 | 5.32 | 4.89 | - |
| YUV | 65.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 59 | 0 | 0.10 | 0.17 | 0.72 | 25 | 0.09 | 0.25 |
| Hex | 47 | 40 | 3B | 0 | A | 11 | 48 | 19 | 9 | 19 |
| Octal | 107 | 100 | 73 | 0 | 12 | 21 | 110 | 31 | 11 | 31 |
| Binary | 1000111 | 1000000 | 111011 | 0 | 1010 | 10001 | 1001000 | 11001 | 1001 | 11001 |
Color Harmonies of #47403B
Complementary color
Monochromatic Colors of #47403B
Black with #47403B
Text Example
Text Example
White with #47403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47403B; }
p { color: rgb(71,64,59); }
H1.HeaderClassName
{
color: #47403B;
}
.AnyTagClassName
{
color: #47403B;
}
</style>
background-color css
<style>
a { background-color: #47403B; }
a { background-color: rgb(71,64,59); }
div.DivClassName
{
background-color: #47403B;
}
.BgClassName
{
background-color: #47403B;
}
</style>
border-color css
<style>
span { border-color: #47403B; }
span { border-color: rgb(71,64,59); }
td.TdClassName
{
border-color: #47403B;
}
.TagClassName
{
border-color: #47403B;
}
</style>