Shades of Meteorite #4E4173
Tints of Meteorite #4E4173
RGB
CMYK
RGB Variations
Color information
#4E4173 (or 0x4E4173) is known color: Meteorite. HEX triplet: 4E, 41 and 73. RGB value is (78,65,115). Sum of RGB (Red+Green+Blue) = 78+65+115=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E4173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4173 is #B1BE8C. Grayscale: #4A4A4A. Windows color (decimal): -11648653 or 7553358. OLE color: 7553358.
HSL color Cylindrical-coordinate representation of color #4E4173: hue angle of 255.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E4173 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 65 | 115 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.55 |
| HSL | 255.6º | 0.28% | 0.35% | - |
| HSV(B) | 255.6º | 0.43% | 0.45% | - |
| XYZ | 8.13 | 6.64 | 17.07 | - |
| YUV | 74.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 115 | 0.32 | 0.43 | 0 | 0.55 | 255.6 | 0.28 | 0.35 |
| Hex | 4E | 41 | 73 | 20 | 2B | 0 | 37 | 100 | 1C | 23 |
| Octal | 116 | 101 | 163 | 40 | 53 | 0 | 67 | 400 | 34 | 43 |
| Binary | 1001110 | 1000001 | 1110011 | 100000 | 101011 | 0 | 110111 | 100000000 | 11100 | 100011 |
Color Harmonies of #4E4173
Complementary color
Monochromatic Colors of #4E4173
Black with #4E4173
Text Example
Text Example
White with #4E4173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4173; }
p { color: rgb(78,65,115); }
H1.HeaderClassName
{
color: #4E4173;
}
.AnyTagClassName
{
color: #4E4173;
}
</style>
background-color css
<style>
a { background-color: #4E4173; }
a { background-color: rgb(78,65,115); }
div.DivClassName
{
background-color: #4E4173;
}
.BgClassName
{
background-color: #4E4173;
}
</style>
border-color css
<style>
span { border-color: #4E4173; }
span { border-color: rgb(78,65,115); }
td.TdClassName
{
border-color: #4E4173;
}
.TagClassName
{
border-color: #4E4173;
}
</style>