Shades of Meteorite #4D376D
Tints of Meteorite #4D376D
RGB
CMYK
RGB Variations
Color information
#4D376D (or 0x4D376D) is known color: Meteorite. HEX triplet: 4D, 37 and 6D. RGB value is (77,55,109). Sum of RGB (Red+Green+Blue) = 77+55+109=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D376D is #B2C892. Grayscale: #434343. Windows color (decimal): -11716755 or 7157581. OLE color: 7157581.
HSL color Cylindrical-coordinate representation of color #4D376D: hue angle of 264.44º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D376D is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 55 | 109 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.57 |
| HSL | 264.44º | 0.33% | 0.32% | - |
| HSV(B) | 264.44º | 0.5% | 0.43% | - |
| XYZ | 7.19 | 5.41 | 15.13 | - |
| YUV | 67.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 109 | 0.29 | 0.50 | 0 | 0.57 | 264.44 | 0.33 | 0.32 |
| Hex | 4D | 37 | 6D | 1D | 32 | 0 | 39 | 108 | 21 | 20 |
| Octal | 115 | 67 | 155 | 35 | 62 | 0 | 71 | 410 | 41 | 40 |
| Binary | 1001101 | 110111 | 1101101 | 11101 | 110010 | 0 | 111001 | 100001000 | 100001 | 100000 |
Color Harmonies of #4D376D
Complementary color
Monochromatic Colors of #4D376D
Black with #4D376D
Text Example
Text Example
White with #4D376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D376D; }
p { color: rgb(77,55,109); }
H1.HeaderClassName
{
color: #4D376D;
}
.AnyTagClassName
{
color: #4D376D;
}
</style>
background-color css
<style>
a { background-color: #4D376D; }
a { background-color: rgb(77,55,109); }
div.DivClassName
{
background-color: #4D376D;
}
.BgClassName
{
background-color: #4D376D;
}
</style>
border-color css
<style>
span { border-color: #4D376D; }
span { border-color: rgb(77,55,109); }
td.TdClassName
{
border-color: #4D376D;
}
.TagClassName
{
border-color: #4D376D;
}
</style>