Shades of Meteorite #48356A
Tints of Meteorite #48356A
RGB
CMYK
RGB Variations
Color information
#48356A (or 0x48356A) is known color: Meteorite. HEX triplet: 48, 35 and 6A. RGB value is (72,53,106). Sum of RGB (Red+Green+Blue) = 72+53+106=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #48356A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48356A is #B7CA95. Grayscale: #404040. Windows color (decimal): -12044950 or 6960456. OLE color: 6960456.
HSL color Cylindrical-coordinate representation of color #48356A: hue angle of 261.51º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48356A is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 53 | 106 | - |
| CMYK | 0.32 | 0.5 | 0 | 0.58 |
| HSL | 261.51º | 0.33% | 0.31% | - |
| HSV(B) | 261.51º | 0.5% | 0.42% | - |
| XYZ | 6.55 | 4.96 | 14.25 | - |
| YUV | 64.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 106 | 0.32 | 0.5 | 0 | 0.58 | 261.51 | 0.33 | 0.31 |
| Hex | 48 | 35 | 6A | 20 | 32 | 0 | 3A | 106 | 21 | 1F |
| Octal | 110 | 65 | 152 | 40 | 62 | 0 | 72 | 406 | 41 | 37 |
| Binary | 1001000 | 110101 | 1101010 | 100000 | 110010 | 0 | 111010 | 100000110 | 100001 | 11111 |
Color Harmonies of #48356A
Complementary color
Monochromatic Colors of #48356A
Black with #48356A
Text Example
Text Example
White with #48356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48356A; }
p { color: rgb(72,53,106); }
H1.HeaderClassName
{
color: #48356A;
}
.AnyTagClassName
{
color: #48356A;
}
</style>
background-color css
<style>
a { background-color: #48356A; }
a { background-color: rgb(72,53,106); }
div.DivClassName
{
background-color: #48356A;
}
.BgClassName
{
background-color: #48356A;
}
</style>
border-color css
<style>
span { border-color: #48356A; }
span { border-color: rgb(72,53,106); }
td.TdClassName
{
border-color: #48356A;
}
.TagClassName
{
border-color: #48356A;
}
</style>