Shades of Meteorite #484163
Tints of Meteorite #484163
RGB
CMYK
RGB Variations
Color information
#484163 (or 0x484163) is known color: Meteorite. HEX triplet: 48, 41 and 63. RGB value is (72,65,99). Sum of RGB (Red+Green+Blue) = 72+65+99=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #484163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484163 is #B7BE9C. Grayscale: #464646. Windows color (decimal): -12041885 or 6504776. OLE color: 6504776.
HSL color Cylindrical-coordinate representation of color #484163: hue angle of 252.35º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #484163 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 65 | 99 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.61 |
| HSL | 252.35º | 0.21% | 0.32% | - |
| HSV(B) | 252.35º | 0.34% | 0.39% | - |
| XYZ | 6.81 | 6.06 | 12.61 | - |
| YUV | 70.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 99 | 0.27 | 0.34 | 0 | 0.61 | 252.35 | 0.21 | 0.32 |
| Hex | 48 | 41 | 63 | 1B | 22 | 0 | 3D | FC | 15 | 20 |
| Octal | 110 | 101 | 143 | 33 | 42 | 0 | 75 | 374 | 25 | 40 |
| Binary | 1001000 | 1000001 | 1100011 | 11011 | 100010 | 0 | 111101 | 11111100 | 10101 | 100000 |
Color Harmonies of #484163
Complementary color
Monochromatic Colors of #484163
Black with #484163
Text Example
Text Example
White with #484163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484163; }
p { color: rgb(72,65,99); }
H1.HeaderClassName
{
color: #484163;
}
.AnyTagClassName
{
color: #484163;
}
</style>
background-color css
<style>
a { background-color: #484163; }
a { background-color: rgb(72,65,99); }
div.DivClassName
{
background-color: #484163;
}
.BgClassName
{
background-color: #484163;
}
</style>
border-color css
<style>
span { border-color: #484163; }
span { border-color: rgb(72,65,99); }
td.TdClassName
{
border-color: #484163;
}
.TagClassName
{
border-color: #484163;
}
</style>