Shades of Space Shuttle #48423C
Tints of Space Shuttle #48423C
RGB
CMYK
RGB Variations
Color information
#48423C (or 0x48423C) is known color: Space Shuttle. HEX triplet: 48, 42 and 3C. RGB value is (72,66,60). Sum of RGB (Red+Green+Blue) = 72+66+60=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 72 - color contains mainly: red. Hex color #48423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48423C is #B7BDC3. Grayscale: #434343. Windows color (decimal): -12041668 or 3949128. OLE color: 3949128.
HSL color Cylindrical-coordinate representation of color #48423C: hue angle of 30º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #48423C is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 66 | 60 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.72 |
| HSL | 30º | 0.09% | 0.26% | - |
| HSV(B) | 30º | 0.17% | 0.28% | - |
| XYZ | 5.44 | 5.6 | 5.07 | - |
| YUV | 67.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 60 | 0 | 0.08 | 0.17 | 0.72 | 30 | 0.09 | 0.26 |
| Hex | 48 | 42 | 3C | 0 | 8 | 11 | 48 | 1E | 9 | 1A |
| Octal | 110 | 102 | 74 | 0 | 10 | 21 | 110 | 36 | 11 | 32 |
| Binary | 1001000 | 1000010 | 111100 | 0 | 1000 | 10001 | 1001000 | 11110 | 1001 | 11010 |
Color Harmonies of #48423C
Complementary color
Monochromatic Colors of #48423C
Black with #48423C
Text Example
Text Example
White with #48423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48423C; }
p { color: rgb(72,66,60); }
H1.HeaderClassName
{
color: #48423C;
}
.AnyTagClassName
{
color: #48423C;
}
</style>
background-color css
<style>
a { background-color: #48423C; }
a { background-color: rgb(72,66,60); }
div.DivClassName
{
background-color: #48423C;
}
.BgClassName
{
background-color: #48423C;
}
</style>
border-color css
<style>
span { border-color: #48423C; }
span { border-color: rgb(72,66,60); }
td.TdClassName
{
border-color: #48423C;
}
.TagClassName
{
border-color: #48423C;
}
</style>