Shades of Meteorite #4D3E61
Tints of Meteorite #4D3E61
RGB
CMYK
RGB Variations
Color information
#4D3E61 (or 0x4D3E61) is known color: Meteorite. HEX triplet: 4D, 3E and 61. RGB value is (77,62,97). Sum of RGB (Red+Green+Blue) = 77+62+97=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D3E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3E61 is #B2C19E. Grayscale: #464646. Windows color (decimal): -11714975 or 6372941. OLE color: 6372941.
HSL color Cylindrical-coordinate representation of color #4D3E61: hue angle of 265.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D3E61 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 62 | 97 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.62 |
| HSL | 265.71º | 0.22% | 0.31% | - |
| HSV(B) | 265.71º | 0.36% | 0.38% | - |
| XYZ | 6.94 | 5.89 | 12.08 | - |
| YUV | 70.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 97 | 0.21 | 0.36 | 0 | 0.62 | 265.71 | 0.22 | 0.31 |
| Hex | 4D | 3E | 61 | 15 | 24 | 0 | 3E | 10A | 16 | 1F |
| Octal | 115 | 76 | 141 | 25 | 44 | 0 | 76 | 412 | 26 | 37 |
| Binary | 1001101 | 111110 | 1100001 | 10101 | 100100 | 0 | 111110 | 100001010 | 10110 | 11111 |
Color Harmonies of #4D3E61
Complementary color
Monochromatic Colors of #4D3E61
Black with #4D3E61
Text Example
Text Example
White with #4D3E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3E61; }
p { color: rgb(77,62,97); }
H1.HeaderClassName
{
color: #4D3E61;
}
.AnyTagClassName
{
color: #4D3E61;
}
</style>
background-color css
<style>
a { background-color: #4D3E61; }
a { background-color: rgb(77,62,97); }
div.DivClassName
{
background-color: #4D3E61;
}
.BgClassName
{
background-color: #4D3E61;
}
</style>
border-color css
<style>
span { border-color: #4D3E61; }
span { border-color: rgb(77,62,97); }
td.TdClassName
{
border-color: #4D3E61;
}
.TagClassName
{
border-color: #4D3E61;
}
</style>