Shades of Meteorite #50466C
Tints of Meteorite #50466C
RGB
CMYK
RGB Variations
Color information
#50466C (or 0x50466C) is known color: Meteorite. HEX triplet: 50, 46 and 6C. RGB value is (80,70,108). Sum of RGB (Red+Green+Blue) = 80+70+108=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #50466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50466C is #AFB993. Grayscale: #4D4D4D. Windows color (decimal): -11516308 or 7095888. OLE color: 7095888.
HSL color Cylindrical-coordinate representation of color #50466C: hue angle of 255.79º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50466C is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 70 | 108 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.58 |
| HSL | 255.79º | 0.21% | 0.35% | - |
| HSV(B) | 255.79º | 0.35% | 0.42% | - |
| XYZ | 8.21 | 7.17 | 15.14 | - |
| YUV | 77.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 108 | 0.26 | 0.35 | 0 | 0.58 | 255.79 | 0.21 | 0.35 |
| Hex | 50 | 46 | 6C | 1A | 23 | 0 | 3A | 100 | 15 | 23 |
| Octal | 120 | 106 | 154 | 32 | 43 | 0 | 72 | 400 | 25 | 43 |
| Binary | 1010000 | 1000110 | 1101100 | 11010 | 100011 | 0 | 111010 | 100000000 | 10101 | 100011 |
Color Harmonies of #50466C
Complementary color
Monochromatic Colors of #50466C
Black with #50466C
Text Example
Text Example
White with #50466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50466C; }
p { color: rgb(80,70,108); }
H1.HeaderClassName
{
color: #50466C;
}
.AnyTagClassName
{
color: #50466C;
}
</style>
background-color css
<style>
a { background-color: #50466C; }
a { background-color: rgb(80,70,108); }
div.DivClassName
{
background-color: #50466C;
}
.BgClassName
{
background-color: #50466C;
}
</style>
border-color css
<style>
span { border-color: #50466C; }
span { border-color: rgb(80,70,108); }
td.TdClassName
{
border-color: #50466C;
}
.TagClassName
{
border-color: #50466C;
}
</style>