Shades of Space Shuttle #49413B
Tints of Space Shuttle #49413B
RGB
CMYK
RGB Variations
Color information
#49413B (or 0x49413B) is known color: Space Shuttle. HEX triplet: 49, 41 and 3B. RGB value is (73,65,59). Sum of RGB (Red+Green+Blue) = 73+65+59=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 73 - color contains mainly: red. Hex color #49413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49413B is #B6BEC4. Grayscale: #424242. Windows color (decimal): -11976389 or 3883337. OLE color: 3883337.
HSL color Cylindrical-coordinate representation of color #49413B: hue angle of 25.71º 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 #49413B is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 59 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.71 |
| HSL | 25.71º | 0.11% | 0.26% | - |
| HSV(B) | 25.71º | 0.19% | 0.29% | - |
| XYZ | 5.43 | 5.51 | 4.92 | - |
| YUV | 66.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 59 | 0 | 0.11 | 0.19 | 0.71 | 25.71 | 0.11 | 0.26 |
| Hex | 49 | 41 | 3B | 0 | B | 13 | 47 | 1A | B | 1A |
| Octal | 111 | 101 | 73 | 0 | 13 | 23 | 107 | 32 | 13 | 32 |
| Binary | 1001001 | 1000001 | 111011 | 0 | 1011 | 10011 | 1000111 | 11010 | 1011 | 11010 |
Color Harmonies of #49413B
Complementary color
Monochromatic Colors of #49413B
Black with #49413B
Text Example
Text Example
White with #49413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49413B; }
p { color: rgb(73,65,59); }
H1.HeaderClassName
{
color: #49413B;
}
.AnyTagClassName
{
color: #49413B;
}
</style>
background-color css
<style>
a { background-color: #49413B; }
a { background-color: rgb(73,65,59); }
div.DivClassName
{
background-color: #49413B;
}
.BgClassName
{
background-color: #49413B;
}
</style>
border-color css
<style>
span { border-color: #49413B; }
span { border-color: rgb(73,65,59); }
td.TdClassName
{
border-color: #49413B;
}
.TagClassName
{
border-color: #49413B;
}
</style>