Shades of Bronzetone #474D26
Tints of Bronzetone #474D26
RGB
CMYK
RGB Variations
Color information
#474D26 (or 0x474D26) is known color: Bronzetone. HEX triplet: 47, 4D and 26. RGB value is (71,77,38). Sum of RGB (Red+Green+Blue) = 71+77+38=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 77 - color contains mainly: green. Hex color #474D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D26 is #B8B2D9. Grayscale: #464646. Windows color (decimal): -12104410 or 2510151. OLE color: 2510151.
HSL color Cylindrical-coordinate representation of color #474D26: hue angle of 69.23º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474D26 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 77 | 38 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.70 |
| HSL | 69.23º | 0.34% | 0.23% | - |
| HSV(B) | 69.23º | 0.51% | 0.3% | - |
| XYZ | 5.6 | 6.79 | 2.85 | - |
| YUV | 70.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 38 | 0.08 | 0 | 0.51 | 0.70 | 69.23 | 0.34 | 0.23 |
| Hex | 47 | 4D | 26 | 8 | 0 | 33 | 46 | 45 | 22 | 17 |
| Octal | 107 | 115 | 46 | 10 | 0 | 63 | 106 | 105 | 42 | 27 |
| Binary | 1000111 | 1001101 | 100110 | 1000 | 0 | 110011 | 1000110 | 1000101 | 100010 | 10111 |
Color Harmonies of #474D26
Complementary color
Monochromatic Colors of #474D26
Black with #474D26
Text Example
Text Example
White with #474D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D26; }
p { color: rgb(71,77,38); }
H1.HeaderClassName
{
color: #474D26;
}
.AnyTagClassName
{
color: #474D26;
}
</style>
background-color css
<style>
a { background-color: #474D26; }
a { background-color: rgb(71,77,38); }
div.DivClassName
{
background-color: #474D26;
}
.BgClassName
{
background-color: #474D26;
}
</style>
border-color css
<style>
span { border-color: #474D26; }
span { border-color: rgb(71,77,38); }
td.TdClassName
{
border-color: #474D26;
}
.TagClassName
{
border-color: #474D26;
}
</style>