Shades of Space Shuttle #4A4542
Tints of Space Shuttle #4A4542
RGB
CMYK
RGB Variations
Color information
#4A4542 (or 0x4A4542) is known color: Space Shuttle. HEX triplet: 4A, 45 and 42. RGB value is (74,69,66). Sum of RGB (Red+Green+Blue) = 74+69+66=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4542 is #B5BABD. Grayscale: #464646. Windows color (decimal): -11909822 or 4343114. OLE color: 4343114.
HSL color Cylindrical-coordinate representation of color #4A4542: hue angle of 22.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4A4542 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 66 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.71 |
| HSL | 22.5º | 0.06% | 0.27% | - |
| HSV(B) | 22.5º | 0.11% | 0.29% | - |
| XYZ | 5.94 | 6.11 | 6.02 | - |
| YUV | 70.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 66 | 0 | 0.07 | 0.11 | 0.71 | 22.5 | 0.06 | 0.27 |
| Hex | 4A | 45 | 42 | 0 | 7 | B | 47 | 16 | 6 | 1B |
| Octal | 112 | 105 | 102 | 0 | 7 | 13 | 107 | 26 | 6 | 33 |
| Binary | 1001010 | 1000101 | 1000010 | 0 | 111 | 1011 | 1000111 | 10110 | 110 | 11011 |
Color Harmonies of #4A4542
Complementary color
Monochromatic Colors of #4A4542
Black with #4A4542
Text Example
Text Example
White with #4A4542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4542; }
p { color: rgb(74,69,66); }
H1.HeaderClassName
{
color: #4A4542;
}
.AnyTagClassName
{
color: #4A4542;
}
</style>
background-color css
<style>
a { background-color: #4A4542; }
a { background-color: rgb(74,69,66); }
div.DivClassName
{
background-color: #4A4542;
}
.BgClassName
{
background-color: #4A4542;
}
</style>
border-color css
<style>
span { border-color: #4A4542; }
span { border-color: rgb(74,69,66); }
td.TdClassName
{
border-color: #4A4542;
}
.TagClassName
{
border-color: #4A4542;
}
</style>