Shades of Meteorite #483365
Tints of Meteorite #483365
RGB
CMYK
RGB Variations
Color information
#483365 (or 0x483365) is known color: Meteorite. HEX triplet: 48, 33 and 65. RGB value is (72,51,101). Sum of RGB (Red+Green+Blue) = 72+51+101=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #483365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483365 is #B7CC9A. Grayscale: #3E3E3E. Windows color (decimal): -12045467 or 6632264. OLE color: 6632264.
HSL color Cylindrical-coordinate representation of color #483365: hue angle of 265.2º 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 #483365 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 51 | 101 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.60 |
| HSL | 265.2º | 0.33% | 0.3% | - |
| HSV(B) | 265.2º | 0.5% | 0.4% | - |
| XYZ | 6.21 | 4.68 | 12.89 | - |
| YUV | 62.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 101 | 0.29 | 0.50 | 0 | 0.60 | 265.2 | 0.33 | 0.3 |
| Hex | 48 | 33 | 65 | 1D | 32 | 0 | 3C | 109 | 21 | 1E |
| Octal | 110 | 63 | 145 | 35 | 62 | 0 | 74 | 411 | 41 | 36 |
| Binary | 1001000 | 110011 | 1100101 | 11101 | 110010 | 0 | 111100 | 100001001 | 100001 | 11110 |
Color Harmonies of #483365
Complementary color
Monochromatic Colors of #483365
Black with #483365
Text Example
Text Example
White with #483365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483365; }
p { color: rgb(72,51,101); }
H1.HeaderClassName
{
color: #483365;
}
.AnyTagClassName
{
color: #483365;
}
</style>
background-color css
<style>
a { background-color: #483365; }
a { background-color: rgb(72,51,101); }
div.DivClassName
{
background-color: #483365;
}
.BgClassName
{
background-color: #483365;
}
</style>
border-color css
<style>
span { border-color: #483365; }
span { border-color: rgb(72,51,101); }
td.TdClassName
{
border-color: #483365;
}
.TagClassName
{
border-color: #483365;
}
</style>