Shades of Space Shuttle #4E453C
Tints of Space Shuttle #4E453C
RGB
CMYK
RGB Variations
Color information
#4E453C (or 0x4E453C) is known color: Space Shuttle. HEX triplet: 4E, 45 and 3C. RGB value is (78,69,60). Sum of RGB (Red+Green+Blue) = 78+69+60=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 78 - color contains mainly: red. Hex color #4E453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E453C is #B1BAC3. Grayscale: #464646. Windows color (decimal): -11647684 or 3949902. OLE color: 3949902.
HSL color Cylindrical-coordinate representation of color #4E453C: hue angle of 30º 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 #4E453C is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 69 | 60 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.69 |
| HSL | 30º | 0.13% | 0.27% | - |
| HSV(B) | 30º | 0.23% | 0.31% | - |
| XYZ | 6.09 | 6.2 | 5.15 | - |
| YUV | 70.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 60 | 0 | 0.12 | 0.23 | 0.69 | 30 | 0.13 | 0.27 |
| Hex | 4E | 45 | 3C | 0 | C | 17 | 45 | 1E | D | 1B |
| Octal | 116 | 105 | 74 | 0 | 14 | 27 | 105 | 36 | 15 | 33 |
| Binary | 1001110 | 1000101 | 111100 | 0 | 1100 | 10111 | 1000101 | 11110 | 1101 | 11011 |
Color Harmonies of #4E453C
Complementary color
Monochromatic Colors of #4E453C
Black with #4E453C
Text Example
Text Example
White with #4E453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E453C; }
p { color: rgb(78,69,60); }
H1.HeaderClassName
{
color: #4E453C;
}
.AnyTagClassName
{
color: #4E453C;
}
</style>
background-color css
<style>
a { background-color: #4E453C; }
a { background-color: rgb(78,69,60); }
div.DivClassName
{
background-color: #4E453C;
}
.BgClassName
{
background-color: #4E453C;
}
</style>
border-color css
<style>
span { border-color: #4E453C; }
span { border-color: rgb(78,69,60); }
td.TdClassName
{
border-color: #4E453C;
}
.TagClassName
{
border-color: #4E453C;
}
</style>