Shades of Meteorite #4E3F67
Tints of Meteorite #4E3F67
RGB
CMYK
RGB Variations
Color information
#4E3F67 (or 0x4E3F67) is known color: Meteorite. HEX triplet: 4E, 3F and 67. RGB value is (78,63,103). Sum of RGB (Red+Green+Blue) = 78+63+103=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E3F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3F67 is #B1C098. Grayscale: #474747. Windows color (decimal): -11649177 or 6766414. OLE color: 6766414.
HSL color Cylindrical-coordinate representation of color #4E3F67: hue angle of 262.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E3F67 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 63 | 103 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.60 |
| HSL | 262.5º | 0.24% | 0.33% | - |
| HSV(B) | 262.5º | 0.39% | 0.4% | - |
| XYZ | 7.37 | 6.15 | 13.63 | - |
| YUV | 72.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 103 | 0.24 | 0.39 | 0 | 0.60 | 262.5 | 0.24 | 0.33 |
| Hex | 4E | 3F | 67 | 18 | 27 | 0 | 3C | 106 | 18 | 21 |
| Octal | 116 | 77 | 147 | 30 | 47 | 0 | 74 | 406 | 30 | 41 |
| Binary | 1001110 | 111111 | 1100111 | 11000 | 100111 | 0 | 111100 | 100000110 | 11000 | 100001 |
Color Harmonies of #4E3F67
Complementary color
Monochromatic Colors of #4E3F67
Black with #4E3F67
Text Example
Text Example
White with #4E3F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F67; }
p { color: rgb(78,63,103); }
H1.HeaderClassName
{
color: #4E3F67;
}
.AnyTagClassName
{
color: #4E3F67;
}
</style>
background-color css
<style>
a { background-color: #4E3F67; }
a { background-color: rgb(78,63,103); }
div.DivClassName
{
background-color: #4E3F67;
}
.BgClassName
{
background-color: #4E3F67;
}
</style>
border-color css
<style>
span { border-color: #4E3F67; }
span { border-color: rgb(78,63,103); }
td.TdClassName
{
border-color: #4E3F67;
}
.TagClassName
{
border-color: #4E3F67;
}
</style>