Shades of Meteorite #4C366F
Tints of Meteorite #4C366F
RGB
CMYK
RGB Variations
Color information
#4C366F (or 0x4C366F) is known color: Meteorite. HEX triplet: 4C, 36 and 6F. RGB value is (76,54,111). Sum of RGB (Red+Green+Blue) = 76+54+111=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C366F is #B3C990. Grayscale: #424242. Windows color (decimal): -11782545 or 7288396. OLE color: 7288396.
HSL color Cylindrical-coordinate representation of color #4C366F: hue angle of 263.16º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C366F is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 54 | 111 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.56 |
| HSL | 263.16º | 0.35% | 0.32% | - |
| HSV(B) | 263.16º | 0.51% | 0.44% | - |
| XYZ | 7.17 | 5.32 | 15.69 | - |
| YUV | 67.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 111 | 0.32 | 0.51 | 0 | 0.56 | 263.16 | 0.35 | 0.32 |
| Hex | 4C | 36 | 6F | 20 | 33 | 0 | 38 | 107 | 23 | 20 |
| Octal | 114 | 66 | 157 | 40 | 63 | 0 | 70 | 407 | 43 | 40 |
| Binary | 1001100 | 110110 | 1101111 | 100000 | 110011 | 0 | 111000 | 100000111 | 100011 | 100000 |
Color Harmonies of #4C366F
Complementary color
Monochromatic Colors of #4C366F
Black with #4C366F
Text Example
Text Example
White with #4C366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C366F; }
p { color: rgb(76,54,111); }
H1.HeaderClassName
{
color: #4C366F;
}
.AnyTagClassName
{
color: #4C366F;
}
</style>
background-color css
<style>
a { background-color: #4C366F; }
a { background-color: rgb(76,54,111); }
div.DivClassName
{
background-color: #4C366F;
}
.BgClassName
{
background-color: #4C366F;
}
</style>
border-color css
<style>
span { border-color: #4C366F; }
span { border-color: rgb(76,54,111); }
td.TdClassName
{
border-color: #4C366F;
}
.TagClassName
{
border-color: #4C366F;
}
</style>