Shades of Metallic Bronze #4D463B
Tints of Metallic Bronze #4D463B
RGB
CMYK
RGB Variations
Color information
#4D463B (or 0x4D463B) is known color: Metallic Bronze. HEX triplet: 4D, 46 and 3B. RGB value is (77,70,59). Sum of RGB (Red+Green+Blue) = 77+70+59=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 77 - color contains mainly: red. Hex color #4D463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D463B is #B2B9C4. Grayscale: #464646. Windows color (decimal): -11712965 or 3884621. OLE color: 3884621.
HSL color Cylindrical-coordinate representation of color #4D463B: hue angle of 36.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D463B is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 70 | 59 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.70 |
| HSL | 36.67º | 0.13% | 0.27% | - |
| HSV(B) | 36.67º | 0.23% | 0.3% | - |
| XYZ | 6.04 | 6.27 | 5.03 | - |
| YUV | 70.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 59 | 0 | 0.09 | 0.23 | 0.70 | 36.67 | 0.13 | 0.27 |
| Hex | 4D | 46 | 3B | 0 | 9 | 17 | 46 | 25 | D | 1B |
| Octal | 115 | 106 | 73 | 0 | 11 | 27 | 106 | 45 | 15 | 33 |
| Binary | 1001101 | 1000110 | 111011 | 0 | 1001 | 10111 | 1000110 | 100101 | 1101 | 11011 |
Color Harmonies of #4D463B
Complementary color
Monochromatic Colors of #4D463B
Black with #4D463B
Text Example
Text Example
White with #4D463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D463B; }
p { color: rgb(77,70,59); }
H1.HeaderClassName
{
color: #4D463B;
}
.AnyTagClassName
{
color: #4D463B;
}
</style>
background-color css
<style>
a { background-color: #4D463B; }
a { background-color: rgb(77,70,59); }
div.DivClassName
{
background-color: #4D463B;
}
.BgClassName
{
background-color: #4D463B;
}
</style>
border-color css
<style>
span { border-color: #4D463B; }
span { border-color: rgb(77,70,59); }
td.TdClassName
{
border-color: #4D463B;
}
.TagClassName
{
border-color: #4D463B;
}
</style>