Shades of Meteorite #4C3872
Tints of Meteorite #4C3872
RGB
CMYK
RGB Variations
Color information
#4C3872 (or 0x4C3872) is known color: Meteorite. HEX triplet: 4C, 38 and 72. RGB value is (76,56,114). Sum of RGB (Red+Green+Blue) = 76+56+114=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C3872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3872 is #B3C78D. Grayscale: #444444. Windows color (decimal): -11782030 or 7485516. OLE color: 7485516.
HSL color Cylindrical-coordinate representation of color #4C3872: hue angle of 260.69º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C3872 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 56 | 114 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.55 |
| HSL | 260.69º | 0.34% | 0.33% | - |
| HSV(B) | 260.69º | 0.51% | 0.45% | - |
| XYZ | 7.43 | 5.58 | 16.6 | - |
| YUV | 68.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 114 | 0.33 | 0.51 | 0 | 0.55 | 260.69 | 0.34 | 0.33 |
| Hex | 4C | 38 | 72 | 21 | 33 | 0 | 37 | 105 | 22 | 21 |
| Octal | 114 | 70 | 162 | 41 | 63 | 0 | 67 | 405 | 42 | 41 |
| Binary | 1001100 | 111000 | 1110010 | 100001 | 110011 | 0 | 110111 | 100000101 | 100010 | 100001 |
Color Harmonies of #4C3872
Complementary color
Monochromatic Colors of #4C3872
Black with #4C3872
Text Example
Text Example
White with #4C3872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3872; }
p { color: rgb(76,56,114); }
H1.HeaderClassName
{
color: #4C3872;
}
.AnyTagClassName
{
color: #4C3872;
}
</style>
background-color css
<style>
a { background-color: #4C3872; }
a { background-color: rgb(76,56,114); }
div.DivClassName
{
background-color: #4C3872;
}
.BgClassName
{
background-color: #4C3872;
}
</style>
border-color css
<style>
span { border-color: #4C3872; }
span { border-color: rgb(76,56,114); }
td.TdClassName
{
border-color: #4C3872;
}
.TagClassName
{
border-color: #4C3872;
}
</style>