Shades of Meteorite #4D416C
Tints of Meteorite #4D416C
RGB
CMYK
RGB Variations
Color information
#4D416C (or 0x4D416C) is known color: Meteorite. HEX triplet: 4D, 41 and 6C. RGB value is (77,65,108). Sum of RGB (Red+Green+Blue) = 77+65+108=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D416C is #B2BE93. Grayscale: #494949. Windows color (decimal): -11714196 or 7094605. OLE color: 7094605.
HSL color Cylindrical-coordinate representation of color #4D416C: hue angle of 256.74º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D416C is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 65 | 108 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.58 |
| HSL | 256.74º | 0.25% | 0.34% | - |
| HSV(B) | 256.74º | 0.4% | 0.42% | - |
| XYZ | 7.66 | 6.44 | 15.03 | - |
| YUV | 73.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 108 | 0.29 | 0.40 | 0 | 0.58 | 256.74 | 0.25 | 0.34 |
| Hex | 4D | 41 | 6C | 1D | 28 | 0 | 3A | 101 | 19 | 22 |
| Octal | 115 | 101 | 154 | 35 | 50 | 0 | 72 | 401 | 31 | 42 |
| Binary | 1001101 | 1000001 | 1101100 | 11101 | 101000 | 0 | 111010 | 100000001 | 11001 | 100010 |
Color Harmonies of #4D416C
Complementary color
Monochromatic Colors of #4D416C
Black with #4D416C
Text Example
Text Example
White with #4D416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D416C; }
p { color: rgb(77,65,108); }
H1.HeaderClassName
{
color: #4D416C;
}
.AnyTagClassName
{
color: #4D416C;
}
</style>
background-color css
<style>
a { background-color: #4D416C; }
a { background-color: rgb(77,65,108); }
div.DivClassName
{
background-color: #4D416C;
}
.BgClassName
{
background-color: #4D416C;
}
</style>
border-color css
<style>
span { border-color: #4D416C; }
span { border-color: rgb(77,65,108); }
td.TdClassName
{
border-color: #4D416C;
}
.TagClassName
{
border-color: #4D416C;
}
</style>