Shades of Space Shuttle #49453E
Tints of Space Shuttle #49453E
RGB
CMYK
RGB Variations
Color information
#49453E (or 0x49453E) is known color: Space Shuttle. HEX triplet: 49, 45 and 3E. RGB value is (73,69,62). Sum of RGB (Red+Green+Blue) = 73+69+62=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 73 - color contains mainly: red. Hex color #49453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49453E is #B6BAC1. Grayscale: #454545. Windows color (decimal): -11975362 or 4080969. OLE color: 4080969.
HSL color Cylindrical-coordinate representation of color #49453E: hue angle of 38.18º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #49453E is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 62 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.71 |
| HSL | 38.18º | 0.08% | 0.26% | - |
| HSV(B) | 38.18º | 0.15% | 0.29% | - |
| XYZ | 5.75 | 6.02 | 5.42 | - |
| YUV | 69.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 62 | 0 | 0.05 | 0.15 | 0.71 | 38.18 | 0.08 | 0.26 |
| Hex | 49 | 45 | 3E | 0 | 5 | F | 47 | 26 | 8 | 1A |
| Octal | 111 | 105 | 76 | 0 | 5 | 17 | 107 | 46 | 10 | 32 |
| Binary | 1001001 | 1000101 | 111110 | 0 | 101 | 1111 | 1000111 | 100110 | 1000 | 11010 |
Color Harmonies of #49453E
Complementary color
Monochromatic Colors of #49453E
Black with #49453E
Text Example
Text Example
White with #49453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49453E; }
p { color: rgb(73,69,62); }
H1.HeaderClassName
{
color: #49453E;
}
.AnyTagClassName
{
color: #49453E;
}
</style>
background-color css
<style>
a { background-color: #49453E; }
a { background-color: rgb(73,69,62); }
div.DivClassName
{
background-color: #49453E;
}
.BgClassName
{
background-color: #49453E;
}
</style>
border-color css
<style>
span { border-color: #49453E; }
span { border-color: rgb(73,69,62); }
td.TdClassName
{
border-color: #49453E;
}
.TagClassName
{
border-color: #49453E;
}
</style>