Shades of Space Shuttle #4B4640
Tints of Space Shuttle #4B4640
RGB
CMYK
RGB Variations
Color information
#4B4640 (or 0x4B4640) is known color: Space Shuttle. HEX triplet: 4B, 46 and 40. RGB value is (75,70,64). Sum of RGB (Red+Green+Blue) = 75+70+64=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4640 is #B4B9BF. Grayscale: #464646. Windows color (decimal): -11844032 or 4212299. OLE color: 4212299.
HSL color Cylindrical-coordinate representation of color #4B4640: hue angle of 32.73º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B4640 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 70 | 64 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.71 |
| HSL | 32.73º | 0.08% | 0.27% | - |
| HSV(B) | 32.73º | 0.15% | 0.29% | - |
| XYZ | 6.02 | 6.25 | 5.74 | - |
| YUV | 70.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 64 | 0 | 0.07 | 0.15 | 0.71 | 32.73 | 0.08 | 0.27 |
| Hex | 4B | 46 | 40 | 0 | 7 | F | 47 | 21 | 8 | 1B |
| Octal | 113 | 106 | 100 | 0 | 7 | 17 | 107 | 41 | 10 | 33 |
| Binary | 1001011 | 1000110 | 1000000 | 0 | 111 | 1111 | 1000111 | 100001 | 1000 | 11011 |
Color Harmonies of #4B4640
Complementary color
Monochromatic Colors of #4B4640
Black with #4B4640
Text Example
Text Example
White with #4B4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4640; }
p { color: rgb(75,70,64); }
H1.HeaderClassName
{
color: #4B4640;
}
.AnyTagClassName
{
color: #4B4640;
}
</style>
background-color css
<style>
a { background-color: #4B4640; }
a { background-color: rgb(75,70,64); }
div.DivClassName
{
background-color: #4B4640;
}
.BgClassName
{
background-color: #4B4640;
}
</style>
border-color css
<style>
span { border-color: #4B4640; }
span { border-color: rgb(75,70,64); }
td.TdClassName
{
border-color: #4B4640;
}
.TagClassName
{
border-color: #4B4640;
}
</style>