Shades of Space Shuttle #484036
Tints of Space Shuttle #484036
RGB
CMYK
RGB Variations
Color information
#484036 (or 0x484036) is known color: Space Shuttle. HEX triplet: 48, 40 and 36. RGB value is (72,64,54). Sum of RGB (Red+Green+Blue) = 72+64+54=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #484036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484036 is #B7BFC9. Grayscale: #414141. Windows color (decimal): -12042186 or 3555400. OLE color: 3555400.
HSL color Cylindrical-coordinate representation of color #484036: hue angle of 33.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #484036 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 54 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.72 |
| HSL | 33.33º | 0.14% | 0.25% | - |
| HSV(B) | 33.33º | 0.25% | 0.28% | - |
| XYZ | 5.17 | 5.31 | 4.24 | - |
| YUV | 65.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 54 | 0 | 0.11 | 0.25 | 0.72 | 33.33 | 0.14 | 0.25 |
| Hex | 48 | 40 | 36 | 0 | B | 19 | 48 | 21 | E | 19 |
| Octal | 110 | 100 | 66 | 0 | 13 | 31 | 110 | 41 | 16 | 31 |
| Binary | 1001000 | 1000000 | 110110 | 0 | 1011 | 11001 | 1001000 | 100001 | 1110 | 11001 |
Color Harmonies of #484036
Complementary color
Monochromatic Colors of #484036
Black with #484036
Text Example
Text Example
White with #484036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484036; }
p { color: rgb(72,64,54); }
H1.HeaderClassName
{
color: #484036;
}
.AnyTagClassName
{
color: #484036;
}
</style>
background-color css
<style>
a { background-color: #484036; }
a { background-color: rgb(72,64,54); }
div.DivClassName
{
background-color: #484036;
}
.BgClassName
{
background-color: #484036;
}
</style>
border-color css
<style>
span { border-color: #484036; }
span { border-color: rgb(72,64,54); }
td.TdClassName
{
border-color: #484036;
}
.TagClassName
{
border-color: #484036;
}
</style>