Shades of Space Shuttle #484034
Tints of Space Shuttle #484034
RGB
CMYK
RGB Variations
Color information
#484034 (or 0x484034) is known color: Space Shuttle. HEX triplet: 48, 40 and 34. RGB value is (72,64,52). Sum of RGB (Red+Green+Blue) = 72+64+52=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #484034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484034 is #B7BFCB. Grayscale: #414141. Windows color (decimal): -12042188 or 3424328. OLE color: 3424328.
HSL color Cylindrical-coordinate representation of color #484034: hue angle of 36º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #484034 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 52 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.72 |
| HSL | 36º | 0.16% | 0.24% | - |
| HSV(B) | 36º | 0.28% | 0.28% | - |
| XYZ | 5.13 | 5.29 | 4 | - |
| YUV | 65.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 52 | 0 | 0.11 | 0.28 | 0.72 | 36 | 0.16 | 0.24 |
| Hex | 48 | 40 | 34 | 0 | B | 1C | 48 | 24 | 10 | 18 |
| Octal | 110 | 100 | 64 | 0 | 13 | 34 | 110 | 44 | 20 | 30 |
| Binary | 1001000 | 1000000 | 110100 | 0 | 1011 | 11100 | 1001000 | 100100 | 10000 | 11000 |
Color Harmonies of #484034
Complementary color
Monochromatic Colors of #484034
Black with #484034
Text Example
Text Example
White with #484034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484034; }
p { color: rgb(72,64,52); }
H1.HeaderClassName
{
color: #484034;
}
.AnyTagClassName
{
color: #484034;
}
</style>
background-color css
<style>
a { background-color: #484034; }
a { background-color: rgb(72,64,52); }
div.DivClassName
{
background-color: #484034;
}
.BgClassName
{
background-color: #484034;
}
</style>
border-color css
<style>
span { border-color: #484034; }
span { border-color: rgb(72,64,52); }
td.TdClassName
{
border-color: #484034;
}
.TagClassName
{
border-color: #484034;
}
</style>