Shades of Meteorite #483B63
Tints of Meteorite #483B63
RGB
CMYK
RGB Variations
Color information
#483B63 (or 0x483B63) is known color: Meteorite. HEX triplet: 48, 3B and 63. RGB value is (72,59,99). Sum of RGB (Red+Green+Blue) = 72+59+99=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #483B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483B63 is #B7C49C. Grayscale: #434343. Windows color (decimal): -12043421 or 6503240. OLE color: 6503240.
HSL color Cylindrical-coordinate representation of color #483B63: hue angle of 259.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #483B63 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 59 | 99 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.61 |
| HSL | 259.5º | 0.25% | 0.31% | - |
| HSV(B) | 259.5º | 0.4% | 0.39% | - |
| XYZ | 6.49 | 5.41 | 12.51 | - |
| YUV | 67.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 99 | 0.27 | 0.40 | 0 | 0.61 | 259.5 | 0.25 | 0.31 |
| Hex | 48 | 3B | 63 | 1B | 28 | 0 | 3D | 104 | 19 | 1F |
| Octal | 110 | 73 | 143 | 33 | 50 | 0 | 75 | 404 | 31 | 37 |
| Binary | 1001000 | 111011 | 1100011 | 11011 | 101000 | 0 | 111101 | 100000100 | 11001 | 11111 |
Color Harmonies of #483B63
Complementary color
Monochromatic Colors of #483B63
Black with #483B63
Text Example
Text Example
White with #483B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B63; }
p { color: rgb(72,59,99); }
H1.HeaderClassName
{
color: #483B63;
}
.AnyTagClassName
{
color: #483B63;
}
</style>
background-color css
<style>
a { background-color: #483B63; }
a { background-color: rgb(72,59,99); }
div.DivClassName
{
background-color: #483B63;
}
.BgClassName
{
background-color: #483B63;
}
</style>
border-color css
<style>
span { border-color: #483B63; }
span { border-color: rgb(72,59,99); }
td.TdClassName
{
border-color: #483B63;
}
.TagClassName
{
border-color: #483B63;
}
</style>