Shades of Meteorite #4E4270
Tints of Meteorite #4E4270
RGB
CMYK
RGB Variations
Color information
#4E4270 (or 0x4E4270) is known color: Meteorite. HEX triplet: 4E, 42 and 70. RGB value is (78,66,112). Sum of RGB (Red+Green+Blue) = 78+66+112=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E4270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4270 is #B1BD8F. Grayscale: #4A4A4A. Windows color (decimal): -11648400 or 7357006. OLE color: 7357006.
HSL color Cylindrical-coordinate representation of color #4E4270: hue angle of 255.65º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E4270 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 66 | 112 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.56 |
| HSL | 255.65º | 0.26% | 0.35% | - |
| HSV(B) | 255.65º | 0.41% | 0.44% | - |
| XYZ | 8.01 | 6.69 | 16.2 | - |
| YUV | 74.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 112 | 0.30 | 0.41 | 0 | 0.56 | 255.65 | 0.26 | 0.35 |
| Hex | 4E | 42 | 70 | 1E | 29 | 0 | 38 | 100 | 1A | 23 |
| Octal | 116 | 102 | 160 | 36 | 51 | 0 | 70 | 400 | 32 | 43 |
| Binary | 1001110 | 1000010 | 1110000 | 11110 | 101001 | 0 | 111000 | 100000000 | 11010 | 100011 |
Color Harmonies of #4E4270
Complementary color
Monochromatic Colors of #4E4270
Black with #4E4270
Text Example
Text Example
White with #4E4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4270; }
p { color: rgb(78,66,112); }
H1.HeaderClassName
{
color: #4E4270;
}
.AnyTagClassName
{
color: #4E4270;
}
</style>
background-color css
<style>
a { background-color: #4E4270; }
a { background-color: rgb(78,66,112); }
div.DivClassName
{
background-color: #4E4270;
}
.BgClassName
{
background-color: #4E4270;
}
</style>
border-color css
<style>
span { border-color: #4E4270; }
span { border-color: rgb(78,66,112); }
td.TdClassName
{
border-color: #4E4270;
}
.TagClassName
{
border-color: #4E4270;
}
</style>