Shades of Meteorite #483366
Tints of Meteorite #483366
RGB
CMYK
RGB Variations
Color information
#483366 (or 0x483366) is known color: Meteorite. HEX triplet: 48, 33 and 66. RGB value is (72,51,102). Sum of RGB (Red+Green+Blue) = 72+51+102=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #483366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483366 is #B7CC99. Grayscale: #3E3E3E. Windows color (decimal): -12045466 or 6697800. OLE color: 6697800.
HSL color Cylindrical-coordinate representation of color #483366: hue angle of 264.71º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483366 is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 51 | 102 | - |
| CMYK | 0.29 | 0.5 | 0 | 0.6 |
| HSL | 264.71º | 0.33% | 0.3% | - |
| HSV(B) | 264.71º | 0.5% | 0.4% | - |
| XYZ | 6.25 | 4.7 | 13.15 | - |
| YUV | 63.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 102 | 0.29 | 0.5 | 0 | 0.6 | 264.71 | 0.33 | 0.3 |
| Hex | 48 | 33 | 66 | 1D | 32 | 0 | 3C | 109 | 21 | 1E |
| Octal | 110 | 63 | 146 | 35 | 62 | 0 | 74 | 411 | 41 | 36 |
| Binary | 1001000 | 110011 | 1100110 | 11101 | 110010 | 0 | 111100 | 100001001 | 100001 | 11110 |
Color Harmonies of #483366
Complementary color
Monochromatic Colors of #483366
Black with #483366
Text Example
Text Example
White with #483366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483366; }
p { color: rgb(72,51,102); }
H1.HeaderClassName
{
color: #483366;
}
.AnyTagClassName
{
color: #483366;
}
</style>
background-color css
<style>
a { background-color: #483366; }
a { background-color: rgb(72,51,102); }
div.DivClassName
{
background-color: #483366;
}
.BgClassName
{
background-color: #483366;
}
</style>
border-color css
<style>
span { border-color: #483366; }
span { border-color: rgb(72,51,102); }
td.TdClassName
{
border-color: #483366;
}
.TagClassName
{
border-color: #483366;
}
</style>