Shades of Space Shuttle #4E4238
Tints of Space Shuttle #4E4238
RGB
CMYK
RGB Variations
Color information
#4E4238 (or 0x4E4238) is known color: Space Shuttle. HEX triplet: 4E, 42 and 38. RGB value is (78,66,56). Sum of RGB (Red+Green+Blue) = 78+66+56=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4238 is #B1BDC7. Grayscale: #444444. Windows color (decimal): -11648456 or 3686990. OLE color: 3686990.
HSL color Cylindrical-coordinate representation of color #4E4238: hue angle of 27.27º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E4238 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 66 | 56 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.69 |
| HSL | 27.27º | 0.16% | 0.26% | - |
| HSV(B) | 27.27º | 0.28% | 0.31% | - |
| XYZ | 5.8 | 5.8 | 4.56 | - |
| YUV | 68.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 56 | 0 | 0.15 | 0.28 | 0.69 | 27.27 | 0.16 | 0.26 |
| Hex | 4E | 42 | 38 | 0 | F | 1C | 45 | 1B | 10 | 1A |
| Octal | 116 | 102 | 70 | 0 | 17 | 34 | 105 | 33 | 20 | 32 |
| Binary | 1001110 | 1000010 | 111000 | 0 | 1111 | 11100 | 1000101 | 11011 | 10000 | 11010 |
Color Harmonies of #4E4238
Complementary color
Monochromatic Colors of #4E4238
Black with #4E4238
Text Example
Text Example
White with #4E4238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4238; }
p { color: rgb(78,66,56); }
H1.HeaderClassName
{
color: #4E4238;
}
.AnyTagClassName
{
color: #4E4238;
}
</style>
background-color css
<style>
a { background-color: #4E4238; }
a { background-color: rgb(78,66,56); }
div.DivClassName
{
background-color: #4E4238;
}
.BgClassName
{
background-color: #4E4238;
}
</style>
border-color css
<style>
span { border-color: #4E4238; }
span { border-color: rgb(78,66,56); }
td.TdClassName
{
border-color: #4E4238;
}
.TagClassName
{
border-color: #4E4238;
}
</style>