Shades of Space Shuttle #4F443A
Tints of Space Shuttle #4F443A
RGB
CMYK
RGB Variations
Color information
#4F443A (or 0x4F443A) is known color: Space Shuttle. HEX triplet: 4F, 44 and 3A. RGB value is (79,68,58). Sum of RGB (Red+Green+Blue) = 79+68+58=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 79 - color contains mainly: red. Hex color #4F443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F443A is #B0BBC5. Grayscale: #464646. Windows color (decimal): -11582406 or 3818575. OLE color: 3818575.
HSL color Cylindrical-coordinate representation of color #4F443A: hue angle of 28.57º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F443A is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 68 | 58 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.69 |
| HSL | 28.57º | 0.15% | 0.27% | - |
| HSV(B) | 28.57º | 0.27% | 0.31% | - |
| XYZ | 6.06 | 6.1 | 4.86 | - |
| YUV | 70.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 58 | 0 | 0.14 | 0.27 | 0.69 | 28.57 | 0.15 | 0.27 |
| Hex | 4F | 44 | 3A | 0 | E | 1B | 45 | 1D | F | 1B |
| Octal | 117 | 104 | 72 | 0 | 16 | 33 | 105 | 35 | 17 | 33 |
| Binary | 1001111 | 1000100 | 111010 | 0 | 1110 | 11011 | 1000101 | 11101 | 1111 | 11011 |
Color Harmonies of #4F443A
Complementary color
Monochromatic Colors of #4F443A
Black with #4F443A
Text Example
Text Example
White with #4F443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F443A; }
p { color: rgb(79,68,58); }
H1.HeaderClassName
{
color: #4F443A;
}
.AnyTagClassName
{
color: #4F443A;
}
</style>
background-color css
<style>
a { background-color: #4F443A; }
a { background-color: rgb(79,68,58); }
div.DivClassName
{
background-color: #4F443A;
}
.BgClassName
{
background-color: #4F443A;
}
</style>
border-color css
<style>
span { border-color: #4F443A; }
span { border-color: rgb(79,68,58); }
td.TdClassName
{
border-color: #4F443A;
}
.TagClassName
{
border-color: #4F443A;
}
</style>