Shades of Space Shuttle #4F453D
Tints of Space Shuttle #4F453D
RGB
CMYK
RGB Variations
Color information
#4F453D (or 0x4F453D) is known color: Space Shuttle. HEX triplet: 4F, 45 and 3D. RGB value is (79,69,61). Sum of RGB (Red+Green+Blue) = 79+69+61=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 79 - color contains mainly: red. Hex color #4F453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F453D is #B0BAC2. Grayscale: #474747. Windows color (decimal): -11582147 or 4015439. OLE color: 4015439.
HSL color Cylindrical-coordinate representation of color #4F453D: hue angle of 26.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F453D is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 69 | 61 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.69 |
| HSL | 26.67º | 0.13% | 0.27% | - |
| HSV(B) | 26.67º | 0.23% | 0.31% | - |
| XYZ | 6.19 | 6.26 | 5.3 | - |
| YUV | 71.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 61 | 0 | 0.13 | 0.23 | 0.69 | 26.67 | 0.13 | 0.27 |
| Hex | 4F | 45 | 3D | 0 | D | 17 | 45 | 1B | D | 1B |
| Octal | 117 | 105 | 75 | 0 | 15 | 27 | 105 | 33 | 15 | 33 |
| Binary | 1001111 | 1000101 | 111101 | 0 | 1101 | 10111 | 1000101 | 11011 | 1101 | 11011 |
Color Harmonies of #4F453D
Complementary color
Monochromatic Colors of #4F453D
Black with #4F453D
Text Example
Text Example
White with #4F453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F453D; }
p { color: rgb(79,69,61); }
H1.HeaderClassName
{
color: #4F453D;
}
.AnyTagClassName
{
color: #4F453D;
}
</style>
background-color css
<style>
a { background-color: #4F453D; }
a { background-color: rgb(79,69,61); }
div.DivClassName
{
background-color: #4F453D;
}
.BgClassName
{
background-color: #4F453D;
}
</style>
border-color css
<style>
span { border-color: #4F453D; }
span { border-color: rgb(79,69,61); }
td.TdClassName
{
border-color: #4F453D;
}
.TagClassName
{
border-color: #4F453D;
}
</style>