Shades of Mondo #4B4843
Tints of Mondo #4B4843
RGB
CMYK
RGB Variations
Color information
#4B4843 (or 0x4B4843) is known color: Mondo. HEX triplet: 4B, 48 and 43. RGB value is (75,72,67). Sum of RGB (Red+Green+Blue) = 75+72+67=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4843 is #B4B7BC. Grayscale: #484848. Windows color (decimal): -11843517 or 4409419. OLE color: 4409419.
HSL color Cylindrical-coordinate representation of color #4B4843: hue angle of 37.5º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4B4843 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 72 | 67 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.71 |
| HSL | 37.5º | 0.06% | 0.28% | - |
| HSV(B) | 37.5º | 0.11% | 0.29% | - |
| XYZ | 6.23 | 6.54 | 6.24 | - |
| YUV | 72.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 72 | 67 | 0 | 0.04 | 0.11 | 0.71 | 37.5 | 0.06 | 0.28 |
| Hex | 4B | 48 | 43 | 0 | 4 | B | 47 | 26 | 6 | 1C |
| Octal | 113 | 110 | 103 | 0 | 4 | 13 | 107 | 46 | 6 | 34 |
| Binary | 1001011 | 1001000 | 1000011 | 0 | 100 | 1011 | 1000111 | 100110 | 110 | 11100 |
Color Harmonies of #4B4843
Complementary color
Monochromatic Colors of #4B4843
Black with #4B4843
Text Example
Text Example
White with #4B4843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4843; }
p { color: rgb(75,72,67); }
H1.HeaderClassName
{
color: #4B4843;
}
.AnyTagClassName
{
color: #4B4843;
}
</style>
background-color css
<style>
a { background-color: #4B4843; }
a { background-color: rgb(75,72,67); }
div.DivClassName
{
background-color: #4B4843;
}
.BgClassName
{
background-color: #4B4843;
}
</style>
border-color css
<style>
span { border-color: #4B4843; }
span { border-color: rgb(75,72,67); }
td.TdClassName
{
border-color: #4B4843;
}
.TagClassName
{
border-color: #4B4843;
}
</style>