Shades of Meteorite #4D4565
Tints of Meteorite #4D4565
RGB
CMYK
RGB Variations
Color information
#4D4565 (or 0x4D4565) is known color: Meteorite. HEX triplet: 4D, 45 and 65. RGB value is (77,69,101). Sum of RGB (Red+Green+Blue) = 77+69+101=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D4565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4565 is #B2BA9A. Grayscale: #4A4A4A. Windows color (decimal): -11713179 or 6636877. OLE color: 6636877.
HSL color Cylindrical-coordinate representation of color #4D4565: hue angle of 255º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D4565 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 69 | 101 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.60 |
| HSL | 255º | 0.19% | 0.33% | - |
| HSV(B) | 255º | 0.32% | 0.4% | - |
| XYZ | 7.54 | 6.77 | 13.22 | - |
| YUV | 75.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 101 | 0.24 | 0.32 | 0 | 0.60 | 255 | 0.19 | 0.33 |
| Hex | 4D | 45 | 65 | 18 | 20 | 0 | 3C | FF | 13 | 21 |
| Octal | 115 | 105 | 145 | 30 | 40 | 0 | 74 | 377 | 23 | 41 |
| Binary | 1001101 | 1000101 | 1100101 | 11000 | 100000 | 0 | 111100 | 11111111 | 10011 | 100001 |
Color Harmonies of #4D4565
Complementary color
Monochromatic Colors of #4D4565
Black with #4D4565
Text Example
Text Example
White with #4D4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4565; }
p { color: rgb(77,69,101); }
H1.HeaderClassName
{
color: #4D4565;
}
.AnyTagClassName
{
color: #4D4565;
}
</style>
background-color css
<style>
a { background-color: #4D4565; }
a { background-color: rgb(77,69,101); }
div.DivClassName
{
background-color: #4D4565;
}
.BgClassName
{
background-color: #4D4565;
}
</style>
border-color css
<style>
span { border-color: #4D4565; }
span { border-color: rgb(77,69,101); }
td.TdClassName
{
border-color: #4D4565;
}
.TagClassName
{
border-color: #4D4565;
}
</style>