Shades of Meteorite #4C4464
Tints of Meteorite #4C4464
RGB
CMYK
RGB Variations
Color information
#4C4464 (or 0x4C4464) is known color: Meteorite. HEX triplet: 4C, 44 and 64. RGB value is (76,68,100). Sum of RGB (Red+Green+Blue) = 76+68+100=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 100 - color contains mainly: blue. Hex color #4C4464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4464 is #B3BB9B. Grayscale: #494949. Windows color (decimal): -11778972 or 6571084. OLE color: 6571084.
HSL color Cylindrical-coordinate representation of color #4C4464: hue angle of 255º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C4464 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 68 | 100 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.61 |
| HSL | 255º | 0.19% | 0.33% | - |
| HSV(B) | 255º | 0.32% | 0.39% | - |
| XYZ | 7.35 | 6.59 | 12.94 | - |
| YUV | 74.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 100 | 0.24 | 0.32 | 0 | 0.61 | 255 | 0.19 | 0.33 |
| Hex | 4C | 44 | 64 | 18 | 20 | 0 | 3D | FF | 13 | 21 |
| Octal | 114 | 104 | 144 | 30 | 40 | 0 | 75 | 377 | 23 | 41 |
| Binary | 1001100 | 1000100 | 1100100 | 11000 | 100000 | 0 | 111101 | 11111111 | 10011 | 100001 |
Color Harmonies of #4C4464
Complementary color
Monochromatic Colors of #4C4464
Black with #4C4464
Text Example
Text Example
White with #4C4464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4464; }
p { color: rgb(76,68,100); }
H1.HeaderClassName
{
color: #4C4464;
}
.AnyTagClassName
{
color: #4C4464;
}
</style>
background-color css
<style>
a { background-color: #4C4464; }
a { background-color: rgb(76,68,100); }
div.DivClassName
{
background-color: #4C4464;
}
.BgClassName
{
background-color: #4C4464;
}
</style>
border-color css
<style>
span { border-color: #4C4464; }
span { border-color: rgb(76,68,100); }
td.TdClassName
{
border-color: #4C4464;
}
.TagClassName
{
border-color: #4C4464;
}
</style>