Shades of Meteorite #50476C
Tints of Meteorite #50476C
RGB
CMYK
RGB Variations
Color information
#50476C (or 0x50476C) is known color: Meteorite. HEX triplet: 50, 47 and 6C. RGB value is (80,71,108). Sum of RGB (Red+Green+Blue) = 80+71+108=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #50476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50476C is #AFB893. Grayscale: #4D4D4D. Windows color (decimal): -11516052 or 7096144. OLE color: 7096144.
HSL color Cylindrical-coordinate representation of color #50476C: hue angle of 254.59º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50476C is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 71 | 108 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.58 |
| HSL | 254.59º | 0.21% | 0.35% | - |
| HSV(B) | 254.59º | 0.34% | 0.42% | - |
| XYZ | 8.27 | 7.29 | 15.16 | - |
| YUV | 77.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 108 | 0.26 | 0.34 | 0 | 0.58 | 254.59 | 0.21 | 0.35 |
| Hex | 50 | 47 | 6C | 1A | 22 | 0 | 3A | FF | 15 | 23 |
| Octal | 120 | 107 | 154 | 32 | 42 | 0 | 72 | 377 | 25 | 43 |
| Binary | 1010000 | 1000111 | 1101100 | 11010 | 100010 | 0 | 111010 | 11111111 | 10101 | 100011 |
Color Harmonies of #50476C
Complementary color
Monochromatic Colors of #50476C
Black with #50476C
Text Example
Text Example
White with #50476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50476C; }
p { color: rgb(80,71,108); }
H1.HeaderClassName
{
color: #50476C;
}
.AnyTagClassName
{
color: #50476C;
}
</style>
background-color css
<style>
a { background-color: #50476C; }
a { background-color: rgb(80,71,108); }
div.DivClassName
{
background-color: #50476C;
}
.BgClassName
{
background-color: #50476C;
}
</style>
border-color css
<style>
span { border-color: #50476C; }
span { border-color: rgb(80,71,108); }
td.TdClassName
{
border-color: #50476C;
}
.TagClassName
{
border-color: #50476C;
}
</style>