Shades of Meteorite #4C4566
Tints of Meteorite #4C4566
RGB
CMYK
RGB Variations
Color information
#4C4566 (or 0x4C4566) is known color: Meteorite. HEX triplet: 4C, 45 and 66. RGB value is (76,69,102). Sum of RGB (Red+Green+Blue) = 76+69+102=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #4C4566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4566 is #B3BA99. Grayscale: #4A4A4A. Windows color (decimal): -11778714 or 6702412. OLE color: 6702412.
HSL color Cylindrical-coordinate representation of color #4C4566: hue angle of 252.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C4566 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 76 | 69 | 102 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.6 |
| HSL | 252.73º | 0.19% | 0.34% | - |
| HSV(B) | 252.73º | 0.32% | 0.4% | - |
| XYZ | 7.51 | 6.75 | 13.48 | - |
| YUV | 74.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 102 | 0.25 | 0.32 | 0 | 0.6 | 252.73 | 0.19 | 0.34 |
| Hex | 4C | 45 | 66 | 19 | 20 | 0 | 3C | FD | 13 | 22 |
| Octal | 114 | 105 | 146 | 31 | 40 | 0 | 74 | 375 | 23 | 42 |
| Binary | 1001100 | 1000101 | 1100110 | 11001 | 100000 | 0 | 111100 | 11111101 | 10011 | 100010 |
Color Harmonies of #4C4566
Complementary color
Monochromatic Colors of #4C4566
Black with #4C4566
Text Example
Text Example
White with #4C4566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4566; }
p { color: rgb(76,69,102); }
H1.HeaderClassName
{
color: #4C4566;
}
.AnyTagClassName
{
color: #4C4566;
}
</style>
background-color css
<style>
a { background-color: #4C4566; }
a { background-color: rgb(76,69,102); }
div.DivClassName
{
background-color: #4C4566;
}
.BgClassName
{
background-color: #4C4566;
}
</style>
border-color css
<style>
span { border-color: #4C4566; }
span { border-color: rgb(76,69,102); }
td.TdClassName
{
border-color: #4C4566;
}
.TagClassName
{
border-color: #4C4566;
}
</style>