Shades of Meteorite #4C3969
Tints of Meteorite #4C3969
RGB
CMYK
RGB Variations
Color information
#4C3969 (or 0x4C3969) is known color: Meteorite. HEX triplet: 4C, 39 and 69. RGB value is (76,57,105). Sum of RGB (Red+Green+Blue) = 76+57+105=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #4C3969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3969 is #B3C696. Grayscale: #434343. Windows color (decimal): -11781783 or 6895948. OLE color: 6895948.
HSL color Cylindrical-coordinate representation of color #4C3969: hue angle of 263.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C3969 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 57 | 105 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.59 |
| HSL | 263.75º | 0.3% | 0.32% | - |
| HSV(B) | 263.75º | 0.46% | 0.41% | - |
| XYZ | 6.99 | 5.48 | 14.05 | - |
| YUV | 68.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 57 | 105 | 0.28 | 0.46 | 0 | 0.59 | 263.75 | 0.3 | 0.32 |
| Hex | 4C | 39 | 69 | 1C | 2E | 0 | 3B | 108 | 1E | 20 |
| Octal | 114 | 71 | 151 | 34 | 56 | 0 | 73 | 410 | 36 | 40 |
| Binary | 1001100 | 111001 | 1101001 | 11100 | 101110 | 0 | 111011 | 100001000 | 11110 | 100000 |
Color Harmonies of #4C3969
Complementary color
Monochromatic Colors of #4C3969
Black with #4C3969
Text Example
Text Example
White with #4C3969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3969; }
p { color: rgb(76,57,105); }
H1.HeaderClassName
{
color: #4C3969;
}
.AnyTagClassName
{
color: #4C3969;
}
</style>
background-color css
<style>
a { background-color: #4C3969; }
a { background-color: rgb(76,57,105); }
div.DivClassName
{
background-color: #4C3969;
}
.BgClassName
{
background-color: #4C3969;
}
</style>
border-color css
<style>
span { border-color: #4C3969; }
span { border-color: rgb(76,57,105); }
td.TdClassName
{
border-color: #4C3969;
}
.TagClassName
{
border-color: #4C3969;
}
</style>