Shades of Space Shuttle #484541
Tints of Space Shuttle #484541
RGB
CMYK
RGB Variations
Color information
#484541 (or 0x484541) is known color: Space Shuttle. HEX triplet: 48, 45 and 41. RGB value is (72,69,65). Sum of RGB (Red+Green+Blue) = 72+69+65=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 72 - color contains mainly: red. Hex color #484541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484541 is #B7BABE. Grayscale: #454545. Windows color (decimal): -12040895 or 4277576. OLE color: 4277576.
HSL color Cylindrical-coordinate representation of color #484541: hue angle of 34.29º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #484541 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 69 | 65 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.72 |
| HSL | 34.29º | 0.05% | 0.27% | - |
| HSV(B) | 34.29º | 0.1% | 0.28% | - |
| XYZ | 5.75 | 6.02 | 5.86 | - |
| YUV | 69.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 65 | 0 | 0.04 | 0.10 | 0.72 | 34.29 | 0.05 | 0.27 |
| Hex | 48 | 45 | 41 | 0 | 4 | A | 48 | 22 | 5 | 1B |
| Octal | 110 | 105 | 101 | 0 | 4 | 12 | 110 | 42 | 5 | 33 |
| Binary | 1001000 | 1000101 | 1000001 | 0 | 100 | 1010 | 1001000 | 100010 | 101 | 11011 |
Color Harmonies of #484541
Complementary color
Monochromatic Colors of #484541
Black with #484541
Text Example
Text Example
White with #484541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484541; }
p { color: rgb(72,69,65); }
H1.HeaderClassName
{
color: #484541;
}
.AnyTagClassName
{
color: #484541;
}
</style>
background-color css
<style>
a { background-color: #484541; }
a { background-color: rgb(72,69,65); }
div.DivClassName
{
background-color: #484541;
}
.BgClassName
{
background-color: #484541;
}
</style>
border-color css
<style>
span { border-color: #484541; }
span { border-color: rgb(72,69,65); }
td.TdClassName
{
border-color: #484541;
}
.TagClassName
{
border-color: #484541;
}
</style>