Shades of Meteorite #4C4160
Tints of Meteorite #4C4160
RGB
CMYK
RGB Variations
Color information
#4C4160 (or 0x4C4160) is known color: Meteorite. HEX triplet: 4C, 41 and 60. RGB value is (76,65,96). Sum of RGB (Red+Green+Blue) = 76+65+96=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C4160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4160 is #B3BE9F. Grayscale: #474747. Windows color (decimal): -11779744 or 6308172. OLE color: 6308172.
HSL color Cylindrical-coordinate representation of color #4C4160: hue angle of 261.29º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C4160 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 65 | 96 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.62 |
| HSL | 261.29º | 0.19% | 0.32% | - |
| HSV(B) | 261.29º | 0.32% | 0.38% | - |
| XYZ | 6.98 | 6.16 | 11.89 | - |
| YUV | 71.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 96 | 0.21 | 0.32 | 0 | 0.62 | 261.29 | 0.19 | 0.32 |
| Hex | 4C | 41 | 60 | 15 | 20 | 0 | 3E | 105 | 13 | 20 |
| Octal | 114 | 101 | 140 | 25 | 40 | 0 | 76 | 405 | 23 | 40 |
| Binary | 1001100 | 1000001 | 1100000 | 10101 | 100000 | 0 | 111110 | 100000101 | 10011 | 100000 |
Color Harmonies of #4C4160
Complementary color
Monochromatic Colors of #4C4160
Black with #4C4160
Text Example
Text Example
White with #4C4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4160; }
p { color: rgb(76,65,96); }
H1.HeaderClassName
{
color: #4C4160;
}
.AnyTagClassName
{
color: #4C4160;
}
</style>
background-color css
<style>
a { background-color: #4C4160; }
a { background-color: rgb(76,65,96); }
div.DivClassName
{
background-color: #4C4160;
}
.BgClassName
{
background-color: #4C4160;
}
</style>
border-color css
<style>
span { border-color: #4C4160; }
span { border-color: rgb(76,65,96); }
td.TdClassName
{
border-color: #4C4160;
}
.TagClassName
{
border-color: #4C4160;
}
</style>