Shades of Space Shuttle #473F35
Tints of Space Shuttle #473F35
RGB
CMYK
RGB Variations
Color information
#473F35 (or 0x473F35) is known color: Space Shuttle. HEX triplet: 47, 3F and 35. RGB value is (71,63,53). Sum of RGB (Red+Green+Blue) = 71+63+53=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #473F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F35 is #B8C0CA. Grayscale: #404040. Windows color (decimal): -12107979 or 3489607. OLE color: 3489607.
HSL color Cylindrical-coordinate representation of color #473F35: hue angle of 33.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #473F35 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 53 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.72 |
| HSL | 33.33º | 0.15% | 0.24% | - |
| HSV(B) | 33.33º | 0.25% | 0.28% | - |
| XYZ | 5.02 | 5.15 | 4.1 | - |
| YUV | 64.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 53 | 0 | 0.11 | 0.25 | 0.72 | 33.33 | 0.15 | 0.24 |
| Hex | 47 | 3F | 35 | 0 | B | 19 | 48 | 21 | F | 18 |
| Octal | 107 | 77 | 65 | 0 | 13 | 31 | 110 | 41 | 17 | 30 |
| Binary | 1000111 | 111111 | 110101 | 0 | 1011 | 11001 | 1001000 | 100001 | 1111 | 11000 |
Color Harmonies of #473F35
Complementary color
Monochromatic Colors of #473F35
Black with #473F35
Text Example
Text Example
White with #473F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F35; }
p { color: rgb(71,63,53); }
H1.HeaderClassName
{
color: #473F35;
}
.AnyTagClassName
{
color: #473F35;
}
</style>
background-color css
<style>
a { background-color: #473F35; }
a { background-color: rgb(71,63,53); }
div.DivClassName
{
background-color: #473F35;
}
.BgClassName
{
background-color: #473F35;
}
</style>
border-color css
<style>
span { border-color: #473F35; }
span { border-color: rgb(71,63,53); }
td.TdClassName
{
border-color: #473F35;
}
.TagClassName
{
border-color: #473F35;
}
</style>