Shades of Metallic Bronze #4E483F
Tints of Metallic Bronze #4E483F
RGB
CMYK
RGB Variations
Color information
#4E483F (or 0x4E483F) is known color: Metallic Bronze. HEX triplet: 4E, 48 and 3F. RGB value is (78,72,63). Sum of RGB (Red+Green+Blue) = 78+72+63=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 78 - color contains mainly: red. Hex color #4E483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E483F is #B1B7C0. Grayscale: #484848. Windows color (decimal): -11646913 or 4147278. OLE color: 4147278.
HSL color Cylindrical-coordinate representation of color #4E483F: hue angle of 36º 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 #4E483F is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 72 | 63 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.69 |
| HSL | 36º | 0.11% | 0.28% | - |
| HSV(B) | 36º | 0.19% | 0.31% | - |
| XYZ | 6.36 | 6.61 | 5.64 | - |
| YUV | 72.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 63 | 0 | 0.08 | 0.19 | 0.69 | 36 | 0.11 | 0.28 |
| Hex | 4E | 48 | 3F | 0 | 8 | 13 | 45 | 24 | B | 1C |
| Octal | 116 | 110 | 77 | 0 | 10 | 23 | 105 | 44 | 13 | 34 |
| Binary | 1001110 | 1001000 | 111111 | 0 | 1000 | 10011 | 1000101 | 100100 | 1011 | 11100 |
Color Harmonies of #4E483F
Complementary color
Monochromatic Colors of #4E483F
Black with #4E483F
Text Example
Text Example
White with #4E483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E483F; }
p { color: rgb(78,72,63); }
H1.HeaderClassName
{
color: #4E483F;
}
.AnyTagClassName
{
color: #4E483F;
}
</style>
background-color css
<style>
a { background-color: #4E483F; }
a { background-color: rgb(78,72,63); }
div.DivClassName
{
background-color: #4E483F;
}
.BgClassName
{
background-color: #4E483F;
}
</style>
border-color css
<style>
span { border-color: #4E483F; }
span { border-color: rgb(78,72,63); }
td.TdClassName
{
border-color: #4E483F;
}
.TagClassName
{
border-color: #4E483F;
}
</style>