Shades of Space Shuttle #484237
Tints of Space Shuttle #484237
RGB
CMYK
RGB Variations
Color information
#484237 (or 0x484237) is known color: Space Shuttle. HEX triplet: 48, 42 and 37. RGB value is (72,66,55). Sum of RGB (Red+Green+Blue) = 72+66+55=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #484237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484237 is #B7BDC8. Grayscale: #424242. Windows color (decimal): -12041673 or 3621448. OLE color: 3621448.
HSL color Cylindrical-coordinate representation of color #484237: hue angle of 38.82º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #484237 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 66 | 55 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.72 |
| HSL | 38.82º | 0.13% | 0.25% | - |
| HSV(B) | 38.82º | 0.24% | 0.28% | - |
| XYZ | 5.31 | 5.55 | 4.41 | - |
| YUV | 66.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 55 | 0 | 0.08 | 0.24 | 0.72 | 38.82 | 0.13 | 0.25 |
| Hex | 48 | 42 | 37 | 0 | 8 | 18 | 48 | 27 | D | 19 |
| Octal | 110 | 102 | 67 | 0 | 10 | 30 | 110 | 47 | 15 | 31 |
| Binary | 1001000 | 1000010 | 110111 | 0 | 1000 | 11000 | 1001000 | 100111 | 1101 | 11001 |
Color Harmonies of #484237
Complementary color
Monochromatic Colors of #484237
Black with #484237
Text Example
Text Example
White with #484237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484237; }
p { color: rgb(72,66,55); }
H1.HeaderClassName
{
color: #484237;
}
.AnyTagClassName
{
color: #484237;
}
</style>
background-color css
<style>
a { background-color: #484237; }
a { background-color: rgb(72,66,55); }
div.DivClassName
{
background-color: #484237;
}
.BgClassName
{
background-color: #484237;
}
</style>
border-color css
<style>
span { border-color: #484237; }
span { border-color: rgb(72,66,55); }
td.TdClassName
{
border-color: #484237;
}
.TagClassName
{
border-color: #484237;
}
</style>