Shades of Meteorite #4D4165
Tints of Meteorite #4D4165
RGB
CMYK
RGB Variations
Color information
#4D4165 (or 0x4D4165) is known color: Meteorite. HEX triplet: 4D, 41 and 65. RGB value is (77,65,101). Sum of RGB (Red+Green+Blue) = 77+65+101=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D4165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4165 is #B2BE9A. Grayscale: #484848. Windows color (decimal): -11714203 or 6635853. OLE color: 6635853.
HSL color Cylindrical-coordinate representation of color #4D4165: hue angle of 260º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D4165 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 65 | 101 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.60 |
| HSL | 260º | 0.22% | 0.33% | - |
| HSV(B) | 260º | 0.36% | 0.4% | - |
| XYZ | 7.3 | 6.3 | 13.14 | - |
| YUV | 72.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 101 | 0.24 | 0.36 | 0 | 0.60 | 260 | 0.22 | 0.33 |
| Hex | 4D | 41 | 65 | 18 | 24 | 0 | 3C | 104 | 16 | 21 |
| Octal | 115 | 101 | 145 | 30 | 44 | 0 | 74 | 404 | 26 | 41 |
| Binary | 1001101 | 1000001 | 1100101 | 11000 | 100100 | 0 | 111100 | 100000100 | 10110 | 100001 |
Color Harmonies of #4D4165
Complementary color
Monochromatic Colors of #4D4165
Black with #4D4165
Text Example
Text Example
White with #4D4165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4165; }
p { color: rgb(77,65,101); }
H1.HeaderClassName
{
color: #4D4165;
}
.AnyTagClassName
{
color: #4D4165;
}
</style>
background-color css
<style>
a { background-color: #4D4165; }
a { background-color: rgb(77,65,101); }
div.DivClassName
{
background-color: #4D4165;
}
.BgClassName
{
background-color: #4D4165;
}
</style>
border-color css
<style>
span { border-color: #4D4165; }
span { border-color: rgb(77,65,101); }
td.TdClassName
{
border-color: #4D4165;
}
.TagClassName
{
border-color: #4D4165;
}
</style>