Shades of Meteorite #483460
Tints of Meteorite #483460
RGB
CMYK
RGB Variations
Color information
#483460 (or 0x483460) is known color: Meteorite. HEX triplet: 48, 34 and 60. RGB value is (72,52,96). Sum of RGB (Red+Green+Blue) = 72+52+96=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #483460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483460 is #B7CB9F. Grayscale: #3E3E3E. Windows color (decimal): -12045216 or 6304840. OLE color: 6304840.
HSL color Cylindrical-coordinate representation of color #483460: hue angle of 267.27º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #483460 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 52 | 96 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.62 |
| HSL | 267.27º | 0.3% | 0.29% | - |
| HSV(B) | 267.27º | 0.46% | 0.38% | - |
| XYZ | 6.01 | 4.68 | 11.65 | - |
| YUV | 63 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 96 | 0.25 | 0.46 | 0 | 0.62 | 267.27 | 0.3 | 0.29 |
| Hex | 48 | 34 | 60 | 19 | 2E | 0 | 3E | 10B | 1E | 1D |
| Octal | 110 | 64 | 140 | 31 | 56 | 0 | 76 | 413 | 36 | 35 |
| Binary | 1001000 | 110100 | 1100000 | 11001 | 101110 | 0 | 111110 | 100001011 | 11110 | 11101 |
Color Harmonies of #483460
Complementary color
Monochromatic Colors of #483460
Black with #483460
Text Example
Text Example
White with #483460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483460; }
p { color: rgb(72,52,96); }
H1.HeaderClassName
{
color: #483460;
}
.AnyTagClassName
{
color: #483460;
}
</style>
background-color css
<style>
a { background-color: #483460; }
a { background-color: rgb(72,52,96); }
div.DivClassName
{
background-color: #483460;
}
.BgClassName
{
background-color: #483460;
}
</style>
border-color css
<style>
span { border-color: #483460; }
span { border-color: rgb(72,52,96); }
td.TdClassName
{
border-color: #483460;
}
.TagClassName
{
border-color: #483460;
}
</style>