Shades of Meteorite #4E4063
Tints of Meteorite #4E4063
RGB
CMYK
RGB Variations
Color information
#4E4063 (or 0x4E4063) is known color: Meteorite. HEX triplet: 4E, 40 and 63. RGB value is (78,64,99). Sum of RGB (Red+Green+Blue) = 78+64+99=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E4063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4063 is #B1BF9C. Grayscale: #484848. Windows color (decimal): -11648925 or 6504526. OLE color: 6504526.
HSL color Cylindrical-coordinate representation of color #4E4063: hue angle of 264º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E4063 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 64 | 99 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.61 |
| HSL | 264º | 0.21% | 0.32% | - |
| HSV(B) | 264º | 0.35% | 0.39% | - |
| XYZ | 7.23 | 6.19 | 12.62 | - |
| YUV | 72.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 99 | 0.21 | 0.35 | 0 | 0.61 | 264 | 0.21 | 0.32 |
| Hex | 4E | 40 | 63 | 15 | 23 | 0 | 3D | 108 | 15 | 20 |
| Octal | 116 | 100 | 143 | 25 | 43 | 0 | 75 | 410 | 25 | 40 |
| Binary | 1001110 | 1000000 | 1100011 | 10101 | 100011 | 0 | 111101 | 100001000 | 10101 | 100000 |
Color Harmonies of #4E4063
Complementary color
Monochromatic Colors of #4E4063
Black with #4E4063
Text Example
Text Example
White with #4E4063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4063; }
p { color: rgb(78,64,99); }
H1.HeaderClassName
{
color: #4E4063;
}
.AnyTagClassName
{
color: #4E4063;
}
</style>
background-color css
<style>
a { background-color: #4E4063; }
a { background-color: rgb(78,64,99); }
div.DivClassName
{
background-color: #4E4063;
}
.BgClassName
{
background-color: #4E4063;
}
</style>
border-color css
<style>
span { border-color: #4E4063; }
span { border-color: rgb(78,64,99); }
td.TdClassName
{
border-color: #4E4063;
}
.TagClassName
{
border-color: #4E4063;
}
</style>