Shades of Meteorite #4C3E76
Tints of Meteorite #4C3E76
RGB
CMYK
RGB Variations
Color information
#4C3E76 (or 0x4C3E76) is known color: Meteorite. HEX triplet: 4C, 3E and 76. RGB value is (76,62,118). Sum of RGB (Red+Green+Blue) = 76+62+118=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C3E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3E76 is #B3C189. Grayscale: #484848. Windows color (decimal): -11780490 or 7749196. OLE color: 7749196.
HSL color Cylindrical-coordinate representation of color #4C3E76: hue angle of 255º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C3E76 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 62 | 118 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.54 |
| HSL | 255º | 0.31% | 0.35% | - |
| HSV(B) | 255º | 0.47% | 0.46% | - |
| XYZ | 7.97 | 6.29 | 17.93 | - |
| YUV | 72.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 118 | 0.36 | 0.47 | 0 | 0.54 | 255 | 0.31 | 0.35 |
| Hex | 4C | 3E | 76 | 24 | 2F | 0 | 36 | FF | 1F | 23 |
| Octal | 114 | 76 | 166 | 44 | 57 | 0 | 66 | 377 | 37 | 43 |
| Binary | 1001100 | 111110 | 1110110 | 100100 | 101111 | 0 | 110110 | 11111111 | 11111 | 100011 |
Color Harmonies of #4C3E76
Complementary color
Monochromatic Colors of #4C3E76
Black with #4C3E76
Text Example
Text Example
White with #4C3E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E76; }
p { color: rgb(76,62,118); }
H1.HeaderClassName
{
color: #4C3E76;
}
.AnyTagClassName
{
color: #4C3E76;
}
</style>
background-color css
<style>
a { background-color: #4C3E76; }
a { background-color: rgb(76,62,118); }
div.DivClassName
{
background-color: #4C3E76;
}
.BgClassName
{
background-color: #4C3E76;
}
</style>
border-color css
<style>
span { border-color: #4C3E76; }
span { border-color: rgb(76,62,118); }
td.TdClassName
{
border-color: #4C3E76;
}
.TagClassName
{
border-color: #4C3E76;
}
</style>