Shades of Meteorite #483968
Tints of Meteorite #483968
RGB
CMYK
RGB Variations
Color information
#483968 (or 0x483968) is known color: Meteorite. HEX triplet: 48, 39 and 68. RGB value is (72,57,104). Sum of RGB (Red+Green+Blue) = 72+57+104=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #483968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483968 is #B7C697. Grayscale: #424242. Windows color (decimal): -12043928 or 6830408. OLE color: 6830408.
HSL color Cylindrical-coordinate representation of color #483968: hue angle of 259.15º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #483968 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 57 | 104 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.59 |
| HSL | 259.15º | 0.29% | 0.32% | - |
| HSV(B) | 259.15º | 0.45% | 0.41% | - |
| XYZ | 6.63 | 5.3 | 13.77 | - |
| YUV | 66.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 104 | 0.31 | 0.45 | 0 | 0.59 | 259.15 | 0.29 | 0.32 |
| Hex | 48 | 39 | 68 | 1F | 2D | 0 | 3B | 103 | 1D | 20 |
| Octal | 110 | 71 | 150 | 37 | 55 | 0 | 73 | 403 | 35 | 40 |
| Binary | 1001000 | 111001 | 1101000 | 11111 | 101101 | 0 | 111011 | 100000011 | 11101 | 100000 |
Color Harmonies of #483968
Complementary color
Monochromatic Colors of #483968
Black with #483968
Text Example
Text Example
White with #483968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483968; }
p { color: rgb(72,57,104); }
H1.HeaderClassName
{
color: #483968;
}
.AnyTagClassName
{
color: #483968;
}
</style>
background-color css
<style>
a { background-color: #483968; }
a { background-color: rgb(72,57,104); }
div.DivClassName
{
background-color: #483968;
}
.BgClassName
{
background-color: #483968;
}
</style>
border-color css
<style>
span { border-color: #483968; }
span { border-color: rgb(72,57,104); }
td.TdClassName
{
border-color: #483968;
}
.TagClassName
{
border-color: #483968;
}
</style>