Shades of Mondo #4E4A44
Tints of Mondo #4E4A44
RGB
CMYK
RGB Variations
Color information
#4E4A44 (or 0x4E4A44) is known color: Mondo. HEX triplet: 4E, 4A and 44. RGB value is (78,74,68). Sum of RGB (Red+Green+Blue) = 78+74+68=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A44 is #B1B5BB. Grayscale: #4A4A4A. Windows color (decimal): -11646396 or 4475470. OLE color: 4475470.
HSL color Cylindrical-coordinate representation of color #4E4A44: hue angle of 36º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4E4A44 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 74 | 68 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.69 |
| HSL | 36º | 0.07% | 0.29% | - |
| HSV(B) | 36º | 0.13% | 0.31% | - |
| XYZ | 6.63 | 6.93 | 6.46 | - |
| YUV | 74.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 68 | 0 | 0.05 | 0.13 | 0.69 | 36 | 0.07 | 0.29 |
| Hex | 4E | 4A | 44 | 0 | 5 | D | 45 | 24 | 7 | 1D |
| Octal | 116 | 112 | 104 | 0 | 5 | 15 | 105 | 44 | 7 | 35 |
| Binary | 1001110 | 1001010 | 1000100 | 0 | 101 | 1101 | 1000101 | 100100 | 111 | 11101 |
Color Harmonies of #4E4A44
Complementary color
Monochromatic Colors of #4E4A44
Black with #4E4A44
Text Example
Text Example
White with #4E4A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A44; }
p { color: rgb(78,74,68); }
H1.HeaderClassName
{
color: #4E4A44;
}
.AnyTagClassName
{
color: #4E4A44;
}
</style>
background-color css
<style>
a { background-color: #4E4A44; }
a { background-color: rgb(78,74,68); }
div.DivClassName
{
background-color: #4E4A44;
}
.BgClassName
{
background-color: #4E4A44;
}
</style>
border-color css
<style>
span { border-color: #4E4A44; }
span { border-color: rgb(78,74,68); }
td.TdClassName
{
border-color: #4E4A44;
}
.TagClassName
{
border-color: #4E4A44;
}
</style>