Shades of Meteorite #4C4076
Tints of Meteorite #4C4076
RGB
CMYK
RGB Variations
Color information
#4C4076 (or 0x4C4076) is known color: Meteorite. HEX triplet: 4C, 40 and 76. RGB value is (76,64,118). Sum of RGB (Red+Green+Blue) = 76+64+118=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C4076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4076 is #B3BF89. Grayscale: #494949. Windows color (decimal): -11779978 or 7749708. OLE color: 7749708.
HSL color Cylindrical-coordinate representation of color #4C4076: hue angle of 253.33º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C4076 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 64 | 118 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.54 |
| HSL | 253.33º | 0.3% | 0.36% | - |
| HSV(B) | 253.33º | 0.46% | 0.46% | - |
| XYZ | 8.08 | 6.51 | 17.97 | - |
| YUV | 73.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 118 | 0.36 | 0.46 | 0 | 0.54 | 253.33 | 0.3 | 0.36 |
| Hex | 4C | 40 | 76 | 24 | 2E | 0 | 36 | FD | 1E | 24 |
| Octal | 114 | 100 | 166 | 44 | 56 | 0 | 66 | 375 | 36 | 44 |
| Binary | 1001100 | 1000000 | 1110110 | 100100 | 101110 | 0 | 110110 | 11111101 | 11110 | 100100 |
Color Harmonies of #4C4076
Complementary color
Monochromatic Colors of #4C4076
Black with #4C4076
Text Example
Text Example
White with #4C4076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4076; }
p { color: rgb(76,64,118); }
H1.HeaderClassName
{
color: #4C4076;
}
.AnyTagClassName
{
color: #4C4076;
}
</style>
background-color css
<style>
a { background-color: #4C4076; }
a { background-color: rgb(76,64,118); }
div.DivClassName
{
background-color: #4C4076;
}
.BgClassName
{
background-color: #4C4076;
}
</style>
border-color css
<style>
span { border-color: #4C4076; }
span { border-color: rgb(76,64,118); }
td.TdClassName
{
border-color: #4C4076;
}
.TagClassName
{
border-color: #4C4076;
}
</style>