Shades of Space Shuttle #494745
Tints of Space Shuttle #494745
RGB
CMYK
RGB Variations
Color information
#494745 (or 0x494745) is known color: Space Shuttle. HEX triplet: 49, 47 and 45. RGB value is (73,71,69). Sum of RGB (Red+Green+Blue) = 73+71+69=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 73 - color contains mainly: red. Hex color #494745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494745 is #B6B8BA. Grayscale: #474747. Windows color (decimal): -11974843 or 4540233. OLE color: 4540233.
HSL color Cylindrical-coordinate representation of color #494745: hue angle of 30º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #494745 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 71 | 69 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.71 |
| HSL | 30º | 0.03% | 0.28% | - |
| HSV(B) | 30º | 0.05% | 0.29% | - |
| XYZ | 6.08 | 6.35 | 6.54 | - |
| YUV | 71.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 69 | 0 | 0.03 | 0.05 | 0.71 | 30 | 0.03 | 0.28 |
| Hex | 49 | 47 | 45 | 0 | 3 | 5 | 47 | 1E | 3 | 1C |
| Octal | 111 | 107 | 105 | 0 | 3 | 5 | 107 | 36 | 3 | 34 |
| Binary | 1001001 | 1000111 | 1000101 | 0 | 11 | 101 | 1000111 | 11110 | 11 | 11100 |
Color Harmonies of #494745
Complementary color
Monochromatic Colors of #494745
Black with #494745
Text Example
Text Example
White with #494745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494745; }
p { color: rgb(73,71,69); }
H1.HeaderClassName
{
color: #494745;
}
.AnyTagClassName
{
color: #494745;
}
</style>
background-color css
<style>
a { background-color: #494745; }
a { background-color: rgb(73,71,69); }
div.DivClassName
{
background-color: #494745;
}
.BgClassName
{
background-color: #494745;
}
</style>
border-color css
<style>
span { border-color: #494745; }
span { border-color: rgb(73,71,69); }
td.TdClassName
{
border-color: #494745;
}
.TagClassName
{
border-color: #494745;
}
</style>