Shades of Meteorite #4E3767
Tints of Meteorite #4E3767
RGB
CMYK
RGB Variations
Color information
#4E3767 (or 0x4E3767) is known color: Meteorite. HEX triplet: 4E, 37 and 67. RGB value is (78,55,103). Sum of RGB (Red+Green+Blue) = 78+55+103=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E3767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3767 is #B1C898. Grayscale: #434343. Windows color (decimal): -11651225 or 6764366. OLE color: 6764366.
HSL color Cylindrical-coordinate representation of color #4E3767: hue angle of 268.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E3767 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 55 | 103 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.60 |
| HSL | 268.75º | 0.3% | 0.31% | - |
| HSV(B) | 268.75º | 0.47% | 0.4% | - |
| XYZ | 6.96 | 5.33 | 13.49 | - |
| YUV | 67.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 55 | 103 | 0.24 | 0.47 | 0 | 0.60 | 268.75 | 0.3 | 0.31 |
| Hex | 4E | 37 | 67 | 18 | 2F | 0 | 3C | 10D | 1E | 1F |
| Octal | 116 | 67 | 147 | 30 | 57 | 0 | 74 | 415 | 36 | 37 |
| Binary | 1001110 | 110111 | 1100111 | 11000 | 101111 | 0 | 111100 | 100001101 | 11110 | 11111 |
Color Harmonies of #4E3767
Complementary color
Monochromatic Colors of #4E3767
Black with #4E3767
Text Example
Text Example
White with #4E3767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3767; }
p { color: rgb(78,55,103); }
H1.HeaderClassName
{
color: #4E3767;
}
.AnyTagClassName
{
color: #4E3767;
}
</style>
background-color css
<style>
a { background-color: #4E3767; }
a { background-color: rgb(78,55,103); }
div.DivClassName
{
background-color: #4E3767;
}
.BgClassName
{
background-color: #4E3767;
}
</style>
border-color css
<style>
span { border-color: #4E3767; }
span { border-color: rgb(78,55,103); }
td.TdClassName
{
border-color: #4E3767;
}
.TagClassName
{
border-color: #4E3767;
}
</style>