Shades of Space Shuttle #4A4236
Tints of Space Shuttle #4A4236
RGB
CMYK
RGB Variations
Color information
#4A4236 (or 0x4A4236) is known color: Space Shuttle. HEX triplet: 4A, 42 and 36. RGB value is (74,66,54). Sum of RGB (Red+Green+Blue) = 74+66+54=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4236 is #B5BDC9. Grayscale: #434343. Windows color (decimal): -11910602 or 3555914. OLE color: 3555914.
HSL color Cylindrical-coordinate representation of color #4A4236: hue angle of 36º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A4236 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 66 | 54 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.71 |
| HSL | 36º | 0.16% | 0.25% | - |
| HSV(B) | 36º | 0.27% | 0.29% | - |
| XYZ | 5.44 | 5.62 | 4.29 | - |
| YUV | 67.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 54 | 0 | 0.11 | 0.27 | 0.71 | 36 | 0.16 | 0.25 |
| Hex | 4A | 42 | 36 | 0 | B | 1B | 47 | 24 | 10 | 19 |
| Octal | 112 | 102 | 66 | 0 | 13 | 33 | 107 | 44 | 20 | 31 |
| Binary | 1001010 | 1000010 | 110110 | 0 | 1011 | 11011 | 1000111 | 100100 | 10000 | 11001 |
Color Harmonies of #4A4236
Complementary color
Monochromatic Colors of #4A4236
Black with #4A4236
Text Example
Text Example
White with #4A4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4236; }
p { color: rgb(74,66,54); }
H1.HeaderClassName
{
color: #4A4236;
}
.AnyTagClassName
{
color: #4A4236;
}
</style>
background-color css
<style>
a { background-color: #4A4236; }
a { background-color: rgb(74,66,54); }
div.DivClassName
{
background-color: #4A4236;
}
.BgClassName
{
background-color: #4A4236;
}
</style>
border-color css
<style>
span { border-color: #4A4236; }
span { border-color: rgb(74,66,54); }
td.TdClassName
{
border-color: #4A4236;
}
.TagClassName
{
border-color: #4A4236;
}
</style>