Shades of Meteorite #4E4165
Tints of Meteorite #4E4165
RGB
CMYK
RGB Variations
Color information
#4E4165 (or 0x4E4165) is known color: Meteorite. HEX triplet: 4E, 41 and 65. RGB value is (78,65,101). Sum of RGB (Red+Green+Blue) = 78+65+101=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E4165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4165 is #B1BE9A. Grayscale: #484848. Windows color (decimal): -11648667 or 6635854. OLE color: 6635854.
HSL color Cylindrical-coordinate representation of color #4E4165: hue angle of 261.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E4165 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 65 | 101 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.60 |
| HSL | 261.67º | 0.22% | 0.33% | - |
| HSV(B) | 261.67º | 0.36% | 0.4% | - |
| XYZ | 7.38 | 6.34 | 13.15 | - |
| YUV | 72.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 101 | 0.23 | 0.36 | 0 | 0.60 | 261.67 | 0.22 | 0.33 |
| Hex | 4E | 41 | 65 | 17 | 24 | 0 | 3C | 106 | 16 | 21 |
| Octal | 116 | 101 | 145 | 27 | 44 | 0 | 74 | 406 | 26 | 41 |
| Binary | 1001110 | 1000001 | 1100101 | 10111 | 100100 | 0 | 111100 | 100000110 | 10110 | 100001 |
Color Harmonies of #4E4165
Complementary color
Monochromatic Colors of #4E4165
Black with #4E4165
Text Example
Text Example
White with #4E4165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4165; }
p { color: rgb(78,65,101); }
H1.HeaderClassName
{
color: #4E4165;
}
.AnyTagClassName
{
color: #4E4165;
}
</style>
background-color css
<style>
a { background-color: #4E4165; }
a { background-color: rgb(78,65,101); }
div.DivClassName
{
background-color: #4E4165;
}
.BgClassName
{
background-color: #4E4165;
}
</style>
border-color css
<style>
span { border-color: #4E4165; }
span { border-color: rgb(78,65,101); }
td.TdClassName
{
border-color: #4E4165;
}
.TagClassName
{
border-color: #4E4165;
}
</style>