Shades of Meteorite #4E486D
Tints of Meteorite #4E486D
RGB
CMYK
RGB Variations
Color information
#4E486D (or 0x4E486D) is known color: Meteorite. HEX triplet: 4E, 48 and 6D. RGB value is (78,72,109). Sum of RGB (Red+Green+Blue) = 78+72+109=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E486D is #B1B792. Grayscale: #4D4D4D. Windows color (decimal): -11646867 or 7161934. OLE color: 7161934.
HSL color Cylindrical-coordinate representation of color #4E486D: hue angle of 249.73º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E486D is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 72 | 109 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.57 |
| HSL | 249.73º | 0.2% | 0.35% | - |
| HSV(B) | 249.73º | 0.34% | 0.43% | - |
| XYZ | 8.22 | 7.36 | 15.46 | - |
| YUV | 78.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 109 | 0.28 | 0.34 | 0 | 0.57 | 249.73 | 0.2 | 0.35 |
| Hex | 4E | 48 | 6D | 1C | 22 | 0 | 39 | FA | 14 | 23 |
| Octal | 116 | 110 | 155 | 34 | 42 | 0 | 71 | 372 | 24 | 43 |
| Binary | 1001110 | 1001000 | 1101101 | 11100 | 100010 | 0 | 111001 | 11111010 | 10100 | 100011 |
Color Harmonies of #4E486D
Complementary color
Monochromatic Colors of #4E486D
Black with #4E486D
Text Example
Text Example
White with #4E486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E486D; }
p { color: rgb(78,72,109); }
H1.HeaderClassName
{
color: #4E486D;
}
.AnyTagClassName
{
color: #4E486D;
}
</style>
background-color css
<style>
a { background-color: #4E486D; }
a { background-color: rgb(78,72,109); }
div.DivClassName
{
background-color: #4E486D;
}
.BgClassName
{
background-color: #4E486D;
}
</style>
border-color css
<style>
span { border-color: #4E486D; }
span { border-color: rgb(78,72,109); }
td.TdClassName
{
border-color: #4E486D;
}
.TagClassName
{
border-color: #4E486D;
}
</style>