Shades of Meteorite #4E3B67
Tints of Meteorite #4E3B67
RGB
CMYK
RGB Variations
Color information
#4E3B67 (or 0x4E3B67) is known color: Meteorite. HEX triplet: 4E, 3B and 67. RGB value is (78,59,103). Sum of RGB (Red+Green+Blue) = 78+59+103=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E3B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3B67 is #B1C498. Grayscale: #454545. Windows color (decimal): -11650201 or 6765390. OLE color: 6765390.
HSL color Cylindrical-coordinate representation of color #4E3B67: hue angle of 265.91º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E3B67 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 59 | 103 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.60 |
| HSL | 265.91º | 0.27% | 0.32% | - |
| HSV(B) | 265.91º | 0.43% | 0.4% | - |
| XYZ | 7.15 | 5.73 | 13.56 | - |
| YUV | 69.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 103 | 0.24 | 0.43 | 0 | 0.60 | 265.91 | 0.27 | 0.32 |
| Hex | 4E | 3B | 67 | 18 | 2B | 0 | 3C | 10A | 1B | 20 |
| Octal | 116 | 73 | 147 | 30 | 53 | 0 | 74 | 412 | 33 | 40 |
| Binary | 1001110 | 111011 | 1100111 | 11000 | 101011 | 0 | 111100 | 100001010 | 11011 | 100000 |
Color Harmonies of #4E3B67
Complementary color
Monochromatic Colors of #4E3B67
Black with #4E3B67
Text Example
Text Example
White with #4E3B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3B67; }
p { color: rgb(78,59,103); }
H1.HeaderClassName
{
color: #4E3B67;
}
.AnyTagClassName
{
color: #4E3B67;
}
</style>
background-color css
<style>
a { background-color: #4E3B67; }
a { background-color: rgb(78,59,103); }
div.DivClassName
{
background-color: #4E3B67;
}
.BgClassName
{
background-color: #4E3B67;
}
</style>
border-color css
<style>
span { border-color: #4E3B67; }
span { border-color: rgb(78,59,103); }
td.TdClassName
{
border-color: #4E3B67;
}
.TagClassName
{
border-color: #4E3B67;
}
</style>