Shades of Meteorite #4C366B
Tints of Meteorite #4C366B
RGB
CMYK
RGB Variations
Color information
#4C366B (or 0x4C366B) is known color: Meteorite. HEX triplet: 4C, 36 and 6B. RGB value is (76,54,107). Sum of RGB (Red+Green+Blue) = 76+54+107=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C366B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C366B is #B3C994. Grayscale: #424242. Windows color (decimal): -11782549 or 7026252. OLE color: 7026252.
HSL color Cylindrical-coordinate representation of color #4C366B: hue angle of 264.91º 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 #4C366B is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 54 | 107 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.58 |
| HSL | 264.91º | 0.33% | 0.32% | - |
| HSV(B) | 264.91º | 0.5% | 0.42% | - |
| XYZ | 6.95 | 5.24 | 14.55 | - |
| YUV | 66.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 107 | 0.29 | 0.50 | 0 | 0.58 | 264.91 | 0.33 | 0.32 |
| Hex | 4C | 36 | 6B | 1D | 32 | 0 | 3A | 109 | 21 | 20 |
| Octal | 114 | 66 | 153 | 35 | 62 | 0 | 72 | 411 | 41 | 40 |
| Binary | 1001100 | 110110 | 1101011 | 11101 | 110010 | 0 | 111010 | 100001001 | 100001 | 100000 |
Color Harmonies of #4C366B
Complementary color
Monochromatic Colors of #4C366B
Black with #4C366B
Text Example
Text Example
White with #4C366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C366B; }
p { color: rgb(76,54,107); }
H1.HeaderClassName
{
color: #4C366B;
}
.AnyTagClassName
{
color: #4C366B;
}
</style>
background-color css
<style>
a { background-color: #4C366B; }
a { background-color: rgb(76,54,107); }
div.DivClassName
{
background-color: #4C366B;
}
.BgClassName
{
background-color: #4C366B;
}
</style>
border-color css
<style>
span { border-color: #4C366B; }
span { border-color: rgb(76,54,107); }
td.TdClassName
{
border-color: #4C366B;
}
.TagClassName
{
border-color: #4C366B;
}
</style>