Shades of Meteorite #4C366C
Tints of Meteorite #4C366C
RGB
CMYK
RGB Variations
Color information
#4C366C (or 0x4C366C) is known color: Meteorite. HEX triplet: 4C, 36 and 6C. RGB value is (76,54,108). Sum of RGB (Red+Green+Blue) = 76+54+108=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C366C is #B3C993. Grayscale: #424242. Windows color (decimal): -11782548 or 7091788. OLE color: 7091788.
HSL color Cylindrical-coordinate representation of color #4C366C: hue angle of 264.44º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C366C is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 54 | 108 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.58 |
| HSL | 264.44º | 0.33% | 0.32% | - |
| HSV(B) | 264.44º | 0.5% | 0.42% | - |
| XYZ | 7.01 | 5.26 | 14.83 | - |
| YUV | 66.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 108 | 0.30 | 0.50 | 0 | 0.58 | 264.44 | 0.33 | 0.32 |
| Hex | 4C | 36 | 6C | 1E | 32 | 0 | 3A | 108 | 21 | 20 |
| Octal | 114 | 66 | 154 | 36 | 62 | 0 | 72 | 410 | 41 | 40 |
| Binary | 1001100 | 110110 | 1101100 | 11110 | 110010 | 0 | 111010 | 100001000 | 100001 | 100000 |
Color Harmonies of #4C366C
Complementary color
Monochromatic Colors of #4C366C
Black with #4C366C
Text Example
Text Example
White with #4C366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C366C; }
p { color: rgb(76,54,108); }
H1.HeaderClassName
{
color: #4C366C;
}
.AnyTagClassName
{
color: #4C366C;
}
</style>
background-color css
<style>
a { background-color: #4C366C; }
a { background-color: rgb(76,54,108); }
div.DivClassName
{
background-color: #4C366C;
}
.BgClassName
{
background-color: #4C366C;
}
</style>
border-color css
<style>
span { border-color: #4C366C; }
span { border-color: rgb(76,54,108); }
td.TdClassName
{
border-color: #4C366C;
}
.TagClassName
{
border-color: #4C366C;
}
</style>