Shades of Space Shuttle #4A4339
Tints of Space Shuttle #4A4339
RGB
CMYK
RGB Variations
Color information
#4A4339 (or 0x4A4339) is known color: Space Shuttle. HEX triplet: 4A, 43 and 39. RGB value is (74,67,57). Sum of RGB (Red+Green+Blue) = 74+67+57=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4339 is #B5BCC6. Grayscale: #444444. Windows color (decimal): -11910343 or 3752778. OLE color: 3752778.
HSL color Cylindrical-coordinate representation of color #4A4339: hue angle of 35.29º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A4339 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 67 | 57 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.71 |
| HSL | 35.29º | 0.13% | 0.26% | - |
| HSV(B) | 35.29º | 0.23% | 0.29% | - |
| XYZ | 5.57 | 5.77 | 4.69 | - |
| YUV | 67.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 57 | 0 | 0.09 | 0.23 | 0.71 | 35.29 | 0.13 | 0.26 |
| Hex | 4A | 43 | 39 | 0 | 9 | 17 | 47 | 23 | D | 1A |
| Octal | 112 | 103 | 71 | 0 | 11 | 27 | 107 | 43 | 15 | 32 |
| Binary | 1001010 | 1000011 | 111001 | 0 | 1001 | 10111 | 1000111 | 100011 | 1101 | 11010 |
Color Harmonies of #4A4339
Complementary color
Monochromatic Colors of #4A4339
Black with #4A4339
Text Example
Text Example
White with #4A4339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4339; }
p { color: rgb(74,67,57); }
H1.HeaderClassName
{
color: #4A4339;
}
.AnyTagClassName
{
color: #4A4339;
}
</style>
background-color css
<style>
a { background-color: #4A4339; }
a { background-color: rgb(74,67,57); }
div.DivClassName
{
background-color: #4A4339;
}
.BgClassName
{
background-color: #4A4339;
}
</style>
border-color css
<style>
span { border-color: #4A4339; }
span { border-color: rgb(74,67,57); }
td.TdClassName
{
border-color: #4A4339;
}
.TagClassName
{
border-color: #4A4339;
}
</style>