Shades of Space Shuttle #48423B
Tints of Space Shuttle #48423B
RGB
CMYK
RGB Variations
Color information
#48423B (or 0x48423B) is known color: Space Shuttle. HEX triplet: 48, 42 and 3B. RGB value is (72,66,59). Sum of RGB (Red+Green+Blue) = 72+66+59=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 72 - color contains mainly: red. Hex color #48423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48423B is #B7BDC4. Grayscale: #434343. Windows color (decimal): -12041669 or 3883592. OLE color: 3883592.
HSL color Cylindrical-coordinate representation of color #48423B: hue angle of 32.31º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #48423B is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 66 | 59 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.72 |
| HSL | 32.31º | 0.1% | 0.26% | - |
| HSV(B) | 32.31º | 0.18% | 0.28% | - |
| XYZ | 5.41 | 5.59 | 4.93 | - |
| YUV | 67 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 59 | 0 | 0.08 | 0.18 | 0.72 | 32.31 | 0.1 | 0.26 |
| Hex | 48 | 42 | 3B | 0 | 8 | 12 | 48 | 20 | A | 1A |
| Octal | 110 | 102 | 73 | 0 | 10 | 22 | 110 | 40 | 12 | 32 |
| Binary | 1001000 | 1000010 | 111011 | 0 | 1000 | 10010 | 1001000 | 100000 | 1010 | 11010 |
Color Harmonies of #48423B
Complementary color
Monochromatic Colors of #48423B
Black with #48423B
Text Example
Text Example
White with #48423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48423B; }
p { color: rgb(72,66,59); }
H1.HeaderClassName
{
color: #48423B;
}
.AnyTagClassName
{
color: #48423B;
}
</style>
background-color css
<style>
a { background-color: #48423B; }
a { background-color: rgb(72,66,59); }
div.DivClassName
{
background-color: #48423B;
}
.BgClassName
{
background-color: #48423B;
}
</style>
border-color css
<style>
span { border-color: #48423B; }
span { border-color: rgb(72,66,59); }
td.TdClassName
{
border-color: #48423B;
}
.TagClassName
{
border-color: #48423B;
}
</style>