Shades of Meteorite #483663
Tints of Meteorite #483663
RGB
CMYK
RGB Variations
Color information
#483663 (or 0x483663) is known color: Meteorite. HEX triplet: 48, 36 and 63. RGB value is (72,54,99). Sum of RGB (Red+Green+Blue) = 72+54+99=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #483663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483663 is #B7C99C. Grayscale: #404040. Windows color (decimal): -12044701 or 6501960. OLE color: 6501960.
HSL color Cylindrical-coordinate representation of color #483663: hue angle of 264º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #483663 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 54 | 99 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.61 |
| HSL | 264º | 0.29% | 0.3% | - |
| HSV(B) | 264º | 0.45% | 0.39% | - |
| XYZ | 6.24 | 4.92 | 12.42 | - |
| YUV | 64.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 99 | 0.27 | 0.45 | 0 | 0.61 | 264 | 0.29 | 0.3 |
| Hex | 48 | 36 | 63 | 1B | 2D | 0 | 3D | 108 | 1D | 1E |
| Octal | 110 | 66 | 143 | 33 | 55 | 0 | 75 | 410 | 35 | 36 |
| Binary | 1001000 | 110110 | 1100011 | 11011 | 101101 | 0 | 111101 | 100001000 | 11101 | 11110 |
Color Harmonies of #483663
Complementary color
Monochromatic Colors of #483663
Black with #483663
Text Example
Text Example
White with #483663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483663; }
p { color: rgb(72,54,99); }
H1.HeaderClassName
{
color: #483663;
}
.AnyTagClassName
{
color: #483663;
}
</style>
background-color css
<style>
a { background-color: #483663; }
a { background-color: rgb(72,54,99); }
div.DivClassName
{
background-color: #483663;
}
.BgClassName
{
background-color: #483663;
}
</style>
border-color css
<style>
span { border-color: #483663; }
span { border-color: rgb(72,54,99); }
td.TdClassName
{
border-color: #483663;
}
.TagClassName
{
border-color: #483663;
}
</style>