Shades of Space Shuttle #47423E
Tints of Space Shuttle #47423E
RGB
CMYK
RGB Variations
Color information
#47423E (or 0x47423E) is known color: Space Shuttle. HEX triplet: 47, 42 and 3E. RGB value is (71,66,62). Sum of RGB (Red+Green+Blue) = 71+66+62=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 71 - color contains mainly: red. Hex color #47423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47423E is #B8BDC1. Grayscale: #434343. Windows color (decimal): -12107202 or 4080199. OLE color: 4080199.
HSL color Cylindrical-coordinate representation of color #47423E: hue angle of 26.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #47423E is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 66 | 62 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.72 |
| HSL | 26.67º | 0.07% | 0.26% | - |
| HSV(B) | 26.67º | 0.13% | 0.28% | - |
| XYZ | 5.42 | 5.58 | 5.35 | - |
| YUV | 67.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 62 | 0 | 0.07 | 0.13 | 0.72 | 26.67 | 0.07 | 0.26 |
| Hex | 47 | 42 | 3E | 0 | 7 | D | 48 | 1B | 7 | 1A |
| Octal | 107 | 102 | 76 | 0 | 7 | 15 | 110 | 33 | 7 | 32 |
| Binary | 1000111 | 1000010 | 111110 | 0 | 111 | 1101 | 1001000 | 11011 | 111 | 11010 |
Color Harmonies of #47423E
Complementary color
Monochromatic Colors of #47423E
Black with #47423E
Text Example
Text Example
White with #47423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47423E; }
p { color: rgb(71,66,62); }
H1.HeaderClassName
{
color: #47423E;
}
.AnyTagClassName
{
color: #47423E;
}
</style>
background-color css
<style>
a { background-color: #47423E; }
a { background-color: rgb(71,66,62); }
div.DivClassName
{
background-color: #47423E;
}
.BgClassName
{
background-color: #47423E;
}
</style>
border-color css
<style>
span { border-color: #47423E; }
span { border-color: rgb(71,66,62); }
td.TdClassName
{
border-color: #47423E;
}
.TagClassName
{
border-color: #47423E;
}
</style>