Shades of Space Shuttle #47403A
Tints of Space Shuttle #47403A
RGB
CMYK
RGB Variations
Color information
#47403A (or 0x47403A) is known color: Space Shuttle. HEX triplet: 47, 40 and 3A. RGB value is (71,64,58). Sum of RGB (Red+Green+Blue) = 71+64+58=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 71 - color contains mainly: red. Hex color #47403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47403A is #B8BFC5. Grayscale: #414141. Windows color (decimal): -12107718 or 3817543. OLE color: 3817543.
HSL color Cylindrical-coordinate representation of color #47403A: hue angle of 27.69º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #47403A is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 64 | 58 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.72 |
| HSL | 27.69º | 0.1% | 0.25% | - |
| HSV(B) | 27.69º | 0.18% | 0.28% | - |
| XYZ | 5.2 | 5.31 | 4.75 | - |
| YUV | 65.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 58 | 0 | 0.10 | 0.18 | 0.72 | 27.69 | 0.1 | 0.25 |
| Hex | 47 | 40 | 3A | 0 | A | 12 | 48 | 1C | A | 19 |
| Octal | 107 | 100 | 72 | 0 | 12 | 22 | 110 | 34 | 12 | 31 |
| Binary | 1000111 | 1000000 | 111010 | 0 | 1010 | 10010 | 1001000 | 11100 | 1010 | 11001 |
Color Harmonies of #47403A
Complementary color
Monochromatic Colors of #47403A
Black with #47403A
Text Example
Text Example
White with #47403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47403A; }
p { color: rgb(71,64,58); }
H1.HeaderClassName
{
color: #47403A;
}
.AnyTagClassName
{
color: #47403A;
}
</style>
background-color css
<style>
a { background-color: #47403A; }
a { background-color: rgb(71,64,58); }
div.DivClassName
{
background-color: #47403A;
}
.BgClassName
{
background-color: #47403A;
}
</style>
border-color css
<style>
span { border-color: #47403A; }
span { border-color: rgb(71,64,58); }
td.TdClassName
{
border-color: #47403A;
}
.TagClassName
{
border-color: #47403A;
}
</style>