Shades of Meteorite #483363
Tints of Meteorite #483363
RGB
CMYK
RGB Variations
Color information
#483363 (or 0x483363) is known color: Meteorite. HEX triplet: 48, 33 and 63. RGB value is (72,51,99). Sum of RGB (Red+Green+Blue) = 72+51+99=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #483363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483363 is #B7CC9C. Grayscale: #3E3E3E. Windows color (decimal): -12045469 or 6501192. OLE color: 6501192.
HSL color Cylindrical-coordinate representation of color #483363: hue angle of 266.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #483363 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 51 | 99 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.61 |
| HSL | 266.25º | 0.32% | 0.29% | - |
| HSV(B) | 266.25º | 0.48% | 0.39% | - |
| XYZ | 6.11 | 4.65 | 12.38 | - |
| YUV | 62.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 99 | 0.27 | 0.48 | 0 | 0.61 | 266.25 | 0.32 | 0.29 |
| Hex | 48 | 33 | 63 | 1B | 30 | 0 | 3D | 10A | 20 | 1D |
| Octal | 110 | 63 | 143 | 33 | 60 | 0 | 75 | 412 | 40 | 35 |
| Binary | 1001000 | 110011 | 1100011 | 11011 | 110000 | 0 | 111101 | 100001010 | 100000 | 11101 |
Color Harmonies of #483363
Complementary color
Monochromatic Colors of #483363
Black with #483363
Text Example
Text Example
White with #483363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483363; }
p { color: rgb(72,51,99); }
H1.HeaderClassName
{
color: #483363;
}
.AnyTagClassName
{
color: #483363;
}
</style>
background-color css
<style>
a { background-color: #483363; }
a { background-color: rgb(72,51,99); }
div.DivClassName
{
background-color: #483363;
}
.BgClassName
{
background-color: #483363;
}
</style>
border-color css
<style>
span { border-color: #483363; }
span { border-color: rgb(72,51,99); }
td.TdClassName
{
border-color: #483363;
}
.TagClassName
{
border-color: #483363;
}
</style>