Shades of Meteorite #4D4065
Tints of Meteorite #4D4065
RGB
CMYK
RGB Variations
Color information
#4D4065 (or 0x4D4065) is known color: Meteorite. HEX triplet: 4D, 40 and 65. RGB value is (77,64,101). Sum of RGB (Red+Green+Blue) = 77+64+101=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D4065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4065 is #B2BF9A. Grayscale: #474747. Windows color (decimal): -11714459 or 6635597. OLE color: 6635597.
HSL color Cylindrical-coordinate representation of color #4D4065: hue angle of 261.08º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D4065 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 64 | 101 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.60 |
| HSL | 261.08º | 0.22% | 0.32% | - |
| HSV(B) | 261.08º | 0.37% | 0.4% | - |
| XYZ | 7.24 | 6.18 | 13.12 | - |
| YUV | 72.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 101 | 0.24 | 0.37 | 0 | 0.60 | 261.08 | 0.22 | 0.32 |
| Hex | 4D | 40 | 65 | 18 | 25 | 0 | 3C | 105 | 16 | 20 |
| Octal | 115 | 100 | 145 | 30 | 45 | 0 | 74 | 405 | 26 | 40 |
| Binary | 1001101 | 1000000 | 1100101 | 11000 | 100101 | 0 | 111100 | 100000101 | 10110 | 100000 |
Color Harmonies of #4D4065
Complementary color
Monochromatic Colors of #4D4065
Black with #4D4065
Text Example
Text Example
White with #4D4065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4065; }
p { color: rgb(77,64,101); }
H1.HeaderClassName
{
color: #4D4065;
}
.AnyTagClassName
{
color: #4D4065;
}
</style>
background-color css
<style>
a { background-color: #4D4065; }
a { background-color: rgb(77,64,101); }
div.DivClassName
{
background-color: #4D4065;
}
.BgClassName
{
background-color: #4D4065;
}
</style>
border-color css
<style>
span { border-color: #4D4065; }
span { border-color: rgb(77,64,101); }
td.TdClassName
{
border-color: #4D4065;
}
.TagClassName
{
border-color: #4D4065;
}
</style>