Shades of Meteorite #48415C
Tints of Meteorite #48415C
RGB
CMYK
RGB Variations
Color information
#48415C (or 0x48415C) is known color: Meteorite. HEX triplet: 48, 41 and 5C. RGB value is (72,65,92). Sum of RGB (Red+Green+Blue) = 72+65+92=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #48415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48415C is #B7BEA3. Grayscale: #464646. Windows color (decimal): -12041892 or 6046024. OLE color: 6046024.
HSL color Cylindrical-coordinate representation of color #48415C: hue angle of 255.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48415C is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 65 | 92 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.64 |
| HSL | 255.56º | 0.17% | 0.31% | - |
| HSV(B) | 255.56º | 0.29% | 0.36% | - |
| XYZ | 6.49 | 5.93 | 10.93 | - |
| YUV | 70.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 92 | 0.22 | 0.29 | 0 | 0.64 | 255.56 | 0.17 | 0.31 |
| Hex | 48 | 41 | 5C | 16 | 1D | 0 | 40 | 100 | 11 | 1F |
| Octal | 110 | 101 | 134 | 26 | 35 | 0 | 100 | 400 | 21 | 37 |
| Binary | 1001000 | 1000001 | 1011100 | 10110 | 11101 | 0 | 1000000 | 100000000 | 10001 | 11111 |
Color Harmonies of #48415C
Complementary color
Monochromatic Colors of #48415C
Black with #48415C
Text Example
Text Example
White with #48415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48415C; }
p { color: rgb(72,65,92); }
H1.HeaderClassName
{
color: #48415C;
}
.AnyTagClassName
{
color: #48415C;
}
</style>
background-color css
<style>
a { background-color: #48415C; }
a { background-color: rgb(72,65,92); }
div.DivClassName
{
background-color: #48415C;
}
.BgClassName
{
background-color: #48415C;
}
</style>
border-color css
<style>
span { border-color: #48415C; }
span { border-color: rgb(72,65,92); }
td.TdClassName
{
border-color: #48415C;
}
.TagClassName
{
border-color: #48415C;
}
</style>