Shades of Meteorite #483976
Tints of Meteorite #483976
RGB
CMYK
RGB Variations
Color information
#483976 (or 0x483976) is known color: Meteorite. HEX triplet: 48, 39 and 76. RGB value is (72,57,118). Sum of RGB (Red+Green+Blue) = 72+57+118=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #483976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483976 is #B7C689. Grayscale: #444444. Windows color (decimal): -12043914 or 7747912. OLE color: 7747912.
HSL color Cylindrical-coordinate representation of color #483976: hue angle of 254.75º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #483976 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 57 | 118 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.54 |
| HSL | 254.75º | 0.35% | 0.34% | - |
| HSV(B) | 254.75º | 0.52% | 0.46% | - |
| XYZ | 7.41 | 5.61 | 17.83 | - |
| YUV | 68.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 118 | 0.39 | 0.52 | 0 | 0.54 | 254.75 | 0.35 | 0.34 |
| Hex | 48 | 39 | 76 | 27 | 34 | 0 | 36 | FF | 23 | 22 |
| Octal | 110 | 71 | 166 | 47 | 64 | 0 | 66 | 377 | 43 | 42 |
| Binary | 1001000 | 111001 | 1110110 | 100111 | 110100 | 0 | 110110 | 11111111 | 100011 | 100010 |
Color Harmonies of #483976
Complementary color
Monochromatic Colors of #483976
Black with #483976
Text Example
Text Example
White with #483976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483976; }
p { color: rgb(72,57,118); }
H1.HeaderClassName
{
color: #483976;
}
.AnyTagClassName
{
color: #483976;
}
</style>
background-color css
<style>
a { background-color: #483976; }
a { background-color: rgb(72,57,118); }
div.DivClassName
{
background-color: #483976;
}
.BgClassName
{
background-color: #483976;
}
</style>
border-color css
<style>
span { border-color: #483976; }
span { border-color: rgb(72,57,118); }
td.TdClassName
{
border-color: #483976;
}
.TagClassName
{
border-color: #483976;
}
</style>