Shades of Meteorite #483760
Tints of Meteorite #483760
RGB
CMYK
RGB Variations
Color information
#483760 (or 0x483760) is known color: Meteorite. HEX triplet: 48, 37 and 60. RGB value is (72,55,96). Sum of RGB (Red+Green+Blue) = 72+55+96=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #483760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483760 is #B7C89F. Grayscale: #404040. Windows color (decimal): -12044448 or 6305608. OLE color: 6305608.
HSL color Cylindrical-coordinate representation of color #483760: hue angle of 264.88º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #483760 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 55 | 96 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.62 |
| HSL | 264.88º | 0.27% | 0.3% | - |
| HSV(B) | 264.88º | 0.43% | 0.38% | - |
| XYZ | 6.15 | 4.95 | 11.7 | - |
| YUV | 64.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 96 | 0.25 | 0.43 | 0 | 0.62 | 264.88 | 0.27 | 0.3 |
| Hex | 48 | 37 | 60 | 19 | 2B | 0 | 3E | 109 | 1B | 1E |
| Octal | 110 | 67 | 140 | 31 | 53 | 0 | 76 | 411 | 33 | 36 |
| Binary | 1001000 | 110111 | 1100000 | 11001 | 101011 | 0 | 111110 | 100001001 | 11011 | 11110 |
Color Harmonies of #483760
Complementary color
Monochromatic Colors of #483760
Black with #483760
Text Example
Text Example
White with #483760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483760; }
p { color: rgb(72,55,96); }
H1.HeaderClassName
{
color: #483760;
}
.AnyTagClassName
{
color: #483760;
}
</style>
background-color css
<style>
a { background-color: #483760; }
a { background-color: rgb(72,55,96); }
div.DivClassName
{
background-color: #483760;
}
.BgClassName
{
background-color: #483760;
}
</style>
border-color css
<style>
span { border-color: #483760; }
span { border-color: rgb(72,55,96); }
td.TdClassName
{
border-color: #483760;
}
.TagClassName
{
border-color: #483760;
}
</style>