Shades of Meteorite #483965
Tints of Meteorite #483965
RGB
CMYK
RGB Variations
Color information
#483965 (or 0x483965) is known color: Meteorite. HEX triplet: 48, 39 and 65. RGB value is (72,57,101). Sum of RGB (Red+Green+Blue) = 72+57+101=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #483965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483965 is #B7C69A. Grayscale: #424242. Windows color (decimal): -12043931 or 6633800. OLE color: 6633800.
HSL color Cylindrical-coordinate representation of color #483965: hue angle of 260.45º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483965 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 57 | 101 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.60 |
| HSL | 260.45º | 0.28% | 0.31% | - |
| HSV(B) | 260.45º | 0.44% | 0.4% | - |
| XYZ | 6.48 | 5.24 | 12.98 | - |
| YUV | 66.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 101 | 0.29 | 0.44 | 0 | 0.60 | 260.45 | 0.28 | 0.31 |
| Hex | 48 | 39 | 65 | 1D | 2C | 0 | 3C | 104 | 1C | 1F |
| Octal | 110 | 71 | 145 | 35 | 54 | 0 | 74 | 404 | 34 | 37 |
| Binary | 1001000 | 111001 | 1100101 | 11101 | 101100 | 0 | 111100 | 100000100 | 11100 | 11111 |
Color Harmonies of #483965
Complementary color
Monochromatic Colors of #483965
Black with #483965
Text Example
Text Example
White with #483965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483965; }
p { color: rgb(72,57,101); }
H1.HeaderClassName
{
color: #483965;
}
.AnyTagClassName
{
color: #483965;
}
</style>
background-color css
<style>
a { background-color: #483965; }
a { background-color: rgb(72,57,101); }
div.DivClassName
{
background-color: #483965;
}
.BgClassName
{
background-color: #483965;
}
</style>
border-color css
<style>
span { border-color: #483965; }
span { border-color: rgb(72,57,101); }
td.TdClassName
{
border-color: #483965;
}
.TagClassName
{
border-color: #483965;
}
</style>