Shades of Meteorite #4D3973
Tints of Meteorite #4D3973
RGB
CMYK
RGB Variations
Color information
#4D3973 (or 0x4D3973) is known color: Meteorite. HEX triplet: 4D, 39 and 73. RGB value is (77,57,115). Sum of RGB (Red+Green+Blue) = 77+57+115=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D3973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3973 is #B2C68C. Grayscale: #454545. Windows color (decimal): -11716237 or 7551309. OLE color: 7551309.
HSL color Cylindrical-coordinate representation of color #4D3973: hue angle of 260.69º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D3973 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 57 | 115 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.55 |
| HSL | 260.69º | 0.34% | 0.34% | - |
| HSV(B) | 260.69º | 0.5% | 0.45% | - |
| XYZ | 7.62 | 5.74 | 16.93 | - |
| YUV | 69.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 115 | 0.33 | 0.50 | 0 | 0.55 | 260.69 | 0.34 | 0.34 |
| Hex | 4D | 39 | 73 | 21 | 32 | 0 | 37 | 105 | 22 | 22 |
| Octal | 115 | 71 | 163 | 41 | 62 | 0 | 67 | 405 | 42 | 42 |
| Binary | 1001101 | 111001 | 1110011 | 100001 | 110010 | 0 | 110111 | 100000101 | 100010 | 100010 |
Color Harmonies of #4D3973
Complementary color
Monochromatic Colors of #4D3973
Black with #4D3973
Text Example
Text Example
White with #4D3973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3973; }
p { color: rgb(77,57,115); }
H1.HeaderClassName
{
color: #4D3973;
}
.AnyTagClassName
{
color: #4D3973;
}
</style>
background-color css
<style>
a { background-color: #4D3973; }
a { background-color: rgb(77,57,115); }
div.DivClassName
{
background-color: #4D3973;
}
.BgClassName
{
background-color: #4D3973;
}
</style>
border-color css
<style>
span { border-color: #4D3973; }
span { border-color: rgb(77,57,115); }
td.TdClassName
{
border-color: #4D3973;
}
.TagClassName
{
border-color: #4D3973;
}
</style>