Shades of Meteorite #483364
Tints of Meteorite #483364
RGB
CMYK
RGB Variations
Color information
#483364 (or 0x483364) is known color: Meteorite. HEX triplet: 48, 33 and 64. RGB value is (72,51,100). Sum of RGB (Red+Green+Blue) = 72+51+100=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #483364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483364 is #B7CC9B. Grayscale: #3E3E3E. Windows color (decimal): -12045468 or 6566728. OLE color: 6566728.
HSL color Cylindrical-coordinate representation of color #483364: hue angle of 265.71º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #483364 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 51 | 100 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.61 |
| HSL | 265.71º | 0.32% | 0.3% | - |
| HSV(B) | 265.71º | 0.49% | 0.39% | - |
| XYZ | 6.16 | 4.67 | 12.63 | - |
| YUV | 62.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 100 | 0.28 | 0.49 | 0 | 0.61 | 265.71 | 0.32 | 0.3 |
| Hex | 48 | 33 | 64 | 1C | 31 | 0 | 3D | 10A | 20 | 1E |
| Octal | 110 | 63 | 144 | 34 | 61 | 0 | 75 | 412 | 40 | 36 |
| Binary | 1001000 | 110011 | 1100100 | 11100 | 110001 | 0 | 111101 | 100001010 | 100000 | 11110 |
Color Harmonies of #483364
Complementary color
Monochromatic Colors of #483364
Black with #483364
Text Example
Text Example
White with #483364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483364; }
p { color: rgb(72,51,100); }
H1.HeaderClassName
{
color: #483364;
}
.AnyTagClassName
{
color: #483364;
}
</style>
background-color css
<style>
a { background-color: #483364; }
a { background-color: rgb(72,51,100); }
div.DivClassName
{
background-color: #483364;
}
.BgClassName
{
background-color: #483364;
}
</style>
border-color css
<style>
span { border-color: #483364; }
span { border-color: rgb(72,51,100); }
td.TdClassName
{
border-color: #483364;
}
.TagClassName
{
border-color: #483364;
}
</style>