Shades of Space Shuttle #49443B
Tints of Space Shuttle #49443B
RGB
CMYK
RGB Variations
Color information
#49443B (or 0x49443B) is known color: Space Shuttle. HEX triplet: 49, 44 and 3B. RGB value is (73,68,59). Sum of RGB (Red+Green+Blue) = 73+68+59=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 73 - color contains mainly: red. Hex color #49443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49443B is #B6BBC4. Grayscale: #444444. Windows color (decimal): -11975621 or 3884105. OLE color: 3884105.
HSL color Cylindrical-coordinate representation of color #49443B: hue angle of 38.57º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #49443B is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 68 | 59 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.71 |
| HSL | 38.57º | 0.11% | 0.26% | - |
| HSV(B) | 38.57º | 0.19% | 0.29% | - |
| XYZ | 5.6 | 5.87 | 4.97 | - |
| YUV | 68.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 59 | 0 | 0.07 | 0.19 | 0.71 | 38.57 | 0.11 | 0.26 |
| Hex | 49 | 44 | 3B | 0 | 7 | 13 | 47 | 27 | B | 1A |
| Octal | 111 | 104 | 73 | 0 | 7 | 23 | 107 | 47 | 13 | 32 |
| Binary | 1001001 | 1000100 | 111011 | 0 | 111 | 10011 | 1000111 | 100111 | 1011 | 11010 |
Color Harmonies of #49443B
Complementary color
Monochromatic Colors of #49443B
Black with #49443B
Text Example
Text Example
White with #49443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49443B; }
p { color: rgb(73,68,59); }
H1.HeaderClassName
{
color: #49443B;
}
.AnyTagClassName
{
color: #49443B;
}
</style>
background-color css
<style>
a { background-color: #49443B; }
a { background-color: rgb(73,68,59); }
div.DivClassName
{
background-color: #49443B;
}
.BgClassName
{
background-color: #49443B;
}
</style>
border-color css
<style>
span { border-color: #49443B; }
span { border-color: rgb(73,68,59); }
td.TdClassName
{
border-color: #49443B;
}
.TagClassName
{
border-color: #49443B;
}
</style>