Shades of Bronzetone #474F2E
Tints of Bronzetone #474F2E
RGB
CMYK
RGB Variations
Color information
#474F2E (or 0x474F2E) is known color: Bronzetone. HEX triplet: 47, 4F and 2E. RGB value is (71,79,46). Sum of RGB (Red+Green+Blue) = 71+79+46=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 79 - color contains mainly: green. Hex color #474F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F2E is #B8B0D1. Grayscale: #484848. Windows color (decimal): -12103890 or 3034951. OLE color: 3034951.
HSL color Cylindrical-coordinate representation of color #474F2E: hue angle of 74.55º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #474F2E is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 79 | 46 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.69 |
| HSL | 74.55º | 0.26% | 0.25% | - |
| HSV(B) | 74.55º | 0.42% | 0.31% | - |
| XYZ | 5.89 | 7.13 | 3.65 | - |
| YUV | 72.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 46 | 0.10 | 0 | 0.42 | 0.69 | 74.55 | 0.26 | 0.25 |
| Hex | 47 | 4F | 2E | A | 0 | 2A | 45 | 4B | 1A | 19 |
| Octal | 107 | 117 | 56 | 12 | 0 | 52 | 105 | 113 | 32 | 31 |
| Binary | 1000111 | 1001111 | 101110 | 1010 | 0 | 101010 | 1000101 | 1001011 | 11010 | 11001 |
Color Harmonies of #474F2E
Complementary color
Monochromatic Colors of #474F2E
Black with #474F2E
Text Example
Text Example
White with #474F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F2E; }
p { color: rgb(71,79,46); }
H1.HeaderClassName
{
color: #474F2E;
}
.AnyTagClassName
{
color: #474F2E;
}
</style>
background-color css
<style>
a { background-color: #474F2E; }
a { background-color: rgb(71,79,46); }
div.DivClassName
{
background-color: #474F2E;
}
.BgClassName
{
background-color: #474F2E;
}
</style>
border-color css
<style>
span { border-color: #474F2E; }
span { border-color: rgb(71,79,46); }
td.TdClassName
{
border-color: #474F2E;
}
.TagClassName
{
border-color: #474F2E;
}
</style>