Shades of Meteorite #483861
Tints of Meteorite #483861
RGB
CMYK
RGB Variations
Color information
#483861 (or 0x483861) is known color: Meteorite. HEX triplet: 48, 38 and 61. RGB value is (72,56,97). Sum of RGB (Red+Green+Blue) = 72+56+97=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #483861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483861 is #B7C79E. Grayscale: #414141. Windows color (decimal): -12044191 or 6371400. OLE color: 6371400.
HSL color Cylindrical-coordinate representation of color #483861: hue angle of 263.41º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #483861 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 56 | 97 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.62 |
| HSL | 263.41º | 0.27% | 0.3% | - |
| HSV(B) | 263.41º | 0.42% | 0.38% | - |
| XYZ | 6.24 | 5.07 | 11.96 | - |
| YUV | 65.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 97 | 0.26 | 0.42 | 0 | 0.62 | 263.41 | 0.27 | 0.3 |
| Hex | 48 | 38 | 61 | 1A | 2A | 0 | 3E | 107 | 1B | 1E |
| Octal | 110 | 70 | 141 | 32 | 52 | 0 | 76 | 407 | 33 | 36 |
| Binary | 1001000 | 111000 | 1100001 | 11010 | 101010 | 0 | 111110 | 100000111 | 11011 | 11110 |
Color Harmonies of #483861
Complementary color
Monochromatic Colors of #483861
Black with #483861
Text Example
Text Example
White with #483861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483861; }
p { color: rgb(72,56,97); }
H1.HeaderClassName
{
color: #483861;
}
.AnyTagClassName
{
color: #483861;
}
</style>
background-color css
<style>
a { background-color: #483861; }
a { background-color: rgb(72,56,97); }
div.DivClassName
{
background-color: #483861;
}
.BgClassName
{
background-color: #483861;
}
</style>
border-color css
<style>
span { border-color: #483861; }
span { border-color: rgb(72,56,97); }
td.TdClassName
{
border-color: #483861;
}
.TagClassName
{
border-color: #483861;
}
</style>