Shades of Space Shuttle #494238
Tints of Space Shuttle #494238
RGB
CMYK
RGB Variations
Color information
#494238 (or 0x494238) is known color: Space Shuttle. HEX triplet: 49, 42 and 38. RGB value is (73,66,56). Sum of RGB (Red+Green+Blue) = 73+66+56=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 73 - color contains mainly: red. Hex color #494238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494238 is #B6BDC7. Grayscale: #434343. Windows color (decimal): -11976136 or 3686985. OLE color: 3686985.
HSL color Cylindrical-coordinate representation of color #494238: hue angle of 35.29º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #494238 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 66 | 56 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.71 |
| HSL | 35.29º | 0.13% | 0.25% | - |
| HSV(B) | 35.29º | 0.23% | 0.29% | - |
| XYZ | 5.41 | 5.6 | 4.54 | - |
| YUV | 66.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 56 | 0 | 0.10 | 0.23 | 0.71 | 35.29 | 0.13 | 0.25 |
| Hex | 49 | 42 | 38 | 0 | A | 17 | 47 | 23 | D | 19 |
| Octal | 111 | 102 | 70 | 0 | 12 | 27 | 107 | 43 | 15 | 31 |
| Binary | 1001001 | 1000010 | 111000 | 0 | 1010 | 10111 | 1000111 | 100011 | 1101 | 11001 |
Color Harmonies of #494238
Complementary color
Monochromatic Colors of #494238
Black with #494238
Text Example
Text Example
White with #494238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494238; }
p { color: rgb(73,66,56); }
H1.HeaderClassName
{
color: #494238;
}
.AnyTagClassName
{
color: #494238;
}
</style>
background-color css
<style>
a { background-color: #494238; }
a { background-color: rgb(73,66,56); }
div.DivClassName
{
background-color: #494238;
}
.BgClassName
{
background-color: #494238;
}
</style>
border-color css
<style>
span { border-color: #494238; }
span { border-color: rgb(73,66,56); }
td.TdClassName
{
border-color: #494238;
}
.TagClassName
{
border-color: #494238;
}
</style>