Shades of Space Shuttle #484039
Tints of Space Shuttle #484039
RGB
CMYK
RGB Variations
Color information
#484039 (or 0x484039) is known color: Space Shuttle. HEX triplet: 48, 40 and 39. RGB value is (72,64,57). Sum of RGB (Red+Green+Blue) = 72+64+57=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #484039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484039 is #B7BFC6. Grayscale: #414141. Windows color (decimal): -12042183 or 3752008. OLE color: 3752008.
HSL color Cylindrical-coordinate representation of color #484039: hue angle of 28º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #484039 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 57 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.72 |
| HSL | 28º | 0.12% | 0.25% | - |
| HSV(B) | 28º | 0.21% | 0.28% | - |
| XYZ | 5.24 | 5.34 | 4.63 | - |
| YUV | 65.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 57 | 0 | 0.11 | 0.21 | 0.72 | 28 | 0.12 | 0.25 |
| Hex | 48 | 40 | 39 | 0 | B | 15 | 48 | 1C | C | 19 |
| Octal | 110 | 100 | 71 | 0 | 13 | 25 | 110 | 34 | 14 | 31 |
| Binary | 1001000 | 1000000 | 111001 | 0 | 1011 | 10101 | 1001000 | 11100 | 1100 | 11001 |
Color Harmonies of #484039
Complementary color
Monochromatic Colors of #484039
Black with #484039
Text Example
Text Example
White with #484039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484039; }
p { color: rgb(72,64,57); }
H1.HeaderClassName
{
color: #484039;
}
.AnyTagClassName
{
color: #484039;
}
</style>
background-color css
<style>
a { background-color: #484039; }
a { background-color: rgb(72,64,57); }
div.DivClassName
{
background-color: #484039;
}
.BgClassName
{
background-color: #484039;
}
</style>
border-color css
<style>
span { border-color: #484039; }
span { border-color: rgb(72,64,57); }
td.TdClassName
{
border-color: #484039;
}
.TagClassName
{
border-color: #484039;
}
</style>