Shades of Space Shuttle #4B4641
Tints of Space Shuttle #4B4641
RGB
CMYK
RGB Variations
Color information
#4B4641 (or 0x4B4641) is known color: Space Shuttle. HEX triplet: 4B, 46 and 41. RGB value is (75,70,65). Sum of RGB (Red+Green+Blue) = 75+70+65=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4641 is #B4B9BE. Grayscale: #464646. Windows color (decimal): -11844031 or 4277835. OLE color: 4277835.
HSL color Cylindrical-coordinate representation of color #4B4641: hue angle of 30º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B4641 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 70 | 65 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.71 |
| HSL | 30º | 0.07% | 0.27% | - |
| HSV(B) | 30º | 0.13% | 0.29% | - |
| XYZ | 6.05 | 6.26 | 5.89 | - |
| YUV | 70.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 65 | 0 | 0.07 | 0.13 | 0.71 | 30 | 0.07 | 0.27 |
| Hex | 4B | 46 | 41 | 0 | 7 | D | 47 | 1E | 7 | 1B |
| Octal | 113 | 106 | 101 | 0 | 7 | 15 | 107 | 36 | 7 | 33 |
| Binary | 1001011 | 1000110 | 1000001 | 0 | 111 | 1101 | 1000111 | 11110 | 111 | 11011 |
Color Harmonies of #4B4641
Complementary color
Monochromatic Colors of #4B4641
Black with #4B4641
Text Example
Text Example
White with #4B4641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4641; }
p { color: rgb(75,70,65); }
H1.HeaderClassName
{
color: #4B4641;
}
.AnyTagClassName
{
color: #4B4641;
}
</style>
background-color css
<style>
a { background-color: #4B4641; }
a { background-color: rgb(75,70,65); }
div.DivClassName
{
background-color: #4B4641;
}
.BgClassName
{
background-color: #4B4641;
}
</style>
border-color css
<style>
span { border-color: #4B4641; }
span { border-color: rgb(75,70,65); }
td.TdClassName
{
border-color: #4B4641;
}
.TagClassName
{
border-color: #4B4641;
}
</style>