Shades of Meteorite #4E4472
Tints of Meteorite #4E4472
RGB
CMYK
RGB Variations
Color information
#4E4472 (or 0x4E4472) is known color: Meteorite. HEX triplet: 4E, 44 and 72. RGB value is (78,68,114). Sum of RGB (Red+Green+Blue) = 78+68+114=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E4472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4472 is #B1BB8D. Grayscale: #4C4C4C. Windows color (decimal): -11647886 or 7488590. OLE color: 7488590.
HSL color Cylindrical-coordinate representation of color #4E4472: hue angle of 253.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E4472 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 68 | 114 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.55 |
| HSL | 253.04º | 0.25% | 0.36% | - |
| HSV(B) | 253.04º | 0.4% | 0.45% | - |
| XYZ | 8.25 | 6.97 | 16.83 | - |
| YUV | 76.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 114 | 0.32 | 0.40 | 0 | 0.55 | 253.04 | 0.25 | 0.36 |
| Hex | 4E | 44 | 72 | 20 | 28 | 0 | 37 | FD | 19 | 24 |
| Octal | 116 | 104 | 162 | 40 | 50 | 0 | 67 | 375 | 31 | 44 |
| Binary | 1001110 | 1000100 | 1110010 | 100000 | 101000 | 0 | 110111 | 11111101 | 11001 | 100100 |
Color Harmonies of #4E4472
Complementary color
Monochromatic Colors of #4E4472
Black with #4E4472
Text Example
Text Example
White with #4E4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4472; }
p { color: rgb(78,68,114); }
H1.HeaderClassName
{
color: #4E4472;
}
.AnyTagClassName
{
color: #4E4472;
}
</style>
background-color css
<style>
a { background-color: #4E4472; }
a { background-color: rgb(78,68,114); }
div.DivClassName
{
background-color: #4E4472;
}
.BgClassName
{
background-color: #4E4472;
}
</style>
border-color css
<style>
span { border-color: #4E4472; }
span { border-color: rgb(78,68,114); }
td.TdClassName
{
border-color: #4E4472;
}
.TagClassName
{
border-color: #4E4472;
}
</style>