Shades of Meteorite #4E3C6B
Tints of Meteorite #4E3C6B
RGB
CMYK
RGB Variations
Color information
#4E3C6B (or 0x4E3C6B) is known color: Meteorite. HEX triplet: 4E, 3C and 6B. RGB value is (78,60,107). Sum of RGB (Red+Green+Blue) = 78+60+107=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E3C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3C6B is #B1C394. Grayscale: #464646. Windows color (decimal): -11649941 or 7027790. OLE color: 7027790.
HSL color Cylindrical-coordinate representation of color #4E3C6B: hue angle of 262.98º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E3C6B is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 60 | 107 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.58 |
| HSL | 262.98º | 0.28% | 0.33% | - |
| HSV(B) | 262.98º | 0.44% | 0.42% | - |
| XYZ | 7.41 | 5.91 | 14.66 | - |
| YUV | 70.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 107 | 0.27 | 0.44 | 0 | 0.58 | 262.98 | 0.28 | 0.33 |
| Hex | 4E | 3C | 6B | 1B | 2C | 0 | 3A | 107 | 1C | 21 |
| Octal | 116 | 74 | 153 | 33 | 54 | 0 | 72 | 407 | 34 | 41 |
| Binary | 1001110 | 111100 | 1101011 | 11011 | 101100 | 0 | 111010 | 100000111 | 11100 | 100001 |
Color Harmonies of #4E3C6B
Complementary color
Monochromatic Colors of #4E3C6B
Black with #4E3C6B
Text Example
Text Example
White with #4E3C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3C6B; }
p { color: rgb(78,60,107); }
H1.HeaderClassName
{
color: #4E3C6B;
}
.AnyTagClassName
{
color: #4E3C6B;
}
</style>
background-color css
<style>
a { background-color: #4E3C6B; }
a { background-color: rgb(78,60,107); }
div.DivClassName
{
background-color: #4E3C6B;
}
.BgClassName
{
background-color: #4E3C6B;
}
</style>
border-color css
<style>
span { border-color: #4E3C6B; }
span { border-color: rgb(78,60,107); }
td.TdClassName
{
border-color: #4E3C6B;
}
.TagClassName
{
border-color: #4E3C6B;
}
</style>