Shades of Meteorite #4E4376
Tints of Meteorite #4E4376
RGB
CMYK
RGB Variations
Color information
#4E4376 (or 0x4E4376) is known color: Meteorite. HEX triplet: 4E, 43 and 76. RGB value is (78,67,118). Sum of RGB (Red+Green+Blue) = 78+67+118=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E4376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4376 is #B1BC89. Grayscale: #4B4B4B. Windows color (decimal): -11648138 or 7750478. OLE color: 7750478.
HSL color Cylindrical-coordinate representation of color #4E4376: hue angle of 252.94º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E4376 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 67 | 118 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.54 |
| HSL | 252.94º | 0.28% | 0.36% | - |
| HSV(B) | 252.94º | 0.43% | 0.46% | - |
| XYZ | 8.42 | 6.94 | 18.04 | - |
| YUV | 76.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 118 | 0.34 | 0.43 | 0 | 0.54 | 252.94 | 0.28 | 0.36 |
| Hex | 4E | 43 | 76 | 22 | 2B | 0 | 36 | FD | 1C | 24 |
| Octal | 116 | 103 | 166 | 42 | 53 | 0 | 66 | 375 | 34 | 44 |
| Binary | 1001110 | 1000011 | 1110110 | 100010 | 101011 | 0 | 110110 | 11111101 | 11100 | 100100 |
Color Harmonies of #4E4376
Complementary color
Monochromatic Colors of #4E4376
Black with #4E4376
Text Example
Text Example
White with #4E4376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4376; }
p { color: rgb(78,67,118); }
H1.HeaderClassName
{
color: #4E4376;
}
.AnyTagClassName
{
color: #4E4376;
}
</style>
background-color css
<style>
a { background-color: #4E4376; }
a { background-color: rgb(78,67,118); }
div.DivClassName
{
background-color: #4E4376;
}
.BgClassName
{
background-color: #4E4376;
}
</style>
border-color css
<style>
span { border-color: #4E4376; }
span { border-color: rgb(78,67,118); }
td.TdClassName
{
border-color: #4E4376;
}
.TagClassName
{
border-color: #4E4376;
}
</style>