Shades of Mondo #4E493F
Tints of Mondo #4E493F
RGB
CMYK
RGB Variations
Color information
#4E493F (or 0x4E493F) is known color: Mondo. HEX triplet: 4E, 49 and 3F. RGB value is (78,73,63). Sum of RGB (Red+Green+Blue) = 78+73+63=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 78 - color contains mainly: red. Hex color #4E493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E493F is #B1B6C0. Grayscale: #494949. Windows color (decimal): -11646657 or 4147534. OLE color: 4147534.
HSL color Cylindrical-coordinate representation of color #4E493F: hue angle of 40º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E493F is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 73 | 63 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.69 |
| HSL | 40º | 0.11% | 0.28% | - |
| HSV(B) | 40º | 0.19% | 0.31% | - |
| XYZ | 6.42 | 6.74 | 5.67 | - |
| YUV | 73.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 63 | 0 | 0.06 | 0.19 | 0.69 | 40 | 0.11 | 0.28 |
| Hex | 4E | 49 | 3F | 0 | 6 | 13 | 45 | 28 | B | 1C |
| Octal | 116 | 111 | 77 | 0 | 6 | 23 | 105 | 50 | 13 | 34 |
| Binary | 1001110 | 1001001 | 111111 | 0 | 110 | 10011 | 1000101 | 101000 | 1011 | 11100 |
Color Harmonies of #4E493F
Complementary color
Monochromatic Colors of #4E493F
Black with #4E493F
Text Example
Text Example
White with #4E493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E493F; }
p { color: rgb(78,73,63); }
H1.HeaderClassName
{
color: #4E493F;
}
.AnyTagClassName
{
color: #4E493F;
}
</style>
background-color css
<style>
a { background-color: #4E493F; }
a { background-color: rgb(78,73,63); }
div.DivClassName
{
background-color: #4E493F;
}
.BgClassName
{
background-color: #4E493F;
}
</style>
border-color css
<style>
span { border-color: #4E493F; }
span { border-color: rgb(78,73,63); }
td.TdClassName
{
border-color: #4E493F;
}
.TagClassName
{
border-color: #4E493F;
}
</style>