Shades of Meteorite #4E3A68
Tints of Meteorite #4E3A68
RGB
CMYK
RGB Variations
Color information
#4E3A68 (or 0x4E3A68) is known color: Meteorite. HEX triplet: 4E, 3A and 68. RGB value is (78,58,104). Sum of RGB (Red+Green+Blue) = 78+58+104=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E3A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3A68 is #B1C597. Grayscale: #454545. Windows color (decimal): -11650456 or 6830670. OLE color: 6830670.
HSL color Cylindrical-coordinate representation of color #4E3A68: hue angle of 266.09º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E3A68 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 58 | 104 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.59 |
| HSL | 266.09º | 0.28% | 0.32% | - |
| HSV(B) | 266.09º | 0.44% | 0.41% | - |
| XYZ | 7.15 | 5.65 | 13.81 | - |
| YUV | 69.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 104 | 0.25 | 0.44 | 0 | 0.59 | 266.09 | 0.28 | 0.32 |
| Hex | 4E | 3A | 68 | 19 | 2C | 0 | 3B | 10A | 1C | 20 |
| Octal | 116 | 72 | 150 | 31 | 54 | 0 | 73 | 412 | 34 | 40 |
| Binary | 1001110 | 111010 | 1101000 | 11001 | 101100 | 0 | 111011 | 100001010 | 11100 | 100000 |
Color Harmonies of #4E3A68
Complementary color
Monochromatic Colors of #4E3A68
Black with #4E3A68
Text Example
Text Example
White with #4E3A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3A68; }
p { color: rgb(78,58,104); }
H1.HeaderClassName
{
color: #4E3A68;
}
.AnyTagClassName
{
color: #4E3A68;
}
</style>
background-color css
<style>
a { background-color: #4E3A68; }
a { background-color: rgb(78,58,104); }
div.DivClassName
{
background-color: #4E3A68;
}
.BgClassName
{
background-color: #4E3A68;
}
</style>
border-color css
<style>
span { border-color: #4E3A68; }
span { border-color: rgb(78,58,104); }
td.TdClassName
{
border-color: #4E3A68;
}
.TagClassName
{
border-color: #4E3A68;
}
</style>