Shades of Meteorite #48376D
Tints of Meteorite #48376D
RGB
CMYK
RGB Variations
Color information
#48376D (or 0x48376D) is known color: Meteorite. HEX triplet: 48, 37 and 6D. RGB value is (72,55,109). Sum of RGB (Red+Green+Blue) = 72+55+109=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #48376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48376D is #B7C892. Grayscale: #424242. Windows color (decimal): -12044435 or 7157576. OLE color: 7157576.
HSL color Cylindrical-coordinate representation of color #48376D: hue angle of 258.89º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48376D is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 55 | 109 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.57 |
| HSL | 258.89º | 0.33% | 0.32% | - |
| HSV(B) | 258.89º | 0.5% | 0.43% | - |
| XYZ | 6.8 | 5.21 | 15.12 | - |
| YUV | 66.24 | 152.13 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 109 | 0.34 | 0.50 | 0 | 0.57 | 258.89 | 0.33 | 0.32 |
| Hex | 48 | 37 | 6D | 22 | 32 | 0 | 39 | 103 | 21 | 20 |
| Octal | 110 | 67 | 155 | 42 | 62 | 0 | 71 | 403 | 41 | 40 |
| Binary | 1001000 | 110111 | 1101101 | 100010 | 110010 | 0 | 111001 | 100000011 | 100001 | 100000 |
Color Harmonies of #48376D
Complementary color
Monochromatic Colors of #48376D
Black with #48376D
Text Example
Text Example
White with #48376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48376D; }
p { color: rgb(72,55,109); }
H1.HeaderClassName
{
color: #48376D;
}
.AnyTagClassName
{
color: #48376D;
}
</style>
background-color css
<style>
a { background-color: #48376D; }
a { background-color: rgb(72,55,109); }
div.DivClassName
{
background-color: #48376D;
}
.BgClassName
{
background-color: #48376D;
}
</style>
border-color css
<style>
span { border-color: #48376D; }
span { border-color: rgb(72,55,109); }
td.TdClassName
{
border-color: #48376D;
}
.TagClassName
{
border-color: #48376D;
}
</style>