Shades of Space Shuttle #494541
Tints of Space Shuttle #494541
RGB
CMYK
RGB Variations
Color information
#494541 (or 0x494541) is known color: Space Shuttle. HEX triplet: 49, 45 and 41. RGB value is (73,69,65). Sum of RGB (Red+Green+Blue) = 73+69+65=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 73 - color contains mainly: red. Hex color #494541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494541 is #B6BABE. Grayscale: #454545. Windows color (decimal): -11975359 or 4277577. OLE color: 4277577.
HSL color Cylindrical-coordinate representation of color #494541: hue angle of 30º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494541 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
RGB | 73 | 69 | 65 | - |
CMYK | 0 | 0.05 | 0.11 | 0.71 |
HSL | 30º | 0.06% | 0.27% | - |
HSV(B) | 30º | 0.11% | 0.29% | - |
XYZ | 5.83 | 6.05 | 5.86 | - |
YUV | 69.74 | 125.33 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 73 | 69 | 65 | 0 | 0.05 | 0.11 | 0.71 | 30 | 0.06 | 0.27 |
Hex | 49 | 45 | 41 | 0 | 5 | B | 47 | 1E | 6 | 1B |
Octal | 111 | 105 | 101 | 0 | 5 | 13 | 107 | 36 | 6 | 33 |
Binary | 1001001 | 1000101 | 1000001 | 0 | 101 | 1011 | 1000111 | 11110 | 110 | 11011 |
Color Harmonies of #494541
Complementary color
Monochromatic Colors of #494541
Black with #494541
Text Example
Text Example
White with #494541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494541; }
p { color: rgb(73,69,65); }
H1.HeaderClassName
{
color: #494541;
}
.AnyTagClassName
{
color: #494541;
}
</style>
background-color css
<style>
a { background-color: #494541; }
a { background-color: rgb(73,69,65); }
div.DivClassName
{
background-color: #494541;
}
.BgClassName
{
background-color: #494541;
}
</style>
border-color css
<style>
span { border-color: #494541; }
span { border-color: rgb(73,69,65); }
td.TdClassName
{
border-color: #494541;
}
.TagClassName
{
border-color: #494541;
}
</style>