Shades of Meteorite #483F63
Tints of Meteorite #483F63
RGB
CMYK
RGB Variations
Color information
#483F63 (or 0x483F63) is known color: Meteorite. HEX triplet: 48, 3F and 63. RGB value is (72,63,99). Sum of RGB (Red+Green+Blue) = 72+63+99=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #483F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F63 is #B7C09C. Grayscale: #454545. Windows color (decimal): -12042397 or 6504264. OLE color: 6504264.
HSL color Cylindrical-coordinate representation of color #483F63: hue angle of 255º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #483F63 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 63 | 99 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.61 |
| HSL | 255º | 0.22% | 0.32% | - |
| HSV(B) | 255º | 0.36% | 0.39% | - |
| XYZ | 6.7 | 5.83 | 12.58 | - |
| YUV | 69.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 99 | 0.27 | 0.36 | 0 | 0.61 | 255 | 0.22 | 0.32 |
| Hex | 48 | 3F | 63 | 1B | 24 | 0 | 3D | FF | 16 | 20 |
| Octal | 110 | 77 | 143 | 33 | 44 | 0 | 75 | 377 | 26 | 40 |
| Binary | 1001000 | 111111 | 1100011 | 11011 | 100100 | 0 | 111101 | 11111111 | 10110 | 100000 |
Color Harmonies of #483F63
Complementary color
Monochromatic Colors of #483F63
Black with #483F63
Text Example
Text Example
White with #483F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F63; }
p { color: rgb(72,63,99); }
H1.HeaderClassName
{
color: #483F63;
}
.AnyTagClassName
{
color: #483F63;
}
</style>
background-color css
<style>
a { background-color: #483F63; }
a { background-color: rgb(72,63,99); }
div.DivClassName
{
background-color: #483F63;
}
.BgClassName
{
background-color: #483F63;
}
</style>
border-color css
<style>
span { border-color: #483F63; }
span { border-color: rgb(72,63,99); }
td.TdClassName
{
border-color: #483F63;
}
.TagClassName
{
border-color: #483F63;
}
</style>