Shades of Space Shuttle #4B463F
Tints of Space Shuttle #4B463F
RGB
CMYK
RGB Variations
Color information
#4B463F (or 0x4B463F) is known color: Space Shuttle. HEX triplet: 4B, 46 and 3F. RGB value is (75,70,63). Sum of RGB (Red+Green+Blue) = 75+70+63=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 75 - color contains mainly: red. Hex color #4B463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B463F is #B4B9C0. Grayscale: #464646. Windows color (decimal): -11844033 or 4146763. OLE color: 4146763.
HSL color Cylindrical-coordinate representation of color #4B463F: hue angle of 35º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B463F is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 70 | 63 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.71 |
| HSL | 35º | 0.09% | 0.27% | - |
| HSV(B) | 35º | 0.16% | 0.29% | - |
| XYZ | 5.99 | 6.24 | 5.59 | - |
| YUV | 70.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 63 | 0 | 0.07 | 0.16 | 0.71 | 35 | 0.09 | 0.27 |
| Hex | 4B | 46 | 3F | 0 | 7 | 10 | 47 | 23 | 9 | 1B |
| Octal | 113 | 106 | 77 | 0 | 7 | 20 | 107 | 43 | 11 | 33 |
| Binary | 1001011 | 1000110 | 111111 | 0 | 111 | 10000 | 1000111 | 100011 | 1001 | 11011 |
Color Harmonies of #4B463F
Complementary color
Monochromatic Colors of #4B463F
Black with #4B463F
Text Example
Text Example
White with #4B463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B463F; }
p { color: rgb(75,70,63); }
H1.HeaderClassName
{
color: #4B463F;
}
.AnyTagClassName
{
color: #4B463F;
}
</style>
background-color css
<style>
a { background-color: #4B463F; }
a { background-color: rgb(75,70,63); }
div.DivClassName
{
background-color: #4B463F;
}
.BgClassName
{
background-color: #4B463F;
}
</style>
border-color css
<style>
span { border-color: #4B463F; }
span { border-color: rgb(75,70,63); }
td.TdClassName
{
border-color: #4B463F;
}
.TagClassName
{
border-color: #4B463F;
}
</style>