Shades of Meteorite #4F4573
Tints of Meteorite #4F4573
RGB
CMYK
RGB Variations
Color information
#4F4573 (or 0x4F4573) is known color: Meteorite. HEX triplet: 4F, 45 and 73. RGB value is (79,69,115). Sum of RGB (Red+Green+Blue) = 79+69+115=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F4573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4573 is #B0BA8C. Grayscale: #4D4D4D. Windows color (decimal): -11582093 or 7554383. OLE color: 7554383.
HSL color Cylindrical-coordinate representation of color #4F4573: hue angle of 253.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F4573 is Cyan = 0.31, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 69 | 115 | - |
| CMYK | 0.31 | 0.4 | 0 | 0.55 |
| HSL | 253.04º | 0.25% | 0.36% | - |
| HSV(B) | 253.04º | 0.4% | 0.45% | - |
| XYZ | 8.45 | 7.16 | 17.16 | - |
| YUV | 77.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 115 | 0.31 | 0.4 | 0 | 0.55 | 253.04 | 0.25 | 0.36 |
| Hex | 4F | 45 | 73 | 1F | 28 | 0 | 37 | FD | 19 | 24 |
| Octal | 117 | 105 | 163 | 37 | 50 | 0 | 67 | 375 | 31 | 44 |
| Binary | 1001111 | 1000101 | 1110011 | 11111 | 101000 | 0 | 110111 | 11111101 | 11001 | 100100 |
Color Harmonies of #4F4573
Complementary color
Monochromatic Colors of #4F4573
Black with #4F4573
Text Example
Text Example
White with #4F4573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4573; }
p { color: rgb(79,69,115); }
H1.HeaderClassName
{
color: #4F4573;
}
.AnyTagClassName
{
color: #4F4573;
}
</style>
background-color css
<style>
a { background-color: #4F4573; }
a { background-color: rgb(79,69,115); }
div.DivClassName
{
background-color: #4F4573;
}
.BgClassName
{
background-color: #4F4573;
}
</style>
border-color css
<style>
span { border-color: #4F4573; }
span { border-color: rgb(79,69,115); }
td.TdClassName
{
border-color: #4F4573;
}
.TagClassName
{
border-color: #4F4573;
}
</style>