Shades of Meteorite #483C59
Tints of Meteorite #483C59
RGB
CMYK
RGB Variations
Color information
#483C59 (or 0x483C59) is known color: Meteorite. HEX triplet: 48, 3C and 59. RGB value is (72,60,89). Sum of RGB (Red+Green+Blue) = 72+60+89=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #483C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C59 is #B7C3A6. Grayscale: #424242. Windows color (decimal): -12043175 or 5848136. OLE color: 5848136.
HSL color Cylindrical-coordinate representation of color #483C59: hue angle of 264.83º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #483C59 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 60 | 89 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.65 |
| HSL | 264.83º | 0.19% | 0.29% | - |
| HSV(B) | 264.83º | 0.33% | 0.35% | - |
| XYZ | 6.09 | 5.33 | 10.16 | - |
| YUV | 66.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 89 | 0.19 | 0.33 | 0 | 0.65 | 264.83 | 0.19 | 0.29 |
| Hex | 48 | 3C | 59 | 13 | 21 | 0 | 41 | 109 | 13 | 1D |
| Octal | 110 | 74 | 131 | 23 | 41 | 0 | 101 | 411 | 23 | 35 |
| Binary | 1001000 | 111100 | 1011001 | 10011 | 100001 | 0 | 1000001 | 100001001 | 10011 | 11101 |
Color Harmonies of #483C59
Complementary color
Monochromatic Colors of #483C59
Black with #483C59
Text Example
Text Example
White with #483C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C59; }
p { color: rgb(72,60,89); }
H1.HeaderClassName
{
color: #483C59;
}
.AnyTagClassName
{
color: #483C59;
}
</style>
background-color css
<style>
a { background-color: #483C59; }
a { background-color: rgb(72,60,89); }
div.DivClassName
{
background-color: #483C59;
}
.BgClassName
{
background-color: #483C59;
}
</style>
border-color css
<style>
span { border-color: #483C59; }
span { border-color: rgb(72,60,89); }
td.TdClassName
{
border-color: #483C59;
}
.TagClassName
{
border-color: #483C59;
}
</style>