Shades of Meteorite #4D3E60
Tints of Meteorite #4D3E60
RGB
CMYK
RGB Variations
Color information
#4D3E60 (or 0x4D3E60) is known color: Meteorite. HEX triplet: 4D, 3E and 60. RGB value is (77,62,96). Sum of RGB (Red+Green+Blue) = 77+62+96=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D3E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3E60 is #B2C19F. Grayscale: #464646. Windows color (decimal): -11714976 or 6307405. OLE color: 6307405.
HSL color Cylindrical-coordinate representation of color #4D3E60: hue angle of 266.47º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D3E60 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 62 | 96 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.62 |
| HSL | 266.47º | 0.22% | 0.31% | - |
| HSV(B) | 266.47º | 0.35% | 0.38% | - |
| XYZ | 6.89 | 5.87 | 11.84 | - |
| YUV | 70.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 96 | 0.20 | 0.35 | 0 | 0.62 | 266.47 | 0.22 | 0.31 |
| Hex | 4D | 3E | 60 | 14 | 23 | 0 | 3E | 10A | 16 | 1F |
| Octal | 115 | 76 | 140 | 24 | 43 | 0 | 76 | 412 | 26 | 37 |
| Binary | 1001101 | 111110 | 1100000 | 10100 | 100011 | 0 | 111110 | 100001010 | 10110 | 11111 |
Color Harmonies of #4D3E60
Complementary color
Monochromatic Colors of #4D3E60
Black with #4D3E60
Text Example
Text Example
White with #4D3E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3E60; }
p { color: rgb(77,62,96); }
H1.HeaderClassName
{
color: #4D3E60;
}
.AnyTagClassName
{
color: #4D3E60;
}
</style>
background-color css
<style>
a { background-color: #4D3E60; }
a { background-color: rgb(77,62,96); }
div.DivClassName
{
background-color: #4D3E60;
}
.BgClassName
{
background-color: #4D3E60;
}
</style>
border-color css
<style>
span { border-color: #4D3E60; }
span { border-color: rgb(77,62,96); }
td.TdClassName
{
border-color: #4D3E60;
}
.TagClassName
{
border-color: #4D3E60;
}
</style>