Shades of Meteorite #4E4065
Tints of Meteorite #4E4065
RGB
CMYK
RGB Variations
Color information
#4E4065 (or 0x4E4065) is known color: Meteorite. HEX triplet: 4E, 40 and 65. RGB value is (78,64,101). Sum of RGB (Red+Green+Blue) = 78+64+101=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E4065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4065 is #B1BF9A. Grayscale: #484848. Windows color (decimal): -11648923 or 6635598. OLE color: 6635598.
HSL color Cylindrical-coordinate representation of color #4E4065: hue angle of 262.7º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E4065 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 64 | 101 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.60 |
| HSL | 262.7º | 0.22% | 0.32% | - |
| HSV(B) | 262.7º | 0.37% | 0.4% | - |
| XYZ | 7.32 | 6.23 | 13.13 | - |
| YUV | 72.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 101 | 0.23 | 0.37 | 0 | 0.60 | 262.7 | 0.22 | 0.32 |
| Hex | 4E | 40 | 65 | 17 | 25 | 0 | 3C | 107 | 16 | 20 |
| Octal | 116 | 100 | 145 | 27 | 45 | 0 | 74 | 407 | 26 | 40 |
| Binary | 1001110 | 1000000 | 1100101 | 10111 | 100101 | 0 | 111100 | 100000111 | 10110 | 100000 |
Color Harmonies of #4E4065
Complementary color
Monochromatic Colors of #4E4065
Black with #4E4065
Text Example
Text Example
White with #4E4065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4065; }
p { color: rgb(78,64,101); }
H1.HeaderClassName
{
color: #4E4065;
}
.AnyTagClassName
{
color: #4E4065;
}
</style>
background-color css
<style>
a { background-color: #4E4065; }
a { background-color: rgb(78,64,101); }
div.DivClassName
{
background-color: #4E4065;
}
.BgClassName
{
background-color: #4E4065;
}
</style>
border-color css
<style>
span { border-color: #4E4065; }
span { border-color: rgb(78,64,101); }
td.TdClassName
{
border-color: #4E4065;
}
.TagClassName
{
border-color: #4E4065;
}
</style>