Shades of Space Shuttle #4B4236
Tints of Space Shuttle #4B4236
RGB
CMYK
RGB Variations
Color information
#4B4236 (or 0x4B4236) is known color: Space Shuttle. HEX triplet: 4B, 42 and 36. RGB value is (75,66,54). Sum of RGB (Red+Green+Blue) = 75+66+54=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4236 is #B4BDC9. Grayscale: #434343. Windows color (decimal): -11845066 or 3555915. OLE color: 3555915.
HSL color Cylindrical-coordinate representation of color #4B4236: hue angle of 34.29º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B4236 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 54 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.71 |
| HSL | 34.29º | 0.16% | 0.25% | - |
| HSV(B) | 34.29º | 0.28% | 0.29% | - |
| XYZ | 5.52 | 5.66 | 4.29 | - |
| YUV | 67.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 54 | 0 | 0.12 | 0.28 | 0.71 | 34.29 | 0.16 | 0.25 |
| Hex | 4B | 42 | 36 | 0 | C | 1C | 47 | 22 | 10 | 19 |
| Octal | 113 | 102 | 66 | 0 | 14 | 34 | 107 | 42 | 20 | 31 |
| Binary | 1001011 | 1000010 | 110110 | 0 | 1100 | 11100 | 1000111 | 100010 | 10000 | 11001 |
Color Harmonies of #4B4236
Complementary color
Monochromatic Colors of #4B4236
Black with #4B4236
Text Example
Text Example
White with #4B4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4236; }
p { color: rgb(75,66,54); }
H1.HeaderClassName
{
color: #4B4236;
}
.AnyTagClassName
{
color: #4B4236;
}
</style>
background-color css
<style>
a { background-color: #4B4236; }
a { background-color: rgb(75,66,54); }
div.DivClassName
{
background-color: #4B4236;
}
.BgClassName
{
background-color: #4B4236;
}
</style>
border-color css
<style>
span { border-color: #4B4236; }
span { border-color: rgb(75,66,54); }
td.TdClassName
{
border-color: #4B4236;
}
.TagClassName
{
border-color: #4B4236;
}
</style>