Shades of Meteorite #483C5E
Tints of Meteorite #483C5E
RGB
CMYK
RGB Variations
Color information
#483C5E (or 0x483C5E) is known color: Meteorite. HEX triplet: 48, 3C and 5E. RGB value is (72,60,94). Sum of RGB (Red+Green+Blue) = 72+60+94=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 94 - color contains mainly: blue. Hex color #483C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C5E is #B7C3A1. Grayscale: #434343. Windows color (decimal): -12043170 or 6175816. OLE color: 6175816.
HSL color Cylindrical-coordinate representation of color #483C5E: hue angle of 261.18º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #483C5E is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 60 | 94 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.63 |
| HSL | 261.18º | 0.22% | 0.3% | - |
| HSV(B) | 261.18º | 0.36% | 0.37% | - |
| XYZ | 6.31 | 5.42 | 11.3 | - |
| YUV | 67.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 94 | 0.23 | 0.36 | 0 | 0.63 | 261.18 | 0.22 | 0.3 |
| Hex | 48 | 3C | 5E | 17 | 24 | 0 | 3F | 105 | 16 | 1E |
| Octal | 110 | 74 | 136 | 27 | 44 | 0 | 77 | 405 | 26 | 36 |
| Binary | 1001000 | 111100 | 1011110 | 10111 | 100100 | 0 | 111111 | 100000101 | 10110 | 11110 |
Color Harmonies of #483C5E
Complementary color
Monochromatic Colors of #483C5E
Black with #483C5E
Text Example
Text Example
White with #483C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C5E; }
p { color: rgb(72,60,94); }
H1.HeaderClassName
{
color: #483C5E;
}
.AnyTagClassName
{
color: #483C5E;
}
</style>
background-color css
<style>
a { background-color: #483C5E; }
a { background-color: rgb(72,60,94); }
div.DivClassName
{
background-color: #483C5E;
}
.BgClassName
{
background-color: #483C5E;
}
</style>
border-color css
<style>
span { border-color: #483C5E; }
span { border-color: rgb(72,60,94); }
td.TdClassName
{
border-color: #483C5E;
}
.TagClassName
{
border-color: #483C5E;
}
</style>