Shades of Meteorite #4D3C72
Tints of Meteorite #4D3C72
RGB
CMYK
RGB Variations
Color information
#4D3C72 (or 0x4D3C72) is known color: Meteorite. HEX triplet: 4D, 3C and 72. RGB value is (77,60,114). Sum of RGB (Red+Green+Blue) = 77+60+114=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D3C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3C72 is #B2C38D. Grayscale: #474747. Windows color (decimal): -11715470 or 7486541. OLE color: 7486541.
HSL color Cylindrical-coordinate representation of color #4D3C72: hue angle of 258.89º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D3C72 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 60 | 114 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.55 |
| HSL | 258.89º | 0.31% | 0.34% | - |
| HSV(B) | 258.89º | 0.47% | 0.45% | - |
| XYZ | 7.71 | 6.02 | 16.68 | - |
| YUV | 71.24 | 152.13 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 114 | 0.32 | 0.47 | 0 | 0.55 | 258.89 | 0.31 | 0.34 |
| Hex | 4D | 3C | 72 | 20 | 2F | 0 | 37 | 103 | 1F | 22 |
| Octal | 115 | 74 | 162 | 40 | 57 | 0 | 67 | 403 | 37 | 42 |
| Binary | 1001101 | 111100 | 1110010 | 100000 | 101111 | 0 | 110111 | 100000011 | 11111 | 100010 |
Color Harmonies of #4D3C72
Complementary color
Monochromatic Colors of #4D3C72
Black with #4D3C72
Text Example
Text Example
White with #4D3C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C72; }
p { color: rgb(77,60,114); }
H1.HeaderClassName
{
color: #4D3C72;
}
.AnyTagClassName
{
color: #4D3C72;
}
</style>
background-color css
<style>
a { background-color: #4D3C72; }
a { background-color: rgb(77,60,114); }
div.DivClassName
{
background-color: #4D3C72;
}
.BgClassName
{
background-color: #4D3C72;
}
</style>
border-color css
<style>
span { border-color: #4D3C72; }
span { border-color: rgb(77,60,114); }
td.TdClassName
{
border-color: #4D3C72;
}
.TagClassName
{
border-color: #4D3C72;
}
</style>