Shades of Meteorite #483873
Tints of Meteorite #483873
RGB
CMYK
RGB Variations
Color information
#483873 (or 0x483873) is known color: Meteorite. HEX triplet: 48, 38 and 73. RGB value is (72,56,115). Sum of RGB (Red+Green+Blue) = 72+56+115=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #483873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483873 is #B7C78C. Grayscale: #434343. Windows color (decimal): -12044173 or 7551048. OLE color: 7551048.
HSL color Cylindrical-coordinate representation of color #483873: hue angle of 256.27º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483873 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 56 | 115 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.55 |
| HSL | 256.27º | 0.35% | 0.34% | - |
| HSV(B) | 256.27º | 0.51% | 0.45% | - |
| XYZ | 7.18 | 5.44 | 16.89 | - |
| YUV | 67.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 115 | 0.37 | 0.51 | 0 | 0.55 | 256.27 | 0.35 | 0.34 |
| Hex | 48 | 38 | 73 | 25 | 33 | 0 | 37 | 100 | 23 | 22 |
| Octal | 110 | 70 | 163 | 45 | 63 | 0 | 67 | 400 | 43 | 42 |
| Binary | 1001000 | 111000 | 1110011 | 100101 | 110011 | 0 | 110111 | 100000000 | 100011 | 100010 |
Color Harmonies of #483873
Complementary color
Monochromatic Colors of #483873
Black with #483873
Text Example
Text Example
White with #483873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483873; }
p { color: rgb(72,56,115); }
H1.HeaderClassName
{
color: #483873;
}
.AnyTagClassName
{
color: #483873;
}
</style>
background-color css
<style>
a { background-color: #483873; }
a { background-color: rgb(72,56,115); }
div.DivClassName
{
background-color: #483873;
}
.BgClassName
{
background-color: #483873;
}
</style>
border-color css
<style>
span { border-color: #483873; }
span { border-color: rgb(72,56,115); }
td.TdClassName
{
border-color: #483873;
}
.TagClassName
{
border-color: #483873;
}
</style>