Shades of Meteorite #4E466E
Tints of Meteorite #4E466E
RGB
CMYK
RGB Variations
Color information
#4E466E (or 0x4E466E) is known color: Meteorite. HEX triplet: 4E, 46 and 6E. RGB value is (78,70,110). Sum of RGB (Red+Green+Blue) = 78+70+110=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E466E is #B1B991. Grayscale: #4C4C4C. Windows color (decimal): -11647378 or 7226958. OLE color: 7226958.
HSL color Cylindrical-coordinate representation of color #4E466E: hue angle of 252º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E466E is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 70 | 110 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.57 |
| HSL | 252º | 0.22% | 0.35% | - |
| HSV(B) | 252º | 0.36% | 0.43% | - |
| XYZ | 8.15 | 7.13 | 15.7 | - |
| YUV | 76.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 110 | 0.29 | 0.36 | 0 | 0.57 | 252 | 0.22 | 0.35 |
| Hex | 4E | 46 | 6E | 1D | 24 | 0 | 39 | FC | 16 | 23 |
| Octal | 116 | 106 | 156 | 35 | 44 | 0 | 71 | 374 | 26 | 43 |
| Binary | 1001110 | 1000110 | 1101110 | 11101 | 100100 | 0 | 111001 | 11111100 | 10110 | 100011 |
Color Harmonies of #4E466E
Complementary color
Monochromatic Colors of #4E466E
Black with #4E466E
Text Example
Text Example
White with #4E466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E466E; }
p { color: rgb(78,70,110); }
H1.HeaderClassName
{
color: #4E466E;
}
.AnyTagClassName
{
color: #4E466E;
}
</style>
background-color css
<style>
a { background-color: #4E466E; }
a { background-color: rgb(78,70,110); }
div.DivClassName
{
background-color: #4E466E;
}
.BgClassName
{
background-color: #4E466E;
}
</style>
border-color css
<style>
span { border-color: #4E466E; }
span { border-color: rgb(78,70,110); }
td.TdClassName
{
border-color: #4E466E;
}
.TagClassName
{
border-color: #4E466E;
}
</style>