Shades of Meteorite #4C4162
Tints of Meteorite #4C4162
RGB
CMYK
RGB Variations
Color information
#4C4162 (or 0x4C4162) is known color: Meteorite. HEX triplet: 4C, 41 and 62. RGB value is (76,65,98). Sum of RGB (Red+Green+Blue) = 76+65+98=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C4162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4162 is #B3BE9D. Grayscale: #474747. Windows color (decimal): -11779742 or 6439244. OLE color: 6439244.
HSL color Cylindrical-coordinate representation of color #4C4162: hue angle of 260º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C4162 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 65 | 98 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.62 |
| HSL | 260º | 0.2% | 0.32% | - |
| HSV(B) | 260º | 0.34% | 0.38% | - |
| XYZ | 7.08 | 6.2 | 12.38 | - |
| YUV | 72.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 98 | 0.22 | 0.34 | 0 | 0.62 | 260 | 0.2 | 0.32 |
| Hex | 4C | 41 | 62 | 16 | 22 | 0 | 3E | 104 | 14 | 20 |
| Octal | 114 | 101 | 142 | 26 | 42 | 0 | 76 | 404 | 24 | 40 |
| Binary | 1001100 | 1000001 | 1100010 | 10110 | 100010 | 0 | 111110 | 100000100 | 10100 | 100000 |
Color Harmonies of #4C4162
Complementary color
Monochromatic Colors of #4C4162
Black with #4C4162
Text Example
Text Example
White with #4C4162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4162; }
p { color: rgb(76,65,98); }
H1.HeaderClassName
{
color: #4C4162;
}
.AnyTagClassName
{
color: #4C4162;
}
</style>
background-color css
<style>
a { background-color: #4C4162; }
a { background-color: rgb(76,65,98); }
div.DivClassName
{
background-color: #4C4162;
}
.BgClassName
{
background-color: #4C4162;
}
</style>
border-color css
<style>
span { border-color: #4C4162; }
span { border-color: rgb(76,65,98); }
td.TdClassName
{
border-color: #4C4162;
}
.TagClassName
{
border-color: #4C4162;
}
</style>