Shades of Space Shuttle #4A443E
Tints of Space Shuttle #4A443E
RGB
CMYK
RGB Variations
Color information
#4A443E (or 0x4A443E) is known color: Space Shuttle. HEX triplet: 4A, 44 and 3E. RGB value is (74,68,62). Sum of RGB (Red+Green+Blue) = 74+68+62=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 74 - color contains mainly: red. Hex color #4A443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A443E is #B5BBC1. Grayscale: #454545. Windows color (decimal): -11910082 or 4080714. OLE color: 4080714.
HSL color Cylindrical-coordinate representation of color #4A443E: hue angle of 30º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4A443E is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 68 | 62 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.71 |
| HSL | 30º | 0.09% | 0.27% | - |
| HSV(B) | 30º | 0.16% | 0.29% | - |
| XYZ | 5.76 | 5.94 | 5.4 | - |
| YUV | 69.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 62 | 0 | 0.08 | 0.16 | 0.71 | 30 | 0.09 | 0.27 |
| Hex | 4A | 44 | 3E | 0 | 8 | 10 | 47 | 1E | 9 | 1B |
| Octal | 112 | 104 | 76 | 0 | 10 | 20 | 107 | 36 | 11 | 33 |
| Binary | 1001010 | 1000100 | 111110 | 0 | 1000 | 10000 | 1000111 | 11110 | 1001 | 11011 |
Color Harmonies of #4A443E
Complementary color
Monochromatic Colors of #4A443E
Black with #4A443E
Text Example
Text Example
White with #4A443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A443E; }
p { color: rgb(74,68,62); }
H1.HeaderClassName
{
color: #4A443E;
}
.AnyTagClassName
{
color: #4A443E;
}
</style>
background-color css
<style>
a { background-color: #4A443E; }
a { background-color: rgb(74,68,62); }
div.DivClassName
{
background-color: #4A443E;
}
.BgClassName
{
background-color: #4A443E;
}
</style>
border-color css
<style>
span { border-color: #4A443E; }
span { border-color: rgb(74,68,62); }
td.TdClassName
{
border-color: #4A443E;
}
.TagClassName
{
border-color: #4A443E;
}
</style>