Shades of Space Shuttle #4C463C
Tints of Space Shuttle #4C463C
RGB
CMYK
RGB Variations
Color information
#4C463C (or 0x4C463C) is known color: Space Shuttle. HEX triplet: 4C, 46 and 3C. RGB value is (76,70,60). Sum of RGB (Red+Green+Blue) = 76+70+60=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 76 - color contains mainly: red. Hex color #4C463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C463C is #B3B9C3. Grayscale: #464646. Windows color (decimal): -11778500 or 3950156. OLE color: 3950156.
HSL color Cylindrical-coordinate representation of color #4C463C: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C463C is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 70 | 60 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.70 |
| HSL | 37.5º | 0.12% | 0.27% | - |
| HSV(B) | 37.5º | 0.21% | 0.3% | - |
| XYZ | 5.99 | 6.24 | 5.16 | - |
| YUV | 70.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 60 | 0 | 0.08 | 0.21 | 0.70 | 37.5 | 0.12 | 0.27 |
| Hex | 4C | 46 | 3C | 0 | 8 | 15 | 46 | 26 | C | 1B |
| Octal | 114 | 106 | 74 | 0 | 10 | 25 | 106 | 46 | 14 | 33 |
| Binary | 1001100 | 1000110 | 111100 | 0 | 1000 | 10101 | 1000110 | 100110 | 1100 | 11011 |
Color Harmonies of #4C463C
Complementary color
Monochromatic Colors of #4C463C
Black with #4C463C
Text Example
Text Example
White with #4C463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C463C; }
p { color: rgb(76,70,60); }
H1.HeaderClassName
{
color: #4C463C;
}
.AnyTagClassName
{
color: #4C463C;
}
</style>
background-color css
<style>
a { background-color: #4C463C; }
a { background-color: rgb(76,70,60); }
div.DivClassName
{
background-color: #4C463C;
}
.BgClassName
{
background-color: #4C463C;
}
</style>
border-color css
<style>
span { border-color: #4C463C; }
span { border-color: rgb(76,70,60); }
td.TdClassName
{
border-color: #4C463C;
}
.TagClassName
{
border-color: #4C463C;
}
</style>