Shades of Meteorite #4E4867
Tints of Meteorite #4E4867
RGB
CMYK
RGB Variations
Color information
#4E4867 (or 0x4E4867) is known color: Meteorite. HEX triplet: 4E, 48 and 67. RGB value is (78,72,103). Sum of RGB (Red+Green+Blue) = 78+72+103=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E4867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4867 is #B1B798. Grayscale: #4D4D4D. Windows color (decimal): -11646873 or 6768718. OLE color: 6768718.
HSL color Cylindrical-coordinate representation of color #4E4867: hue angle of 251.61º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E4867 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 72 | 103 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.60 |
| HSL | 251.61º | 0.18% | 0.34% | - |
| HSV(B) | 251.61º | 0.3% | 0.4% | - |
| XYZ | 7.91 | 7.23 | 13.81 | - |
| YUV | 77.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 103 | 0.24 | 0.30 | 0 | 0.60 | 251.61 | 0.18 | 0.34 |
| Hex | 4E | 48 | 67 | 18 | 1E | 0 | 3C | FC | 12 | 22 |
| Octal | 116 | 110 | 147 | 30 | 36 | 0 | 74 | 374 | 22 | 42 |
| Binary | 1001110 | 1001000 | 1100111 | 11000 | 11110 | 0 | 111100 | 11111100 | 10010 | 100010 |
Color Harmonies of #4E4867
Complementary color
Monochromatic Colors of #4E4867
Black with #4E4867
Text Example
Text Example
White with #4E4867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4867; }
p { color: rgb(78,72,103); }
H1.HeaderClassName
{
color: #4E4867;
}
.AnyTagClassName
{
color: #4E4867;
}
</style>
background-color css
<style>
a { background-color: #4E4867; }
a { background-color: rgb(78,72,103); }
div.DivClassName
{
background-color: #4E4867;
}
.BgClassName
{
background-color: #4E4867;
}
</style>
border-color css
<style>
span { border-color: #4E4867; }
span { border-color: rgb(78,72,103); }
td.TdClassName
{
border-color: #4E4867;
}
.TagClassName
{
border-color: #4E4867;
}
</style>