Shades of Space Shuttle #4B463D
Tints of Space Shuttle #4B463D
RGB
CMYK
RGB Variations
Color information
#4B463D (or 0x4B463D) is known color: Space Shuttle. HEX triplet: 4B, 46 and 3D. RGB value is (75,70,61). Sum of RGB (Red+Green+Blue) = 75+70+61=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 75 - color contains mainly: red. Hex color #4B463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B463D is #B4B9C2. Grayscale: #464646. Windows color (decimal): -11844035 or 4015691. OLE color: 4015691.
HSL color Cylindrical-coordinate representation of color #4B463D: hue angle of 38.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B463D is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 70 | 61 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.71 |
| HSL | 38.57º | 0.1% | 0.27% | - |
| HSV(B) | 38.57º | 0.19% | 0.29% | - |
| XYZ | 5.93 | 6.21 | 5.3 | - |
| YUV | 70.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 61 | 0 | 0.07 | 0.19 | 0.71 | 38.57 | 0.1 | 0.27 |
| Hex | 4B | 46 | 3D | 0 | 7 | 13 | 47 | 27 | A | 1B |
| Octal | 113 | 106 | 75 | 0 | 7 | 23 | 107 | 47 | 12 | 33 |
| Binary | 1001011 | 1000110 | 111101 | 0 | 111 | 10011 | 1000111 | 100111 | 1010 | 11011 |
Color Harmonies of #4B463D
Complementary color
Monochromatic Colors of #4B463D
Black with #4B463D
Text Example
Text Example
White with #4B463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B463D; }
p { color: rgb(75,70,61); }
H1.HeaderClassName
{
color: #4B463D;
}
.AnyTagClassName
{
color: #4B463D;
}
</style>
background-color css
<style>
a { background-color: #4B463D; }
a { background-color: rgb(75,70,61); }
div.DivClassName
{
background-color: #4B463D;
}
.BgClassName
{
background-color: #4B463D;
}
</style>
border-color css
<style>
span { border-color: #4B463D; }
span { border-color: rgb(75,70,61); }
td.TdClassName
{
border-color: #4B463D;
}
.TagClassName
{
border-color: #4B463D;
}
</style>