Shades of Meteorite #4E386E
Tints of Meteorite #4E386E
RGB
CMYK
RGB Variations
Color information
#4E386E (or 0x4E386E) is known color: Meteorite. HEX triplet: 4E, 38 and 6E. RGB value is (78,56,110). Sum of RGB (Red+Green+Blue) = 78+56+110=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E386E is #B1C791. Grayscale: #444444. Windows color (decimal): -11650962 or 7223374. OLE color: 7223374.
HSL color Cylindrical-coordinate representation of color #4E386E: hue angle of 264.44º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E386E is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 56 | 110 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.57 |
| HSL | 264.44º | 0.33% | 0.33% | - |
| HSV(B) | 264.44º | 0.49% | 0.43% | - |
| XYZ | 7.37 | 5.57 | 15.44 | - |
| YUV | 68.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 56 | 110 | 0.29 | 0.49 | 0 | 0.57 | 264.44 | 0.33 | 0.33 |
| Hex | 4E | 38 | 6E | 1D | 31 | 0 | 39 | 108 | 21 | 21 |
| Octal | 116 | 70 | 156 | 35 | 61 | 0 | 71 | 410 | 41 | 41 |
| Binary | 1001110 | 111000 | 1101110 | 11101 | 110001 | 0 | 111001 | 100001000 | 100001 | 100001 |
Color Harmonies of #4E386E
Complementary color
Monochromatic Colors of #4E386E
Black with #4E386E
Text Example
Text Example
White with #4E386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E386E; }
p { color: rgb(78,56,110); }
H1.HeaderClassName
{
color: #4E386E;
}
.AnyTagClassName
{
color: #4E386E;
}
</style>
background-color css
<style>
a { background-color: #4E386E; }
a { background-color: rgb(78,56,110); }
div.DivClassName
{
background-color: #4E386E;
}
.BgClassName
{
background-color: #4E386E;
}
</style>
border-color css
<style>
span { border-color: #4E386E; }
span { border-color: rgb(78,56,110); }
td.TdClassName
{
border-color: #4E386E;
}
.TagClassName
{
border-color: #4E386E;
}
</style>