Shades of Meteorite #48395A
Tints of Meteorite #48395A
RGB
CMYK
RGB Variations
Color information
#48395A (or 0x48395A) is known color: Meteorite. HEX triplet: 48, 39 and 5A. RGB value is (72,57,90). Sum of RGB (Red+Green+Blue) = 72+57+90=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #48395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48395A is #B7C6A5. Grayscale: #414141. Windows color (decimal): -12043942 or 5912904. OLE color: 5912904.
HSL color Cylindrical-coordinate representation of color #48395A: hue angle of 267.27º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #48395A is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 57 | 90 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.65 |
| HSL | 267.27º | 0.22% | 0.29% | - |
| HSV(B) | 267.27º | 0.37% | 0.35% | - |
| XYZ | 5.98 | 5.04 | 10.33 | - |
| YUV | 65.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 90 | 0.20 | 0.37 | 0 | 0.65 | 267.27 | 0.22 | 0.29 |
| Hex | 48 | 39 | 5A | 14 | 25 | 0 | 41 | 10B | 16 | 1D |
| Octal | 110 | 71 | 132 | 24 | 45 | 0 | 101 | 413 | 26 | 35 |
| Binary | 1001000 | 111001 | 1011010 | 10100 | 100101 | 0 | 1000001 | 100001011 | 10110 | 11101 |
Color Harmonies of #48395A
Complementary color
Monochromatic Colors of #48395A
Black with #48395A
Text Example
Text Example
White with #48395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48395A; }
p { color: rgb(72,57,90); }
H1.HeaderClassName
{
color: #48395A;
}
.AnyTagClassName
{
color: #48395A;
}
</style>
background-color css
<style>
a { background-color: #48395A; }
a { background-color: rgb(72,57,90); }
div.DivClassName
{
background-color: #48395A;
}
.BgClassName
{
background-color: #48395A;
}
</style>
border-color css
<style>
span { border-color: #48395A; }
span { border-color: rgb(72,57,90); }
td.TdClassName
{
border-color: #48395A;
}
.TagClassName
{
border-color: #48395A;
}
</style>