Shades of Space Shuttle #4A4338
Tints of Space Shuttle #4A4338
RGB
CMYK
RGB Variations
Color information
#4A4338 (or 0x4A4338) is known color: Space Shuttle. HEX triplet: 4A, 43 and 38. RGB value is (74,67,56). Sum of RGB (Red+Green+Blue) = 74+67+56=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4338 is #B5BCC7. Grayscale: #434343. Windows color (decimal): -11910344 or 3687242. OLE color: 3687242.
HSL color Cylindrical-coordinate representation of color #4A4338: hue angle of 36.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A4338 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 67 | 56 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.71 |
| HSL | 36.67º | 0.14% | 0.25% | - |
| HSV(B) | 36.67º | 0.24% | 0.29% | - |
| XYZ | 5.55 | 5.76 | 4.56 | - |
| YUV | 67.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 56 | 0 | 0.09 | 0.24 | 0.71 | 36.67 | 0.14 | 0.25 |
| Hex | 4A | 43 | 38 | 0 | 9 | 18 | 47 | 25 | E | 19 |
| Octal | 112 | 103 | 70 | 0 | 11 | 30 | 107 | 45 | 16 | 31 |
| Binary | 1001010 | 1000011 | 111000 | 0 | 1001 | 11000 | 1000111 | 100101 | 1110 | 11001 |
Color Harmonies of #4A4338
Complementary color
Monochromatic Colors of #4A4338
Black with #4A4338
Text Example
Text Example
White with #4A4338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4338; }
p { color: rgb(74,67,56); }
H1.HeaderClassName
{
color: #4A4338;
}
.AnyTagClassName
{
color: #4A4338;
}
</style>
background-color css
<style>
a { background-color: #4A4338; }
a { background-color: rgb(74,67,56); }
div.DivClassName
{
background-color: #4A4338;
}
.BgClassName
{
background-color: #4A4338;
}
</style>
border-color css
<style>
span { border-color: #4A4338; }
span { border-color: rgb(74,67,56); }
td.TdClassName
{
border-color: #4A4338;
}
.TagClassName
{
border-color: #4A4338;
}
</style>