Shades of Space Shuttle #494239
Tints of Space Shuttle #494239
RGB
CMYK
RGB Variations
Color information
#494239 (or 0x494239) is known color: Space Shuttle. HEX triplet: 49, 42 and 39. RGB value is (73,66,57). Sum of RGB (Red+Green+Blue) = 73+66+57=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 73 - color contains mainly: red. Hex color #494239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494239 is #B6BDC6. Grayscale: #434343. Windows color (decimal): -11976135 or 3752521. OLE color: 3752521.
HSL color Cylindrical-coordinate representation of color #494239: hue angle of 33.75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #494239 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 66 | 57 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.71 |
| HSL | 33.75º | 0.12% | 0.25% | - |
| HSV(B) | 33.75º | 0.22% | 0.29% | - |
| XYZ | 5.43 | 5.61 | 4.67 | - |
| YUV | 67.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 57 | 0 | 0.10 | 0.22 | 0.71 | 33.75 | 0.12 | 0.25 |
| Hex | 49 | 42 | 39 | 0 | A | 16 | 47 | 22 | C | 19 |
| Octal | 111 | 102 | 71 | 0 | 12 | 26 | 107 | 42 | 14 | 31 |
| Binary | 1001001 | 1000010 | 111001 | 0 | 1010 | 10110 | 1000111 | 100010 | 1100 | 11001 |
Color Harmonies of #494239
Complementary color
Monochromatic Colors of #494239
Black with #494239
Text Example
Text Example
White with #494239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494239; }
p { color: rgb(73,66,57); }
H1.HeaderClassName
{
color: #494239;
}
.AnyTagClassName
{
color: #494239;
}
</style>
background-color css
<style>
a { background-color: #494239; }
a { background-color: rgb(73,66,57); }
div.DivClassName
{
background-color: #494239;
}
.BgClassName
{
background-color: #494239;
}
</style>
border-color css
<style>
span { border-color: #494239; }
span { border-color: rgb(73,66,57); }
td.TdClassName
{
border-color: #494239;
}
.TagClassName
{
border-color: #494239;
}
</style>