Shades of Meteorite #4E446E
Tints of Meteorite #4E446E
RGB
CMYK
RGB Variations
Color information
#4E446E (or 0x4E446E) is known color: Meteorite. HEX triplet: 4E, 44 and 6E. RGB value is (78,68,110). Sum of RGB (Red+Green+Blue) = 78+68+110=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E446E is #B1BB91. Grayscale: #4B4B4B. Windows color (decimal): -11647890 or 7226446. OLE color: 7226446.
HSL color Cylindrical-coordinate representation of color #4E446E: hue angle of 254.29º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E446E is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 68 | 110 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.57 |
| HSL | 254.29º | 0.24% | 0.35% | - |
| HSV(B) | 254.29º | 0.38% | 0.43% | - |
| XYZ | 8.02 | 6.88 | 15.66 | - |
| YUV | 75.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 110 | 0.29 | 0.38 | 0 | 0.57 | 254.29 | 0.24 | 0.35 |
| Hex | 4E | 44 | 6E | 1D | 26 | 0 | 39 | FE | 18 | 23 |
| Octal | 116 | 104 | 156 | 35 | 46 | 0 | 71 | 376 | 30 | 43 |
| Binary | 1001110 | 1000100 | 1101110 | 11101 | 100110 | 0 | 111001 | 11111110 | 11000 | 100011 |
Color Harmonies of #4E446E
Complementary color
Monochromatic Colors of #4E446E
Black with #4E446E
Text Example
Text Example
White with #4E446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E446E; }
p { color: rgb(78,68,110); }
H1.HeaderClassName
{
color: #4E446E;
}
.AnyTagClassName
{
color: #4E446E;
}
</style>
background-color css
<style>
a { background-color: #4E446E; }
a { background-color: rgb(78,68,110); }
div.DivClassName
{
background-color: #4E446E;
}
.BgClassName
{
background-color: #4E446E;
}
</style>
border-color css
<style>
span { border-color: #4E446E; }
span { border-color: rgb(78,68,110); }
td.TdClassName
{
border-color: #4E446E;
}
.TagClassName
{
border-color: #4E446E;
}
</style>