Shades of Meteorite #4C376D
Tints of Meteorite #4C376D
RGB
CMYK
RGB Variations
Color information
#4C376D (or 0x4C376D) is known color: Meteorite. HEX triplet: 4C, 37 and 6D. RGB value is (76,55,109). Sum of RGB (Red+Green+Blue) = 76+55+109=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C376D is #B3C892. Grayscale: #434343. Windows color (decimal): -11782291 or 7157580. OLE color: 7157580.
HSL color Cylindrical-coordinate representation of color #4C376D: hue angle of 263.33º 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 #4C376D is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 55 | 109 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.57 |
| HSL | 263.33º | 0.33% | 0.32% | - |
| HSV(B) | 263.33º | 0.5% | 0.43% | - |
| XYZ | 7.11 | 5.37 | 15.13 | - |
| YUV | 67.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 109 | 0.30 | 0.50 | 0 | 0.57 | 263.33 | 0.33 | 0.32 |
| Hex | 4C | 37 | 6D | 1E | 32 | 0 | 39 | 107 | 21 | 20 |
| Octal | 114 | 67 | 155 | 36 | 62 | 0 | 71 | 407 | 41 | 40 |
| Binary | 1001100 | 110111 | 1101101 | 11110 | 110010 | 0 | 111001 | 100000111 | 100001 | 100000 |
Color Harmonies of #4C376D
Complementary color
Monochromatic Colors of #4C376D
Black with #4C376D
Text Example
Text Example
White with #4C376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C376D; }
p { color: rgb(76,55,109); }
H1.HeaderClassName
{
color: #4C376D;
}
.AnyTagClassName
{
color: #4C376D;
}
</style>
background-color css
<style>
a { background-color: #4C376D; }
a { background-color: rgb(76,55,109); }
div.DivClassName
{
background-color: #4C376D;
}
.BgClassName
{
background-color: #4C376D;
}
</style>
border-color css
<style>
span { border-color: #4C376D; }
span { border-color: rgb(76,55,109); }
td.TdClassName
{
border-color: #4C376D;
}
.TagClassName
{
border-color: #4C376D;
}
</style>