Shades of Meteorite #484063
Tints of Meteorite #484063
RGB
CMYK
RGB Variations
Color information
#484063 (or 0x484063) is known color: Meteorite. HEX triplet: 48, 40 and 63. RGB value is (72,64,99). Sum of RGB (Red+Green+Blue) = 72+64+99=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #484063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484063 is #B7BF9C. Grayscale: #464646. Windows color (decimal): -12042141 or 6504520. OLE color: 6504520.
HSL color Cylindrical-coordinate representation of color #484063: hue angle of 253.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #484063 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 64 | 99 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.61 |
| HSL | 253.71º | 0.21% | 0.32% | - |
| HSV(B) | 253.71º | 0.35% | 0.39% | - |
| XYZ | 6.76 | 5.95 | 12.6 | - |
| YUV | 70.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 99 | 0.27 | 0.35 | 0 | 0.61 | 253.71 | 0.21 | 0.32 |
| Hex | 48 | 40 | 63 | 1B | 23 | 0 | 3D | FE | 15 | 20 |
| Octal | 110 | 100 | 143 | 33 | 43 | 0 | 75 | 376 | 25 | 40 |
| Binary | 1001000 | 1000000 | 1100011 | 11011 | 100011 | 0 | 111101 | 11111110 | 10101 | 100000 |
Color Harmonies of #484063
Complementary color
Monochromatic Colors of #484063
Black with #484063
Text Example
Text Example
White with #484063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484063; }
p { color: rgb(72,64,99); }
H1.HeaderClassName
{
color: #484063;
}
.AnyTagClassName
{
color: #484063;
}
</style>
background-color css
<style>
a { background-color: #484063; }
a { background-color: rgb(72,64,99); }
div.DivClassName
{
background-color: #484063;
}
.BgClassName
{
background-color: #484063;
}
</style>
border-color css
<style>
span { border-color: #484063; }
span { border-color: rgb(72,64,99); }
td.TdClassName
{
border-color: #484063;
}
.TagClassName
{
border-color: #484063;
}
</style>