Shades of Meteorite #4D3C76
Tints of Meteorite #4D3C76
RGB
CMYK
RGB Variations
Color information
#4D3C76 (or 0x4D3C76) is known color: Meteorite. HEX triplet: 4D, 3C and 76. RGB value is (77,60,118). Sum of RGB (Red+Green+Blue) = 77+60+118=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D3C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3C76 is #B2C389. Grayscale: #474747. Windows color (decimal): -11715466 or 7748685. OLE color: 7748685.
HSL color Cylindrical-coordinate representation of color #4D3C76: hue angle of 257.59º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D3C76 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 60 | 118 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.54 |
| HSL | 257.59º | 0.33% | 0.35% | - |
| HSV(B) | 257.59º | 0.49% | 0.46% | - |
| XYZ | 7.95 | 6.12 | 17.9 | - |
| YUV | 71.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 118 | 0.35 | 0.49 | 0 | 0.54 | 257.59 | 0.33 | 0.35 |
| Hex | 4D | 3C | 76 | 23 | 31 | 0 | 36 | 102 | 21 | 23 |
| Octal | 115 | 74 | 166 | 43 | 61 | 0 | 66 | 402 | 41 | 43 |
| Binary | 1001101 | 111100 | 1110110 | 100011 | 110001 | 0 | 110110 | 100000010 | 100001 | 100011 |
Color Harmonies of #4D3C76
Complementary color
Monochromatic Colors of #4D3C76
Black with #4D3C76
Text Example
Text Example
White with #4D3C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C76; }
p { color: rgb(77,60,118); }
H1.HeaderClassName
{
color: #4D3C76;
}
.AnyTagClassName
{
color: #4D3C76;
}
</style>
background-color css
<style>
a { background-color: #4D3C76; }
a { background-color: rgb(77,60,118); }
div.DivClassName
{
background-color: #4D3C76;
}
.BgClassName
{
background-color: #4D3C76;
}
</style>
border-color css
<style>
span { border-color: #4D3C76; }
span { border-color: rgb(77,60,118); }
td.TdClassName
{
border-color: #4D3C76;
}
.TagClassName
{
border-color: #4D3C76;
}
</style>