Shades of Space Shuttle #4E443A
Tints of Space Shuttle #4E443A
RGB
CMYK
RGB Variations
Color information
#4E443A (or 0x4E443A) is known color: Space Shuttle. HEX triplet: 4E, 44 and 3A. RGB value is (78,68,58). Sum of RGB (Red+Green+Blue) = 78+68+58=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 78 - color contains mainly: red. Hex color #4E443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E443A is #B1BBC5. Grayscale: #454545. Windows color (decimal): -11647942 or 3818574. OLE color: 3818574.
HSL color Cylindrical-coordinate representation of color #4E443A: hue angle of 30º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E443A is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 58 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.69 |
| HSL | 30º | 0.15% | 0.27% | - |
| HSV(B) | 30º | 0.26% | 0.31% | - |
| XYZ | 5.97 | 6.06 | 4.86 | - |
| YUV | 69.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 58 | 0 | 0.13 | 0.26 | 0.69 | 30 | 0.15 | 0.27 |
| Hex | 4E | 44 | 3A | 0 | D | 1A | 45 | 1E | F | 1B |
| Octal | 116 | 104 | 72 | 0 | 15 | 32 | 105 | 36 | 17 | 33 |
| Binary | 1001110 | 1000100 | 111010 | 0 | 1101 | 11010 | 1000101 | 11110 | 1111 | 11011 |
Color Harmonies of #4E443A
Complementary color
Monochromatic Colors of #4E443A
Black with #4E443A
Text Example
Text Example
White with #4E443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E443A; }
p { color: rgb(78,68,58); }
H1.HeaderClassName
{
color: #4E443A;
}
.AnyTagClassName
{
color: #4E443A;
}
</style>
background-color css
<style>
a { background-color: #4E443A; }
a { background-color: rgb(78,68,58); }
div.DivClassName
{
background-color: #4E443A;
}
.BgClassName
{
background-color: #4E443A;
}
</style>
border-color css
<style>
span { border-color: #4E443A; }
span { border-color: rgb(78,68,58); }
td.TdClassName
{
border-color: #4E443A;
}
.TagClassName
{
border-color: #4E443A;
}
</style>