Shades of Meteorite #4E436F
Tints of Meteorite #4E436F
RGB
CMYK
RGB Variations
Color information
#4E436F (or 0x4E436F) is known color: Meteorite. HEX triplet: 4E, 43 and 6F. RGB value is (78,67,111). Sum of RGB (Red+Green+Blue) = 78+67+111=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E436F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E436F is #B1BC90. Grayscale: #4B4B4B. Windows color (decimal): -11648145 or 7291726. OLE color: 7291726.
HSL color Cylindrical-coordinate representation of color #4E436F: hue angle of 255º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E436F is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 67 | 111 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.56 |
| HSL | 255º | 0.25% | 0.35% | - |
| HSV(B) | 255º | 0.4% | 0.44% | - |
| XYZ | 8.02 | 6.78 | 15.93 | - |
| YUV | 75.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 111 | 0.30 | 0.40 | 0 | 0.56 | 255 | 0.25 | 0.35 |
| Hex | 4E | 43 | 6F | 1E | 28 | 0 | 38 | FF | 19 | 23 |
| Octal | 116 | 103 | 157 | 36 | 50 | 0 | 70 | 377 | 31 | 43 |
| Binary | 1001110 | 1000011 | 1101111 | 11110 | 101000 | 0 | 111000 | 11111111 | 11001 | 100011 |
Color Harmonies of #4E436F
Complementary color
Monochromatic Colors of #4E436F
Black with #4E436F
Text Example
Text Example
White with #4E436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E436F; }
p { color: rgb(78,67,111); }
H1.HeaderClassName
{
color: #4E436F;
}
.AnyTagClassName
{
color: #4E436F;
}
</style>
background-color css
<style>
a { background-color: #4E436F; }
a { background-color: rgb(78,67,111); }
div.DivClassName
{
background-color: #4E436F;
}
.BgClassName
{
background-color: #4E436F;
}
</style>
border-color css
<style>
span { border-color: #4E436F; }
span { border-color: rgb(78,67,111); }
td.TdClassName
{
border-color: #4E436F;
}
.TagClassName
{
border-color: #4E436F;
}
</style>