Shades of Space Shuttle #4D463C
Tints of Space Shuttle #4D463C
RGB
CMYK
RGB Variations
Color information
#4D463C (or 0x4D463C) is known color: Space Shuttle. HEX triplet: 4D, 46 and 3C. RGB value is (77,70,60). Sum of RGB (Red+Green+Blue) = 77+70+60=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 77 - color contains mainly: red. Hex color #4D463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D463C is #B2B9C3. Grayscale: #464646. Windows color (decimal): -11712964 or 3950157. OLE color: 3950157.
HSL color Cylindrical-coordinate representation of color #4D463C: hue angle of 35.29º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D463C is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 70 | 60 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.70 |
| HSL | 35.29º | 0.12% | 0.27% | - |
| HSV(B) | 35.29º | 0.22% | 0.3% | - |
| XYZ | 6.07 | 6.28 | 5.17 | - |
| YUV | 70.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 60 | 0 | 0.09 | 0.22 | 0.70 | 35.29 | 0.12 | 0.27 |
| Hex | 4D | 46 | 3C | 0 | 9 | 16 | 46 | 23 | C | 1B |
| Octal | 115 | 106 | 74 | 0 | 11 | 26 | 106 | 43 | 14 | 33 |
| Binary | 1001101 | 1000110 | 111100 | 0 | 1001 | 10110 | 1000110 | 100011 | 1100 | 11011 |
Color Harmonies of #4D463C
Complementary color
Monochromatic Colors of #4D463C
Black with #4D463C
Text Example
Text Example
White with #4D463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D463C; }
p { color: rgb(77,70,60); }
H1.HeaderClassName
{
color: #4D463C;
}
.AnyTagClassName
{
color: #4D463C;
}
</style>
background-color css
<style>
a { background-color: #4D463C; }
a { background-color: rgb(77,70,60); }
div.DivClassName
{
background-color: #4D463C;
}
.BgClassName
{
background-color: #4D463C;
}
</style>
border-color css
<style>
span { border-color: #4D463C; }
span { border-color: rgb(77,70,60); }
td.TdClassName
{
border-color: #4D463C;
}
.TagClassName
{
border-color: #4D463C;
}
</style>