Shades of Meteorite #4E456D
Tints of Meteorite #4E456D
RGB
CMYK
RGB Variations
Color information
#4E456D (or 0x4E456D) is known color: Meteorite. HEX triplet: 4E, 45 and 6D. RGB value is (78,69,109). Sum of RGB (Red+Green+Blue) = 78+69+109=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E456D is #B1BA92. Grayscale: #4C4C4C. Windows color (decimal): -11647635 or 7161166. OLE color: 7161166.
HSL color Cylindrical-coordinate representation of color #4E456D: hue angle of 253.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E456D is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 69 | 109 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.57 |
| HSL | 253.5º | 0.22% | 0.35% | - |
| HSV(B) | 253.5º | 0.37% | 0.43% | - |
| XYZ | 8.03 | 6.98 | 15.39 | - |
| YUV | 76.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 109 | 0.28 | 0.37 | 0 | 0.57 | 253.5 | 0.22 | 0.35 |
| Hex | 4E | 45 | 6D | 1C | 25 | 0 | 39 | FE | 16 | 23 |
| Octal | 116 | 105 | 155 | 34 | 45 | 0 | 71 | 376 | 26 | 43 |
| Binary | 1001110 | 1000101 | 1101101 | 11100 | 100101 | 0 | 111001 | 11111110 | 10110 | 100011 |
Color Harmonies of #4E456D
Complementary color
Monochromatic Colors of #4E456D
Black with #4E456D
Text Example
Text Example
White with #4E456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E456D; }
p { color: rgb(78,69,109); }
H1.HeaderClassName
{
color: #4E456D;
}
.AnyTagClassName
{
color: #4E456D;
}
</style>
background-color css
<style>
a { background-color: #4E456D; }
a { background-color: rgb(78,69,109); }
div.DivClassName
{
background-color: #4E456D;
}
.BgClassName
{
background-color: #4E456D;
}
</style>
border-color css
<style>
span { border-color: #4E456D; }
span { border-color: rgb(78,69,109); }
td.TdClassName
{
border-color: #4E456D;
}
.TagClassName
{
border-color: #4E456D;
}
</style>