Shades of Space Shuttle #474543
Tints of Space Shuttle #474543
RGB
CMYK
RGB Variations
Color information
#474543 (or 0x474543) is known color: Space Shuttle. HEX triplet: 47, 45 and 43. RGB value is (71,69,67). Sum of RGB (Red+Green+Blue) = 71+69+67=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 71 - color contains mainly: red. Hex color #474543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474543 is #B8BABC. Grayscale: #454545. Windows color (decimal): -12106429 or 4408647. OLE color: 4408647.
HSL color Cylindrical-coordinate representation of color #474543: hue angle of 30º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #474543 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 69 | 67 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.72 |
| HSL | 30º | 0.03% | 0.27% | - |
| HSV(B) | 30º | 0.06% | 0.28% | - |
| XYZ | 5.74 | 6 | 6.17 | - |
| YUV | 69.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 67 | 0 | 0.03 | 0.06 | 0.72 | 30 | 0.03 | 0.27 |
| Hex | 47 | 45 | 43 | 0 | 3 | 6 | 48 | 1E | 3 | 1B |
| Octal | 107 | 105 | 103 | 0 | 3 | 6 | 110 | 36 | 3 | 33 |
| Binary | 1000111 | 1000101 | 1000011 | 0 | 11 | 110 | 1001000 | 11110 | 11 | 11011 |
Color Harmonies of #474543
Complementary color
Monochromatic Colors of #474543
Black with #474543
Text Example
Text Example
White with #474543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474543; }
p { color: rgb(71,69,67); }
H1.HeaderClassName
{
color: #474543;
}
.AnyTagClassName
{
color: #474543;
}
</style>
background-color css
<style>
a { background-color: #474543; }
a { background-color: rgb(71,69,67); }
div.DivClassName
{
background-color: #474543;
}
.BgClassName
{
background-color: #474543;
}
</style>
border-color css
<style>
span { border-color: #474543; }
span { border-color: rgb(71,69,67); }
td.TdClassName
{
border-color: #474543;
}
.TagClassName
{
border-color: #474543;
}
</style>