Shades of Meteorite #4E3B60
Tints of Meteorite #4E3B60
RGB
CMYK
RGB Variations
Color information
#4E3B60 (or 0x4E3B60) is known color: Meteorite. HEX triplet: 4E, 3B and 60. RGB value is (78,59,96). Sum of RGB (Red+Green+Blue) = 78+59+96=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E3B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3B60 is #B1C49F. Grayscale: #444444. Windows color (decimal): -11650208 or 6306638. OLE color: 6306638.
HSL color Cylindrical-coordinate representation of color #4E3B60: hue angle of 270.81º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E3B60 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 59 | 96 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.62 |
| HSL | 270.81º | 0.24% | 0.3% | - |
| HSV(B) | 270.81º | 0.39% | 0.38% | - |
| XYZ | 6.82 | 5.59 | 11.79 | - |
| YUV | 68.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 96 | 0.19 | 0.39 | 0 | 0.62 | 270.81 | 0.24 | 0.3 |
| Hex | 4E | 3B | 60 | 13 | 27 | 0 | 3E | 10F | 18 | 1E |
| Octal | 116 | 73 | 140 | 23 | 47 | 0 | 76 | 417 | 30 | 36 |
| Binary | 1001110 | 111011 | 1100000 | 10011 | 100111 | 0 | 111110 | 100001111 | 11000 | 11110 |
Color Harmonies of #4E3B60
Complementary color
Monochromatic Colors of #4E3B60
Black with #4E3B60
Text Example
Text Example
White with #4E3B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3B60; }
p { color: rgb(78,59,96); }
H1.HeaderClassName
{
color: #4E3B60;
}
.AnyTagClassName
{
color: #4E3B60;
}
</style>
background-color css
<style>
a { background-color: #4E3B60; }
a { background-color: rgb(78,59,96); }
div.DivClassName
{
background-color: #4E3B60;
}
.BgClassName
{
background-color: #4E3B60;
}
</style>
border-color css
<style>
span { border-color: #4E3B60; }
span { border-color: rgb(78,59,96); }
td.TdClassName
{
border-color: #4E3B60;
}
.TagClassName
{
border-color: #4E3B60;
}
</style>