Shades of Meteorite #4C3760
Tints of Meteorite #4C3760
RGB
CMYK
RGB Variations
Color information
#4C3760 (or 0x4C3760) is known color: Meteorite. HEX triplet: 4C, 37 and 60. RGB value is (76,55,96). Sum of RGB (Red+Green+Blue) = 76+55+96=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C3760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3760 is #B3C89F. Grayscale: #414141. Windows color (decimal): -11782304 or 6305612. OLE color: 6305612.
HSL color Cylindrical-coordinate representation of color #4C3760: hue angle of 270.73º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C3760 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 55 | 96 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.62 |
| HSL | 270.73º | 0.27% | 0.3% | - |
| HSV(B) | 270.73º | 0.43% | 0.38% | - |
| XYZ | 6.46 | 5.11 | 11.71 | - |
| YUV | 65.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 96 | 0.21 | 0.43 | 0 | 0.62 | 270.73 | 0.27 | 0.3 |
| Hex | 4C | 37 | 60 | 15 | 2B | 0 | 3E | 10F | 1B | 1E |
| Octal | 114 | 67 | 140 | 25 | 53 | 0 | 76 | 417 | 33 | 36 |
| Binary | 1001100 | 110111 | 1100000 | 10101 | 101011 | 0 | 111110 | 100001111 | 11011 | 11110 |
Color Harmonies of #4C3760
Complementary color
Monochromatic Colors of #4C3760
Black with #4C3760
Text Example
Text Example
White with #4C3760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3760; }
p { color: rgb(76,55,96); }
H1.HeaderClassName
{
color: #4C3760;
}
.AnyTagClassName
{
color: #4C3760;
}
</style>
background-color css
<style>
a { background-color: #4C3760; }
a { background-color: rgb(76,55,96); }
div.DivClassName
{
background-color: #4C3760;
}
.BgClassName
{
background-color: #4C3760;
}
</style>
border-color css
<style>
span { border-color: #4C3760; }
span { border-color: rgb(76,55,96); }
td.TdClassName
{
border-color: #4C3760;
}
.TagClassName
{
border-color: #4C3760;
}
</style>