Shades of Meteorite #4E4766
Tints of Meteorite #4E4766
RGB
CMYK
RGB Variations
Color information
#4E4766 (or 0x4E4766) is known color: Meteorite. HEX triplet: 4E, 47 and 66. RGB value is (78,71,102). Sum of RGB (Red+Green+Blue) = 78+71+102=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 102 - color contains mainly: blue. Hex color #4E4766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4766 is #B1B899. Grayscale: #4C4C4C. Windows color (decimal): -11647130 or 6702926. OLE color: 6702926.
HSL color Cylindrical-coordinate representation of color #4E4766: hue angle of 253.55º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E4766 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 71 | 102 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.6 |
| HSL | 253.55º | 0.18% | 0.34% | - |
| HSV(B) | 253.55º | 0.3% | 0.4% | - |
| XYZ | 7.79 | 7.09 | 13.53 | - |
| YUV | 76.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 102 | 0.24 | 0.30 | 0 | 0.6 | 253.55 | 0.18 | 0.34 |
| Hex | 4E | 47 | 66 | 18 | 1E | 0 | 3C | FE | 12 | 22 |
| Octal | 116 | 107 | 146 | 30 | 36 | 0 | 74 | 376 | 22 | 42 |
| Binary | 1001110 | 1000111 | 1100110 | 11000 | 11110 | 0 | 111100 | 11111110 | 10010 | 100010 |
Color Harmonies of #4E4766
Complementary color
Monochromatic Colors of #4E4766
Black with #4E4766
Text Example
Text Example
White with #4E4766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4766; }
p { color: rgb(78,71,102); }
H1.HeaderClassName
{
color: #4E4766;
}
.AnyTagClassName
{
color: #4E4766;
}
</style>
background-color css
<style>
a { background-color: #4E4766; }
a { background-color: rgb(78,71,102); }
div.DivClassName
{
background-color: #4E4766;
}
.BgClassName
{
background-color: #4E4766;
}
</style>
border-color css
<style>
span { border-color: #4E4766; }
span { border-color: rgb(78,71,102); }
td.TdClassName
{
border-color: #4E4766;
}
.TagClassName
{
border-color: #4E4766;
}
</style>