Shades of Space Shuttle #4E4945
Tints of Space Shuttle #4E4945
RGB
CMYK
RGB Variations
Color information
#4E4945 (or 0x4E4945) is known color: Space Shuttle. HEX triplet: 4E, 49 and 45. RGB value is (78,73,69). Sum of RGB (Red+Green+Blue) = 78+73+69=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4945 is #B1B6BA. Grayscale: #4A4A4A. Windows color (decimal): -11646651 or 4540750. OLE color: 4540750.
HSL color Cylindrical-coordinate representation of color #4E4945: hue angle of 26.67º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E4945 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 73 | 69 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.69 |
| HSL | 26.67º | 0.06% | 0.29% | - |
| HSV(B) | 26.67º | 0.12% | 0.31% | - |
| XYZ | 6.6 | 6.81 | 6.6 | - |
| YUV | 74.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 69 | 0 | 0.06 | 0.12 | 0.69 | 26.67 | 0.06 | 0.29 |
| Hex | 4E | 49 | 45 | 0 | 6 | C | 45 | 1B | 6 | 1D |
| Octal | 116 | 111 | 105 | 0 | 6 | 14 | 105 | 33 | 6 | 35 |
| Binary | 1001110 | 1001001 | 1000101 | 0 | 110 | 1100 | 1000101 | 11011 | 110 | 11101 |
Color Harmonies of #4E4945
Complementary color
Monochromatic Colors of #4E4945
Black with #4E4945
Text Example
Text Example
White with #4E4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4945; }
p { color: rgb(78,73,69); }
H1.HeaderClassName
{
color: #4E4945;
}
.AnyTagClassName
{
color: #4E4945;
}
</style>
background-color css
<style>
a { background-color: #4E4945; }
a { background-color: rgb(78,73,69); }
div.DivClassName
{
background-color: #4E4945;
}
.BgClassName
{
background-color: #4E4945;
}
</style>
border-color css
<style>
span { border-color: #4E4945; }
span { border-color: rgb(78,73,69); }
td.TdClassName
{
border-color: #4E4945;
}
.TagClassName
{
border-color: #4E4945;
}
</style>