Shades of Space Shuttle #4D4843
Tints of Space Shuttle #4D4843
RGB
CMYK
RGB Variations
Color information
#4D4843 (or 0x4D4843) is known color: Space Shuttle. HEX triplet: 4D, 48 and 43. RGB value is (77,72,67). Sum of RGB (Red+Green+Blue) = 77+72+67=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4843 is #B2B7BC. Grayscale: #484848. Windows color (decimal): -11712445 or 4409421. OLE color: 4409421.
HSL color Cylindrical-coordinate representation of color #4D4843: hue angle of 30º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D4843 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 72 | 67 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.70 |
| HSL | 30º | 0.07% | 0.28% | - |
| HSV(B) | 30º | 0.13% | 0.3% | - |
| XYZ | 6.39 | 6.62 | 6.25 | - |
| YUV | 72.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 67 | 0 | 0.06 | 0.13 | 0.70 | 30 | 0.07 | 0.28 |
| Hex | 4D | 48 | 43 | 0 | 6 | D | 46 | 1E | 7 | 1C |
| Octal | 115 | 110 | 103 | 0 | 6 | 15 | 106 | 36 | 7 | 34 |
| Binary | 1001101 | 1001000 | 1000011 | 0 | 110 | 1101 | 1000110 | 11110 | 111 | 11100 |
Color Harmonies of #4D4843
Complementary color
Monochromatic Colors of #4D4843
Black with #4D4843
Text Example
Text Example
White with #4D4843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4843; }
p { color: rgb(77,72,67); }
H1.HeaderClassName
{
color: #4D4843;
}
.AnyTagClassName
{
color: #4D4843;
}
</style>
background-color css
<style>
a { background-color: #4D4843; }
a { background-color: rgb(77,72,67); }
div.DivClassName
{
background-color: #4D4843;
}
.BgClassName
{
background-color: #4D4843;
}
</style>
border-color css
<style>
span { border-color: #4D4843; }
span { border-color: rgb(77,72,67); }
td.TdClassName
{
border-color: #4D4843;
}
.TagClassName
{
border-color: #4D4843;
}
</style>