Shades of Space Shuttle #49453D
Tints of Space Shuttle #49453D
RGB
CMYK
RGB Variations
Color information
#49453D (or 0x49453D) is known color: Space Shuttle. HEX triplet: 49, 45 and 3D. RGB value is (73,69,61). Sum of RGB (Red+Green+Blue) = 73+69+61=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 73 - color contains mainly: red. Hex color #49453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49453D is #B6BAC2. Grayscale: #454545. Windows color (decimal): -11975363 or 4015433. OLE color: 4015433.
HSL color Cylindrical-coordinate representation of color #49453D: hue angle of 40º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #49453D is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 61 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.71 |
| HSL | 40º | 0.09% | 0.26% | - |
| HSV(B) | 40º | 0.16% | 0.29% | - |
| XYZ | 5.72 | 6.01 | 5.27 | - |
| YUV | 69.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 61 | 0 | 0.05 | 0.16 | 0.71 | 40 | 0.09 | 0.26 |
| Hex | 49 | 45 | 3D | 0 | 5 | 10 | 47 | 28 | 9 | 1A |
| Octal | 111 | 105 | 75 | 0 | 5 | 20 | 107 | 50 | 11 | 32 |
| Binary | 1001001 | 1000101 | 111101 | 0 | 101 | 10000 | 1000111 | 101000 | 1001 | 11010 |
Color Harmonies of #49453D
Complementary color
Monochromatic Colors of #49453D
Black with #49453D
Text Example
Text Example
White with #49453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49453D; }
p { color: rgb(73,69,61); }
H1.HeaderClassName
{
color: #49453D;
}
.AnyTagClassName
{
color: #49453D;
}
</style>
background-color css
<style>
a { background-color: #49453D; }
a { background-color: rgb(73,69,61); }
div.DivClassName
{
background-color: #49453D;
}
.BgClassName
{
background-color: #49453D;
}
</style>
border-color css
<style>
span { border-color: #49453D; }
span { border-color: rgb(73,69,61); }
td.TdClassName
{
border-color: #49453D;
}
.TagClassName
{
border-color: #49453D;
}
</style>