Shades of Metallic Bronze #4B473F
Tints of Metallic Bronze #4B473F
RGB
CMYK
RGB Variations
Color information
#4B473F (or 0x4B473F) is known color: Metallic Bronze. HEX triplet: 4B, 47 and 3F. RGB value is (75,71,63). Sum of RGB (Red+Green+Blue) = 75+71+63=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 75 - color contains mainly: red. Hex color #4B473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B473F is #B4B8C0. Grayscale: #474747. Windows color (decimal): -11843777 or 4147019. OLE color: 4147019.
HSL color Cylindrical-coordinate representation of color #4B473F: hue angle of 40º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B473F is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 71 | 63 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.71 |
| HSL | 40º | 0.09% | 0.27% | - |
| HSV(B) | 40º | 0.16% | 0.29% | - |
| XYZ | 6.05 | 6.36 | 5.61 | - |
| YUV | 71.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 63 | 0 | 0.05 | 0.16 | 0.71 | 40 | 0.09 | 0.27 |
| Hex | 4B | 47 | 3F | 0 | 5 | 10 | 47 | 28 | 9 | 1B |
| Octal | 113 | 107 | 77 | 0 | 5 | 20 | 107 | 50 | 11 | 33 |
| Binary | 1001011 | 1000111 | 111111 | 0 | 101 | 10000 | 1000111 | 101000 | 1001 | 11011 |
Color Harmonies of #4B473F
Complementary color
Monochromatic Colors of #4B473F
Black with #4B473F
Text Example
Text Example
White with #4B473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B473F; }
p { color: rgb(75,71,63); }
H1.HeaderClassName
{
color: #4B473F;
}
.AnyTagClassName
{
color: #4B473F;
}
</style>
background-color css
<style>
a { background-color: #4B473F; }
a { background-color: rgb(75,71,63); }
div.DivClassName
{
background-color: #4B473F;
}
.BgClassName
{
background-color: #4B473F;
}
</style>
border-color css
<style>
span { border-color: #4B473F; }
span { border-color: rgb(75,71,63); }
td.TdClassName
{
border-color: #4B473F;
}
.TagClassName
{
border-color: #4B473F;
}
</style>