Shades of Meteorite #4E3A6F
Tints of Meteorite #4E3A6F
RGB
CMYK
RGB Variations
Color information
#4E3A6F (or 0x4E3A6F) is known color: Meteorite. HEX triplet: 4E, 3A and 6F. RGB value is (78,58,111). Sum of RGB (Red+Green+Blue) = 78+58+111=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E3A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3A6F is #B1C590. Grayscale: #454545. Windows color (decimal): -11650449 or 7289422. OLE color: 7289422.
HSL color Cylindrical-coordinate representation of color #4E3A6F: hue angle of 262.64º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E3A6F is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 58 | 111 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.56 |
| HSL | 262.64º | 0.31% | 0.33% | - |
| HSV(B) | 262.64º | 0.48% | 0.44% | - |
| XYZ | 7.52 | 5.79 | 15.76 | - |
| YUV | 70.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 111 | 0.30 | 0.48 | 0 | 0.56 | 262.64 | 0.31 | 0.33 |
| Hex | 4E | 3A | 6F | 1E | 30 | 0 | 38 | 107 | 1F | 21 |
| Octal | 116 | 72 | 157 | 36 | 60 | 0 | 70 | 407 | 37 | 41 |
| Binary | 1001110 | 111010 | 1101111 | 11110 | 110000 | 0 | 111000 | 100000111 | 11111 | 100001 |
Color Harmonies of #4E3A6F
Complementary color
Monochromatic Colors of #4E3A6F
Black with #4E3A6F
Text Example
Text Example
White with #4E3A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3A6F; }
p { color: rgb(78,58,111); }
H1.HeaderClassName
{
color: #4E3A6F;
}
.AnyTagClassName
{
color: #4E3A6F;
}
</style>
background-color css
<style>
a { background-color: #4E3A6F; }
a { background-color: rgb(78,58,111); }
div.DivClassName
{
background-color: #4E3A6F;
}
.BgClassName
{
background-color: #4E3A6F;
}
</style>
border-color css
<style>
span { border-color: #4E3A6F; }
span { border-color: rgb(78,58,111); }
td.TdClassName
{
border-color: #4E3A6F;
}
.TagClassName
{
border-color: #4E3A6F;
}
</style>