Shades of Meteorite #504470
Tints of Meteorite #504470
RGB
CMYK
RGB Variations
Color information
#504470 (or 0x504470) is known color: Meteorite. HEX triplet: 50, 44 and 70. RGB value is (80,68,112). Sum of RGB (Red+Green+Blue) = 80+68+112=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #504470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504470 is #AFBB8F. Grayscale: #4C4C4C. Windows color (decimal): -11516816 or 7357520. OLE color: 7357520.
HSL color Cylindrical-coordinate representation of color #504470: hue angle of 256.36º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #504470 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 68 | 112 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.56 |
| HSL | 256.36º | 0.24% | 0.35% | - |
| HSV(B) | 256.36º | 0.39% | 0.44% | - |
| XYZ | 8.3 | 7.01 | 16.24 | - |
| YUV | 76.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 112 | 0.29 | 0.39 | 0 | 0.56 | 256.36 | 0.24 | 0.35 |
| Hex | 50 | 44 | 70 | 1D | 27 | 0 | 38 | 100 | 18 | 23 |
| Octal | 120 | 104 | 160 | 35 | 47 | 0 | 70 | 400 | 30 | 43 |
| Binary | 1010000 | 1000100 | 1110000 | 11101 | 100111 | 0 | 111000 | 100000000 | 11000 | 100011 |
Color Harmonies of #504470
Complementary color
Monochromatic Colors of #504470
Black with #504470
Text Example
Text Example
White with #504470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504470; }
p { color: rgb(80,68,112); }
H1.HeaderClassName
{
color: #504470;
}
.AnyTagClassName
{
color: #504470;
}
</style>
background-color css
<style>
a { background-color: #504470; }
a { background-color: rgb(80,68,112); }
div.DivClassName
{
background-color: #504470;
}
.BgClassName
{
background-color: #504470;
}
</style>
border-color css
<style>
span { border-color: #504470; }
span { border-color: rgb(80,68,112); }
td.TdClassName
{
border-color: #504470;
}
.TagClassName
{
border-color: #504470;
}
</style>