Shades of Metallic Bronze #4E4840
Tints of Metallic Bronze #4E4840
RGB
CMYK
RGB Variations
Color information
#4E4840 (or 0x4E4840) is known color: Metallic Bronze. HEX triplet: 4E, 48 and 40. RGB value is (78,72,64). Sum of RGB (Red+Green+Blue) = 78+72+64=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4840 is #B1B7BF. Grayscale: #484848. Windows color (decimal): -11646912 or 4212814. OLE color: 4212814.
HSL color Cylindrical-coordinate representation of color #4E4840: hue angle of 34.29º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E4840 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 72 | 64 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.69 |
| HSL | 34.29º | 0.1% | 0.28% | - |
| HSV(B) | 34.29º | 0.18% | 0.31% | - |
| XYZ | 6.38 | 6.62 | 5.79 | - |
| YUV | 72.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 64 | 0 | 0.08 | 0.18 | 0.69 | 34.29 | 0.1 | 0.28 |
| Hex | 4E | 48 | 40 | 0 | 8 | 12 | 45 | 22 | A | 1C |
| Octal | 116 | 110 | 100 | 0 | 10 | 22 | 105 | 42 | 12 | 34 |
| Binary | 1001110 | 1001000 | 1000000 | 0 | 1000 | 10010 | 1000101 | 100010 | 1010 | 11100 |
Color Harmonies of #4E4840
Complementary color
Monochromatic Colors of #4E4840
Black with #4E4840
Text Example
Text Example
White with #4E4840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4840; }
p { color: rgb(78,72,64); }
H1.HeaderClassName
{
color: #4E4840;
}
.AnyTagClassName
{
color: #4E4840;
}
</style>
background-color css
<style>
a { background-color: #4E4840; }
a { background-color: rgb(78,72,64); }
div.DivClassName
{
background-color: #4E4840;
}
.BgClassName
{
background-color: #4E4840;
}
</style>
border-color css
<style>
span { border-color: #4E4840; }
span { border-color: rgb(78,72,64); }
td.TdClassName
{
border-color: #4E4840;
}
.TagClassName
{
border-color: #4E4840;
}
</style>