Shades of Space Shuttle #484035
Tints of Space Shuttle #484035
RGB
CMYK
RGB Variations
Color information
#484035 (or 0x484035) is known color: Space Shuttle. HEX triplet: 48, 40 and 35. RGB value is (72,64,53). Sum of RGB (Red+Green+Blue) = 72+64+53=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #484035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484035 is #B7BFCA. Grayscale: #414141. Windows color (decimal): -12042187 or 3489864. OLE color: 3489864.
HSL color Cylindrical-coordinate representation of color #484035: hue angle of 34.74º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #484035 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 53 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.72 |
| HSL | 34.74º | 0.15% | 0.25% | - |
| HSV(B) | 34.74º | 0.26% | 0.28% | - |
| XYZ | 5.15 | 5.3 | 4.12 | - |
| YUV | 65.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 53 | 0 | 0.11 | 0.26 | 0.72 | 34.74 | 0.15 | 0.25 |
| Hex | 48 | 40 | 35 | 0 | B | 1A | 48 | 23 | F | 19 |
| Octal | 110 | 100 | 65 | 0 | 13 | 32 | 110 | 43 | 17 | 31 |
| Binary | 1001000 | 1000000 | 110101 | 0 | 1011 | 11010 | 1001000 | 100011 | 1111 | 11001 |
Color Harmonies of #484035
Complementary color
Monochromatic Colors of #484035
Black with #484035
Text Example
Text Example
White with #484035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484035; }
p { color: rgb(72,64,53); }
H1.HeaderClassName
{
color: #484035;
}
.AnyTagClassName
{
color: #484035;
}
</style>
background-color css
<style>
a { background-color: #484035; }
a { background-color: rgb(72,64,53); }
div.DivClassName
{
background-color: #484035;
}
.BgClassName
{
background-color: #484035;
}
</style>
border-color css
<style>
span { border-color: #484035; }
span { border-color: rgb(72,64,53); }
td.TdClassName
{
border-color: #484035;
}
.TagClassName
{
border-color: #484035;
}
</style>