Shades of Meteorite #4E406C
Tints of Meteorite #4E406C
RGB
CMYK
RGB Variations
Color information
#4E406C (or 0x4E406C) is known color: Meteorite. HEX triplet: 4E, 40 and 6C. RGB value is (78,64,108). Sum of RGB (Red+Green+Blue) = 78+64+108=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E406C is #B1BF93. Grayscale: #494949. Windows color (decimal): -11648916 or 7094350. OLE color: 7094350.
HSL color Cylindrical-coordinate representation of color #4E406C: hue angle of 259.09º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E406C is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 64 | 108 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.58 |
| HSL | 259.09º | 0.26% | 0.34% | - |
| HSV(B) | 259.09º | 0.41% | 0.42% | - |
| XYZ | 7.68 | 6.37 | 15.01 | - |
| YUV | 73.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 108 | 0.28 | 0.41 | 0 | 0.58 | 259.09 | 0.26 | 0.34 |
| Hex | 4E | 40 | 6C | 1C | 29 | 0 | 3A | 103 | 1A | 22 |
| Octal | 116 | 100 | 154 | 34 | 51 | 0 | 72 | 403 | 32 | 42 |
| Binary | 1001110 | 1000000 | 1101100 | 11100 | 101001 | 0 | 111010 | 100000011 | 11010 | 100010 |
Color Harmonies of #4E406C
Complementary color
Monochromatic Colors of #4E406C
Black with #4E406C
Text Example
Text Example
White with #4E406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E406C; }
p { color: rgb(78,64,108); }
H1.HeaderClassName
{
color: #4E406C;
}
.AnyTagClassName
{
color: #4E406C;
}
</style>
background-color css
<style>
a { background-color: #4E406C; }
a { background-color: rgb(78,64,108); }
div.DivClassName
{
background-color: #4E406C;
}
.BgClassName
{
background-color: #4E406C;
}
</style>
border-color css
<style>
span { border-color: #4E406C; }
span { border-color: rgb(78,64,108); }
td.TdClassName
{
border-color: #4E406C;
}
.TagClassName
{
border-color: #4E406C;
}
</style>