Shades of Meteorite #4E386D
Tints of Meteorite #4E386D
RGB
CMYK
RGB Variations
Color information
#4E386D (or 0x4E386D) is known color: Meteorite. HEX triplet: 4E, 38 and 6D. RGB value is (78,56,109). Sum of RGB (Red+Green+Blue) = 78+56+109=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E386D is #B1C792. Grayscale: #444444. Windows color (decimal): -11650963 or 7157838. OLE color: 7157838.
HSL color Cylindrical-coordinate representation of color #4E386D: hue angle of 264.91º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E386D is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 56 | 109 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.57 |
| HSL | 264.91º | 0.32% | 0.32% | - |
| HSV(B) | 264.91º | 0.49% | 0.43% | - |
| XYZ | 7.32 | 5.55 | 15.15 | - |
| YUV | 68.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 56 | 109 | 0.28 | 0.49 | 0 | 0.57 | 264.91 | 0.32 | 0.32 |
| Hex | 4E | 38 | 6D | 1C | 31 | 0 | 39 | 109 | 20 | 20 |
| Octal | 116 | 70 | 155 | 34 | 61 | 0 | 71 | 411 | 40 | 40 |
| Binary | 1001110 | 111000 | 1101101 | 11100 | 110001 | 0 | 111001 | 100001001 | 100000 | 100000 |
Color Harmonies of #4E386D
Complementary color
Monochromatic Colors of #4E386D
Black with #4E386D
Text Example
Text Example
White with #4E386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E386D; }
p { color: rgb(78,56,109); }
H1.HeaderClassName
{
color: #4E386D;
}
.AnyTagClassName
{
color: #4E386D;
}
</style>
background-color css
<style>
a { background-color: #4E386D; }
a { background-color: rgb(78,56,109); }
div.DivClassName
{
background-color: #4E386D;
}
.BgClassName
{
background-color: #4E386D;
}
</style>
border-color css
<style>
span { border-color: #4E386D; }
span { border-color: rgb(78,56,109); }
td.TdClassName
{
border-color: #4E386D;
}
.TagClassName
{
border-color: #4E386D;
}
</style>