Shades of Space Shuttle #4F463E
Tints of Space Shuttle #4F463E
RGB
CMYK
RGB Variations
Color information
#4F463E (or 0x4F463E) is known color: Space Shuttle. HEX triplet: 4F, 46 and 3E. RGB value is (79,70,62). Sum of RGB (Red+Green+Blue) = 79+70+62=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 79 - color contains mainly: red. Hex color #4F463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F463E is #B0B9C1. Grayscale: #474747. Windows color (decimal): -11581890 or 4081231. OLE color: 4081231.
HSL color Cylindrical-coordinate representation of color #4F463E: hue angle of 28.24º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F463E is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 70 | 62 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.69 |
| HSL | 28.24º | 0.12% | 0.28% | - |
| HSV(B) | 28.24º | 0.22% | 0.31% | - |
| XYZ | 6.28 | 6.39 | 5.46 | - |
| YUV | 71.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 62 | 0 | 0.11 | 0.22 | 0.69 | 28.24 | 0.12 | 0.28 |
| Hex | 4F | 46 | 3E | 0 | B | 16 | 45 | 1C | C | 1C |
| Octal | 117 | 106 | 76 | 0 | 13 | 26 | 105 | 34 | 14 | 34 |
| Binary | 1001111 | 1000110 | 111110 | 0 | 1011 | 10110 | 1000101 | 11100 | 1100 | 11100 |
Color Harmonies of #4F463E
Complementary color
Monochromatic Colors of #4F463E
Black with #4F463E
Text Example
Text Example
White with #4F463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F463E; }
p { color: rgb(79,70,62); }
H1.HeaderClassName
{
color: #4F463E;
}
.AnyTagClassName
{
color: #4F463E;
}
</style>
background-color css
<style>
a { background-color: #4F463E; }
a { background-color: rgb(79,70,62); }
div.DivClassName
{
background-color: #4F463E;
}
.BgClassName
{
background-color: #4F463E;
}
</style>
border-color css
<style>
span { border-color: #4F463E; }
span { border-color: rgb(79,70,62); }
td.TdClassName
{
border-color: #4F463E;
}
.TagClassName
{
border-color: #4F463E;
}
</style>