Shades of Space Shuttle #4A423A
Tints of Space Shuttle #4A423A
RGB
CMYK
RGB Variations
Color information
#4A423A (or 0x4A423A) is known color: Space Shuttle. HEX triplet: 4A, 42 and 3A. RGB value is (74,66,58). Sum of RGB (Red+Green+Blue) = 74+66+58=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 74 - color contains mainly: red. Hex color #4A423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A423A is #B5BDC5. Grayscale: #434343. Windows color (decimal): -11910598 or 3818058. OLE color: 3818058.
HSL color Cylindrical-coordinate representation of color #4A423A: hue angle of 30º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4A423A is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 66 | 58 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.71 |
| HSL | 30º | 0.12% | 0.26% | - |
| HSV(B) | 30º | 0.22% | 0.29% | - |
| XYZ | 5.54 | 5.66 | 4.8 | - |
| YUV | 67.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 58 | 0 | 0.11 | 0.22 | 0.71 | 30 | 0.12 | 0.26 |
| Hex | 4A | 42 | 3A | 0 | B | 16 | 47 | 1E | C | 1A |
| Octal | 112 | 102 | 72 | 0 | 13 | 26 | 107 | 36 | 14 | 32 |
| Binary | 1001010 | 1000010 | 111010 | 0 | 1011 | 10110 | 1000111 | 11110 | 1100 | 11010 |
Color Harmonies of #4A423A
Complementary color
Monochromatic Colors of #4A423A
Black with #4A423A
Text Example
Text Example
White with #4A423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A423A; }
p { color: rgb(74,66,58); }
H1.HeaderClassName
{
color: #4A423A;
}
.AnyTagClassName
{
color: #4A423A;
}
</style>
background-color css
<style>
a { background-color: #4A423A; }
a { background-color: rgb(74,66,58); }
div.DivClassName
{
background-color: #4A423A;
}
.BgClassName
{
background-color: #4A423A;
}
</style>
border-color css
<style>
span { border-color: #4A423A; }
span { border-color: rgb(74,66,58); }
td.TdClassName
{
border-color: #4A423A;
}
.TagClassName
{
border-color: #4A423A;
}
</style>