Shades of Space Shuttle #4F4841
Tints of Space Shuttle #4F4841
RGB
CMYK
RGB Variations
Color information
#4F4841 (or 0x4F4841) is known color: Space Shuttle. HEX triplet: 4F, 48 and 41. RGB value is (79,72,65). Sum of RGB (Red+Green+Blue) = 79+72+65=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4841 is #B0B7BE. Grayscale: #494949. Windows color (decimal): -11581375 or 4278351. OLE color: 4278351.
HSL color Cylindrical-coordinate representation of color #4F4841: hue angle of 30º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F4841 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 72 | 65 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.69 |
| HSL | 30º | 0.1% | 0.28% | - |
| HSV(B) | 30º | 0.18% | 0.31% | - |
| XYZ | 6.5 | 6.68 | 5.95 | - |
| YUV | 73.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 65 | 0 | 0.09 | 0.18 | 0.69 | 30 | 0.1 | 0.28 |
| Hex | 4F | 48 | 41 | 0 | 9 | 12 | 45 | 1E | A | 1C |
| Octal | 117 | 110 | 101 | 0 | 11 | 22 | 105 | 36 | 12 | 34 |
| Binary | 1001111 | 1001000 | 1000001 | 0 | 1001 | 10010 | 1000101 | 11110 | 1010 | 11100 |
Color Harmonies of #4F4841
Complementary color
Monochromatic Colors of #4F4841
Black with #4F4841
Text Example
Text Example
White with #4F4841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4841; }
p { color: rgb(79,72,65); }
H1.HeaderClassName
{
color: #4F4841;
}
.AnyTagClassName
{
color: #4F4841;
}
</style>
background-color css
<style>
a { background-color: #4F4841; }
a { background-color: rgb(79,72,65); }
div.DivClassName
{
background-color: #4F4841;
}
.BgClassName
{
background-color: #4F4841;
}
</style>
border-color css
<style>
span { border-color: #4F4841; }
span { border-color: rgb(79,72,65); }
td.TdClassName
{
border-color: #4F4841;
}
.TagClassName
{
border-color: #4F4841;
}
</style>