Shades of Space Shuttle #4D443B
Tints of Space Shuttle #4D443B
RGB
CMYK
RGB Variations
Color information
#4D443B (or 0x4D443B) is known color: Space Shuttle. HEX triplet: 4D, 44 and 3B. RGB value is (77,68,59). Sum of RGB (Red+Green+Blue) = 77+68+59=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 77 - color contains mainly: red. Hex color #4D443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D443B is #B2BBC4. Grayscale: #454545. Windows color (decimal): -11713477 or 3884109. OLE color: 3884109.
HSL color Cylindrical-coordinate representation of color #4D443B: hue angle of 30º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D443B is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 68 | 59 | - |
CMYK | 0 | 0.12 | 0.23 | 0.70 |
HSL | 30º | 0.13% | 0.27% | - |
HSV(B) | 30º | 0.23% | 0.3% | - |
XYZ | 5.92 | 6.03 | 4.99 | - |
YUV | 69.67 | 121.98 | 133.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 68 | 59 | 0 | 0.12 | 0.23 | 0.70 | 30 | 0.13 | 0.27 |
Hex | 4D | 44 | 3B | 0 | C | 17 | 46 | 1E | D | 1B |
Octal | 115 | 104 | 73 | 0 | 14 | 27 | 106 | 36 | 15 | 33 |
Binary | 1001101 | 1000100 | 111011 | 0 | 1100 | 10111 | 1000110 | 11110 | 1101 | 11011 |
Color Harmonies of #4D443B
Complementary color
Monochromatic Colors of #4D443B
Black with #4D443B
Text Example
Text Example
White with #4D443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D443B; }
p { color: rgb(77,68,59); }
H1.HeaderClassName
{
color: #4D443B;
}
.AnyTagClassName
{
color: #4D443B;
}
</style>
background-color css
<style>
a { background-color: #4D443B; }
a { background-color: rgb(77,68,59); }
div.DivClassName
{
background-color: #4D443B;
}
.BgClassName
{
background-color: #4D443B;
}
</style>
border-color css
<style>
span { border-color: #4D443B; }
span { border-color: rgb(77,68,59); }
td.TdClassName
{
border-color: #4D443B;
}
.TagClassName
{
border-color: #4D443B;
}
</style>