Shades of Meteorite #4C3A6C
Tints of Meteorite #4C3A6C
RGB
CMYK
RGB Variations
Color information
#4C3A6C (or 0x4C3A6C) is known color: Meteorite. HEX triplet: 4C, 3A and 6C. RGB value is (76,58,108). Sum of RGB (Red+Green+Blue) = 76+58+108=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C3A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3A6C is #B3C593. Grayscale: #444444. Windows color (decimal): -11781524 or 7092812. OLE color: 7092812.
HSL color Cylindrical-coordinate representation of color #4C3A6C: hue angle of 261.6º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C3A6C is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 58 | 108 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.58 |
| HSL | 261.6º | 0.3% | 0.33% | - |
| HSV(B) | 261.6º | 0.46% | 0.42% | - |
| XYZ | 7.2 | 5.65 | 14.9 | - |
| YUV | 69.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 58 | 108 | 0.30 | 0.46 | 0 | 0.58 | 261.6 | 0.3 | 0.33 |
| Hex | 4C | 3A | 6C | 1E | 2E | 0 | 3A | 106 | 1E | 21 |
| Octal | 114 | 72 | 154 | 36 | 56 | 0 | 72 | 406 | 36 | 41 |
| Binary | 1001100 | 111010 | 1101100 | 11110 | 101110 | 0 | 111010 | 100000110 | 11110 | 100001 |
Color Harmonies of #4C3A6C
Complementary color
Monochromatic Colors of #4C3A6C
Black with #4C3A6C
Text Example
Text Example
White with #4C3A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3A6C; }
p { color: rgb(76,58,108); }
H1.HeaderClassName
{
color: #4C3A6C;
}
.AnyTagClassName
{
color: #4C3A6C;
}
</style>
background-color css
<style>
a { background-color: #4C3A6C; }
a { background-color: rgb(76,58,108); }
div.DivClassName
{
background-color: #4C3A6C;
}
.BgClassName
{
background-color: #4C3A6C;
}
</style>
border-color css
<style>
span { border-color: #4C3A6C; }
span { border-color: rgb(76,58,108); }
td.TdClassName
{
border-color: #4C3A6C;
}
.TagClassName
{
border-color: #4C3A6C;
}
</style>