Shades of Meteorite #4E3B78
Tints of Meteorite #4E3B78
RGB
CMYK
RGB Variations
Color information
#4E3B78 (or 0x4E3B78) is known color: Meteorite. HEX triplet: 4E, 3B and 78. RGB value is (78,59,120). Sum of RGB (Red+Green+Blue) = 78+59+120=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E3B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3B78 is #B1C487. Grayscale: #474747. Windows color (decimal): -11650184 or 7879502. OLE color: 7879502.
HSL color Cylindrical-coordinate representation of color #4E3B78: hue angle of 258.69º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E3B78 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 59 | 120 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.53 |
| HSL | 258.69º | 0.34% | 0.35% | - |
| HSV(B) | 258.69º | 0.51% | 0.47% | - |
| XYZ | 8.1 | 6.1 | 18.52 | - |
| YUV | 71.64 | 155.29 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 120 | 0.35 | 0.51 | 0 | 0.53 | 258.69 | 0.34 | 0.35 |
| Hex | 4E | 3B | 78 | 23 | 33 | 0 | 35 | 103 | 22 | 23 |
| Octal | 116 | 73 | 170 | 43 | 63 | 0 | 65 | 403 | 42 | 43 |
| Binary | 1001110 | 111011 | 1111000 | 100011 | 110011 | 0 | 110101 | 100000011 | 100010 | 100011 |
Color Harmonies of #4E3B78
Complementary color
Monochromatic Colors of #4E3B78
Black with #4E3B78
Text Example
Text Example
White with #4E3B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3B78; }
p { color: rgb(78,59,120); }
H1.HeaderClassName
{
color: #4E3B78;
}
.AnyTagClassName
{
color: #4E3B78;
}
</style>
background-color css
<style>
a { background-color: #4E3B78; }
a { background-color: rgb(78,59,120); }
div.DivClassName
{
background-color: #4E3B78;
}
.BgClassName
{
background-color: #4E3B78;
}
</style>
border-color css
<style>
span { border-color: #4E3B78; }
span { border-color: rgb(78,59,120); }
td.TdClassName
{
border-color: #4E3B78;
}
.TagClassName
{
border-color: #4E3B78;
}
</style>