Shades of Meteorite #4E4667
Tints of Meteorite #4E4667
RGB
CMYK
RGB Variations
Color information
#4E4667 (or 0x4E4667) is known color: Meteorite. HEX triplet: 4E, 46 and 67. RGB value is (78,70,103). Sum of RGB (Red+Green+Blue) = 78+70+103=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E4667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4667 is #B1B998. Grayscale: #4C4C4C. Windows color (decimal): -11647385 or 6768206. OLE color: 6768206.
HSL color Cylindrical-coordinate representation of color #4E4667: hue angle of 254.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E4667 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 70 | 103 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.60 |
| HSL | 254.55º | 0.19% | 0.34% | - |
| HSV(B) | 254.55º | 0.32% | 0.4% | - |
| XYZ | 7.78 | 6.98 | 13.77 | - |
| YUV | 76.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 103 | 0.24 | 0.32 | 0 | 0.60 | 254.55 | 0.19 | 0.34 |
| Hex | 4E | 46 | 67 | 18 | 20 | 0 | 3C | FF | 13 | 22 |
| Octal | 116 | 106 | 147 | 30 | 40 | 0 | 74 | 377 | 23 | 42 |
| Binary | 1001110 | 1000110 | 1100111 | 11000 | 100000 | 0 | 111100 | 11111111 | 10011 | 100010 |
Color Harmonies of #4E4667
Complementary color
Monochromatic Colors of #4E4667
Black with #4E4667
Text Example
Text Example
White with #4E4667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4667; }
p { color: rgb(78,70,103); }
H1.HeaderClassName
{
color: #4E4667;
}
.AnyTagClassName
{
color: #4E4667;
}
</style>
background-color css
<style>
a { background-color: #4E4667; }
a { background-color: rgb(78,70,103); }
div.DivClassName
{
background-color: #4E4667;
}
.BgClassName
{
background-color: #4E4667;
}
</style>
border-color css
<style>
span { border-color: #4E4667; }
span { border-color: rgb(78,70,103); }
td.TdClassName
{
border-color: #4E4667;
}
.TagClassName
{
border-color: #4E4667;
}
</style>