Shades of Meteorite #483865
Tints of Meteorite #483865
RGB
CMYK
RGB Variations
Color information
#483865 (or 0x483865) is known color: Meteorite. HEX triplet: 48, 38 and 65. RGB value is (72,56,101). Sum of RGB (Red+Green+Blue) = 72+56+101=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #483865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483865 is #B7C79A. Grayscale: #414141. Windows color (decimal): -12044187 or 6633544. OLE color: 6633544.
HSL color Cylindrical-coordinate representation of color #483865: hue angle of 261.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #483865 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 56 | 101 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.60 |
| HSL | 261.33º | 0.29% | 0.31% | - |
| HSV(B) | 261.33º | 0.45% | 0.4% | - |
| XYZ | 6.44 | 5.15 | 12.97 | - |
| YUV | 65.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 101 | 0.29 | 0.45 | 0 | 0.60 | 261.33 | 0.29 | 0.31 |
| Hex | 48 | 38 | 65 | 1D | 2D | 0 | 3C | 105 | 1D | 1F |
| Octal | 110 | 70 | 145 | 35 | 55 | 0 | 74 | 405 | 35 | 37 |
| Binary | 1001000 | 111000 | 1100101 | 11101 | 101101 | 0 | 111100 | 100000101 | 11101 | 11111 |
Color Harmonies of #483865
Complementary color
Monochromatic Colors of #483865
Black with #483865
Text Example
Text Example
White with #483865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483865; }
p { color: rgb(72,56,101); }
H1.HeaderClassName
{
color: #483865;
}
.AnyTagClassName
{
color: #483865;
}
</style>
background-color css
<style>
a { background-color: #483865; }
a { background-color: rgb(72,56,101); }
div.DivClassName
{
background-color: #483865;
}
.BgClassName
{
background-color: #483865;
}
</style>
border-color css
<style>
span { border-color: #483865; }
span { border-color: rgb(72,56,101); }
td.TdClassName
{
border-color: #483865;
}
.TagClassName
{
border-color: #483865;
}
</style>