Shades of Space Shuttle #4F4741
Tints of Space Shuttle #4F4741
RGB
CMYK
RGB Variations
Color information
#4F4741 (or 0x4F4741) is known color: Space Shuttle. HEX triplet: 4F, 47 and 41. RGB value is (79,71,65). Sum of RGB (Red+Green+Blue) = 79+71+65=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4741 is #B0B8BE. Grayscale: #484848. Windows color (decimal): -11581631 or 4278095. OLE color: 4278095.
HSL color Cylindrical-coordinate representation of color #4F4741: hue angle of 25.71º 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 #4F4741 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
RGB | 79 | 71 | 65 | - |
CMYK | 0 | 0.10 | 0.18 | 0.69 |
HSL | 25.71º | 0.1% | 0.28% | - |
HSV(B) | 25.71º | 0.18% | 0.31% | - |
XYZ | 6.43 | 6.55 | 5.93 | - |
YUV | 72.71 | 123.65 | 132.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 79 | 71 | 65 | 0 | 0.10 | 0.18 | 0.69 | 25.71 | 0.1 | 0.28 |
Hex | 4F | 47 | 41 | 0 | A | 12 | 45 | 1A | A | 1C |
Octal | 117 | 107 | 101 | 0 | 12 | 22 | 105 | 32 | 12 | 34 |
Binary | 1001111 | 1000111 | 1000001 | 0 | 1010 | 10010 | 1000101 | 11010 | 1010 | 11100 |
Color Harmonies of #4F4741
Complementary color
Monochromatic Colors of #4F4741
Black with #4F4741
Text Example
Text Example
White with #4F4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4741; }
p { color: rgb(79,71,65); }
H1.HeaderClassName
{
color: #4F4741;
}
.AnyTagClassName
{
color: #4F4741;
}
</style>
background-color css
<style>
a { background-color: #4F4741; }
a { background-color: rgb(79,71,65); }
div.DivClassName
{
background-color: #4F4741;
}
.BgClassName
{
background-color: #4F4741;
}
</style>
border-color css
<style>
span { border-color: #4F4741; }
span { border-color: rgb(79,71,65); }
td.TdClassName
{
border-color: #4F4741;
}
.TagClassName
{
border-color: #4F4741;
}
</style>