Shades of Meteorite #48346A
Tints of Meteorite #48346A
RGB
CMYK
RGB Variations
Color information
#48346A (or 0x48346A) is known color: Meteorite. HEX triplet: 48, 34 and 6A. RGB value is (72,52,106). Sum of RGB (Red+Green+Blue) = 72+52+106=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #48346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48346A is #B7CB95. Grayscale: #3F3F3F. Windows color (decimal): -12045206 or 6960200. OLE color: 6960200.
HSL color Cylindrical-coordinate representation of color #48346A: hue angle of 262.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48346A is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 52 | 106 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.58 |
| HSL | 262.22º | 0.34% | 0.31% | - |
| HSV(B) | 262.22º | 0.51% | 0.42% | - |
| XYZ | 6.5 | 4.87 | 14.23 | - |
| YUV | 64.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 106 | 0.32 | 0.51 | 0 | 0.58 | 262.22 | 0.34 | 0.31 |
| Hex | 48 | 34 | 6A | 20 | 33 | 0 | 3A | 106 | 22 | 1F |
| Octal | 110 | 64 | 152 | 40 | 63 | 0 | 72 | 406 | 42 | 37 |
| Binary | 1001000 | 110100 | 1101010 | 100000 | 110011 | 0 | 111010 | 100000110 | 100010 | 11111 |
Color Harmonies of #48346A
Complementary color
Monochromatic Colors of #48346A
Black with #48346A
Text Example
Text Example
White with #48346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48346A; }
p { color: rgb(72,52,106); }
H1.HeaderClassName
{
color: #48346A;
}
.AnyTagClassName
{
color: #48346A;
}
</style>
background-color css
<style>
a { background-color: #48346A; }
a { background-color: rgb(72,52,106); }
div.DivClassName
{
background-color: #48346A;
}
.BgClassName
{
background-color: #48346A;
}
</style>
border-color css
<style>
span { border-color: #48346A; }
span { border-color: rgb(72,52,106); }
td.TdClassName
{
border-color: #48346A;
}
.TagClassName
{
border-color: #48346A;
}
</style>