Shades of Space Shuttle #484746
Tints of Space Shuttle #484746
RGB
CMYK
RGB Variations
Color information
#484746 (or 0x484746) is known color: Space Shuttle. HEX triplet: 48, 47 and 46. RGB value is (72,71,70). Sum of RGB (Red+Green+Blue) = 72+71+70=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 72 - color contains mainly: red. Hex color #484746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484746 is #B7B8B9. Grayscale: #474747. Windows color (decimal): -12040378 or 4605768. OLE color: 4605768.
HSL color Cylindrical-coordinate representation of color #484746: hue angle of 30º degrees, saturation: 0.01, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #484746 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 70 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.72 |
| HSL | 30º | 0.01% | 0.28% | - |
| HSV(B) | 30º | 0.03% | 0.28% | - |
| XYZ | 6.03 | 6.33 | 6.7 | - |
| YUV | 71.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 70 | 0 | 0.01 | 0.03 | 0.72 | 30 | 0.01 | 0.28 |
| Hex | 48 | 47 | 46 | 0 | 1 | 3 | 48 | 1E | 1 | 1C |
| Octal | 110 | 107 | 106 | 0 | 1 | 3 | 110 | 36 | 1 | 34 |
| Binary | 1001000 | 1000111 | 1000110 | 0 | 1 | 11 | 1001000 | 11110 | 1 | 11100 |
Color Harmonies of #484746
Complementary color
Monochromatic Colors of #484746
Black with #484746
Text Example
Text Example
White with #484746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484746; }
p { color: rgb(72,71,70); }
H1.HeaderClassName
{
color: #484746;
}
.AnyTagClassName
{
color: #484746;
}
</style>
background-color css
<style>
a { background-color: #484746; }
a { background-color: rgb(72,71,70); }
div.DivClassName
{
background-color: #484746;
}
.BgClassName
{
background-color: #484746;
}
</style>
border-color css
<style>
span { border-color: #484746; }
span { border-color: rgb(72,71,70); }
td.TdClassName
{
border-color: #484746;
}
.TagClassName
{
border-color: #484746;
}
</style>