Shades of Meteorite #483972
Tints of Meteorite #483972
RGB
CMYK
RGB Variations
Color information
#483972 (or 0x483972) is known color: Meteorite. HEX triplet: 48, 39 and 72. RGB value is (72,57,114). Sum of RGB (Red+Green+Blue) = 72+57+114=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #483972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483972 is #B7C68D. Grayscale: #434343. Windows color (decimal): -12043918 or 7485768. OLE color: 7485768.
HSL color Cylindrical-coordinate representation of color #483972: hue angle of 255.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483972 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 57 | 114 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.55 |
| HSL | 255.79º | 0.33% | 0.34% | - |
| HSV(B) | 255.79º | 0.5% | 0.45% | - |
| XYZ | 7.17 | 5.52 | 16.61 | - |
| YUV | 67.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 114 | 0.37 | 0.50 | 0 | 0.55 | 255.79 | 0.33 | 0.34 |
| Hex | 48 | 39 | 72 | 25 | 32 | 0 | 37 | 100 | 21 | 22 |
| Octal | 110 | 71 | 162 | 45 | 62 | 0 | 67 | 400 | 41 | 42 |
| Binary | 1001000 | 111001 | 1110010 | 100101 | 110010 | 0 | 110111 | 100000000 | 100001 | 100010 |
Color Harmonies of #483972
Complementary color
Monochromatic Colors of #483972
Black with #483972
Text Example
Text Example
White with #483972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483972; }
p { color: rgb(72,57,114); }
H1.HeaderClassName
{
color: #483972;
}
.AnyTagClassName
{
color: #483972;
}
</style>
background-color css
<style>
a { background-color: #483972; }
a { background-color: rgb(72,57,114); }
div.DivClassName
{
background-color: #483972;
}
.BgClassName
{
background-color: #483972;
}
</style>
border-color css
<style>
span { border-color: #483972; }
span { border-color: rgb(72,57,114); }
td.TdClassName
{
border-color: #483972;
}
.TagClassName
{
border-color: #483972;
}
</style>