Shades of Meteorite #4D376E
Tints of Meteorite #4D376E
RGB
CMYK
RGB Variations
Color information
#4D376E (or 0x4D376E) is known color: Meteorite. HEX triplet: 4D, 37 and 6E. RGB value is (77,55,110). Sum of RGB (Red+Green+Blue) = 77+55+110=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D376E is #B2C891. Grayscale: #434343. Windows color (decimal): -11716754 or 7223117. OLE color: 7223117.
HSL color Cylindrical-coordinate representation of color #4D376E: hue angle of 264º 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 #4D376E is Cyan = 0.3, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 55 | 110 | - |
| CMYK | 0.3 | 0.5 | 0 | 0.57 |
| HSL | 264º | 0.33% | 0.32% | - |
| HSV(B) | 264º | 0.5% | 0.43% | - |
| XYZ | 7.24 | 5.44 | 15.42 | - |
| YUV | 67.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 110 | 0.3 | 0.5 | 0 | 0.57 | 264 | 0.33 | 0.32 |
| Hex | 4D | 37 | 6E | 1E | 32 | 0 | 39 | 108 | 21 | 20 |
| Octal | 115 | 67 | 156 | 36 | 62 | 0 | 71 | 410 | 41 | 40 |
| Binary | 1001101 | 110111 | 1101110 | 11110 | 110010 | 0 | 111001 | 100001000 | 100001 | 100000 |
Color Harmonies of #4D376E
Complementary color
Monochromatic Colors of #4D376E
Black with #4D376E
Text Example
Text Example
White with #4D376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D376E; }
p { color: rgb(77,55,110); }
H1.HeaderClassName
{
color: #4D376E;
}
.AnyTagClassName
{
color: #4D376E;
}
</style>
background-color css
<style>
a { background-color: #4D376E; }
a { background-color: rgb(77,55,110); }
div.DivClassName
{
background-color: #4D376E;
}
.BgClassName
{
background-color: #4D376E;
}
</style>
border-color css
<style>
span { border-color: #4D376E; }
span { border-color: rgb(77,55,110); }
td.TdClassName
{
border-color: #4D376E;
}
.TagClassName
{
border-color: #4D376E;
}
</style>