Shades of Meteorite #4C3661
Tints of Meteorite #4C3661
RGB
CMYK
RGB Variations
Color information
#4C3661 (or 0x4C3661) is known color: Meteorite. HEX triplet: 4C, 36 and 61. RGB value is (76,54,97). Sum of RGB (Red+Green+Blue) = 76+54+97=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C3661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3661 is #B3C99E. Grayscale: #414141. Windows color (decimal): -11782559 or 6370892. OLE color: 6370892.
HSL color Cylindrical-coordinate representation of color #4C3661: hue angle of 270.7º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C3661 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 54 | 97 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.62 |
| HSL | 270.7º | 0.28% | 0.3% | - |
| HSV(B) | 270.7º | 0.44% | 0.38% | - |
| XYZ | 6.46 | 5.04 | 11.94 | - |
| YUV | 65.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 97 | 0.22 | 0.44 | 0 | 0.62 | 270.7 | 0.28 | 0.3 |
| Hex | 4C | 36 | 61 | 16 | 2C | 0 | 3E | 10F | 1C | 1E |
| Octal | 114 | 66 | 141 | 26 | 54 | 0 | 76 | 417 | 34 | 36 |
| Binary | 1001100 | 110110 | 1100001 | 10110 | 101100 | 0 | 111110 | 100001111 | 11100 | 11110 |
Color Harmonies of #4C3661
Complementary color
Monochromatic Colors of #4C3661
Black with #4C3661
Text Example
Text Example
White with #4C3661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3661; }
p { color: rgb(76,54,97); }
H1.HeaderClassName
{
color: #4C3661;
}
.AnyTagClassName
{
color: #4C3661;
}
</style>
background-color css
<style>
a { background-color: #4C3661; }
a { background-color: rgb(76,54,97); }
div.DivClassName
{
background-color: #4C3661;
}
.BgClassName
{
background-color: #4C3661;
}
</style>
border-color css
<style>
span { border-color: #4C3661; }
span { border-color: rgb(76,54,97); }
td.TdClassName
{
border-color: #4C3661;
}
.TagClassName
{
border-color: #4C3661;
}
</style>