Shades of Meteorite #4E3C69
Tints of Meteorite #4E3C69
RGB
CMYK
RGB Variations
Color information
#4E3C69 (or 0x4E3C69) is known color: Meteorite. HEX triplet: 4E, 3C and 69. RGB value is (78,60,105). Sum of RGB (Red+Green+Blue) = 78+60+105=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E3C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3C69 is #B1C396. Grayscale: #464646. Windows color (decimal): -11649943 or 6896718. OLE color: 6896718.
HSL color Cylindrical-coordinate representation of color #4E3C69: hue angle of 264º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E3C69 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 60 | 105 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.59 |
| HSL | 264º | 0.27% | 0.32% | - |
| HSV(B) | 264º | 0.43% | 0.41% | - |
| XYZ | 7.31 | 5.87 | 14.11 | - |
| YUV | 70.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 105 | 0.26 | 0.43 | 0 | 0.59 | 264 | 0.27 | 0.32 |
| Hex | 4E | 3C | 69 | 1A | 2B | 0 | 3B | 108 | 1B | 20 |
| Octal | 116 | 74 | 151 | 32 | 53 | 0 | 73 | 410 | 33 | 40 |
| Binary | 1001110 | 111100 | 1101001 | 11010 | 101011 | 0 | 111011 | 100001000 | 11011 | 100000 |
Color Harmonies of #4E3C69
Complementary color
Monochromatic Colors of #4E3C69
Black with #4E3C69
Text Example
Text Example
White with #4E3C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3C69; }
p { color: rgb(78,60,105); }
H1.HeaderClassName
{
color: #4E3C69;
}
.AnyTagClassName
{
color: #4E3C69;
}
</style>
background-color css
<style>
a { background-color: #4E3C69; }
a { background-color: rgb(78,60,105); }
div.DivClassName
{
background-color: #4E3C69;
}
.BgClassName
{
background-color: #4E3C69;
}
</style>
border-color css
<style>
span { border-color: #4E3C69; }
span { border-color: rgb(78,60,105); }
td.TdClassName
{
border-color: #4E3C69;
}
.TagClassName
{
border-color: #4E3C69;
}
</style>