Shades of Meteorite #483868
Tints of Meteorite #483868
RGB
CMYK
RGB Variations
Color information
#483868 (or 0x483868) is known color: Meteorite. HEX triplet: 48, 38 and 68. RGB value is (72,56,104). Sum of RGB (Red+Green+Blue) = 72+56+104=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #483868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483868 is #B7C797. Grayscale: #424242. Windows color (decimal): -12044184 or 6830152. OLE color: 6830152.
HSL color Cylindrical-coordinate representation of color #483868: hue angle of 260º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #483868 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 56 | 104 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.59 |
| HSL | 260º | 0.3% | 0.31% | - |
| HSV(B) | 260º | 0.46% | 0.41% | - |
| XYZ | 6.59 | 5.21 | 13.75 | - |
| YUV | 66.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 104 | 0.31 | 0.46 | 0 | 0.59 | 260 | 0.3 | 0.31 |
| Hex | 48 | 38 | 68 | 1F | 2E | 0 | 3B | 104 | 1E | 1F |
| Octal | 110 | 70 | 150 | 37 | 56 | 0 | 73 | 404 | 36 | 37 |
| Binary | 1001000 | 111000 | 1101000 | 11111 | 101110 | 0 | 111011 | 100000100 | 11110 | 11111 |
Color Harmonies of #483868
Complementary color
Monochromatic Colors of #483868
Black with #483868
Text Example
Text Example
White with #483868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483868; }
p { color: rgb(72,56,104); }
H1.HeaderClassName
{
color: #483868;
}
.AnyTagClassName
{
color: #483868;
}
</style>
background-color css
<style>
a { background-color: #483868; }
a { background-color: rgb(72,56,104); }
div.DivClassName
{
background-color: #483868;
}
.BgClassName
{
background-color: #483868;
}
</style>
border-color css
<style>
span { border-color: #483868; }
span { border-color: rgb(72,56,104); }
td.TdClassName
{
border-color: #483868;
}
.TagClassName
{
border-color: #483868;
}
</style>