Shades of Meteorite #4E3B69
Tints of Meteorite #4E3B69
RGB
CMYK
RGB Variations
Color information
#4E3B69 (or 0x4E3B69) is known color: Meteorite. HEX triplet: 4E, 3B and 69. RGB value is (78,59,105). Sum of RGB (Red+Green+Blue) = 78+59+105=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E3B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3B69 is #B1C496. Grayscale: #454545. Windows color (decimal): -11650199 or 6896462. OLE color: 6896462.
HSL color Cylindrical-coordinate representation of color #4E3B69: hue angle of 264.78º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E3B69 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 59 | 105 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.59 |
| HSL | 264.78º | 0.28% | 0.32% | - |
| HSV(B) | 264.78º | 0.44% | 0.41% | - |
| XYZ | 7.26 | 5.77 | 14.1 | - |
| YUV | 69.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 105 | 0.26 | 0.44 | 0 | 0.59 | 264.78 | 0.28 | 0.32 |
| Hex | 4E | 3B | 69 | 1A | 2C | 0 | 3B | 109 | 1C | 20 |
| Octal | 116 | 73 | 151 | 32 | 54 | 0 | 73 | 411 | 34 | 40 |
| Binary | 1001110 | 111011 | 1101001 | 11010 | 101100 | 0 | 111011 | 100001001 | 11100 | 100000 |
Color Harmonies of #4E3B69
Complementary color
Monochromatic Colors of #4E3B69
Black with #4E3B69
Text Example
Text Example
White with #4E3B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3B69; }
p { color: rgb(78,59,105); }
H1.HeaderClassName
{
color: #4E3B69;
}
.AnyTagClassName
{
color: #4E3B69;
}
</style>
background-color css
<style>
a { background-color: #4E3B69; }
a { background-color: rgb(78,59,105); }
div.DivClassName
{
background-color: #4E3B69;
}
.BgClassName
{
background-color: #4E3B69;
}
</style>
border-color css
<style>
span { border-color: #4E3B69; }
span { border-color: rgb(78,59,105); }
td.TdClassName
{
border-color: #4E3B69;
}
.TagClassName
{
border-color: #4E3B69;
}
</style>