Shades of Meteorite #4E4569
Tints of Meteorite #4E4569
RGB
CMYK
RGB Variations
Color information
#4E4569 (or 0x4E4569) is known color: Meteorite. HEX triplet: 4E, 45 and 69. RGB value is (78,69,105). Sum of RGB (Red+Green+Blue) = 78+69+105=252 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.95% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E4569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4569 is #B1BA96. Grayscale: #4B4B4B. Windows color (decimal): -11647639 or 6899022. OLE color: 6899022.
HSL color Cylindrical-coordinate representation of color #4E4569: hue angle of 255º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E4569 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 69 | 105 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.59 |
| HSL | 255º | 0.21% | 0.34% | - |
| HSV(B) | 255º | 0.34% | 0.41% | - |
| XYZ | 7.82 | 6.9 | 14.28 | - |
| YUV | 75.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 105 | 0.26 | 0.34 | 0 | 0.59 | 255 | 0.21 | 0.34 |
| Hex | 4E | 45 | 69 | 1A | 22 | 0 | 3B | FF | 15 | 22 |
| Octal | 116 | 105 | 151 | 32 | 42 | 0 | 73 | 377 | 25 | 42 |
| Binary | 1001110 | 1000101 | 1101001 | 11010 | 100010 | 0 | 111011 | 11111111 | 10101 | 100010 |
Color Harmonies of #4E4569
Complementary color
Monochromatic Colors of #4E4569
Black with #4E4569
Text Example
Text Example
White with #4E4569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4569; }
p { color: rgb(78,69,105); }
H1.HeaderClassName
{
color: #4E4569;
}
.AnyTagClassName
{
color: #4E4569;
}
</style>
background-color css
<style>
a { background-color: #4E4569; }
a { background-color: rgb(78,69,105); }
div.DivClassName
{
background-color: #4E4569;
}
.BgClassName
{
background-color: #4E4569;
}
</style>
border-color css
<style>
span { border-color: #4E4569; }
span { border-color: rgb(78,69,105); }
td.TdClassName
{
border-color: #4E4569;
}
.TagClassName
{
border-color: #4E4569;
}
</style>