Shades of Bronzetone #474F30
Tints of Bronzetone #474F30
RGB
CMYK
RGB Variations
Color information
#474F30 (or 0x474F30) is known color: Bronzetone. HEX triplet: 47, 4F and 30. RGB value is (71,79,48). Sum of RGB (Red+Green+Blue) = 71+79+48=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 79 - color contains mainly: green. Hex color #474F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F30 is #B8B0CF. Grayscale: #494949. Windows color (decimal): -12103888 or 3166023. OLE color: 3166023.
HSL color Cylindrical-coordinate representation of color #474F30: hue angle of 75.48º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #474F30 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 79 | 48 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.69 |
| HSL | 75.48º | 0.24% | 0.25% | - |
| HSV(B) | 75.48º | 0.39% | 0.31% | - |
| XYZ | 5.93 | 7.14 | 3.86 | - |
| YUV | 73.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 48 | 0.10 | 0 | 0.39 | 0.69 | 75.48 | 0.24 | 0.25 |
| Hex | 47 | 4F | 30 | A | 0 | 27 | 45 | 4B | 18 | 19 |
| Octal | 107 | 117 | 60 | 12 | 0 | 47 | 105 | 113 | 30 | 31 |
| Binary | 1000111 | 1001111 | 110000 | 1010 | 0 | 100111 | 1000101 | 1001011 | 11000 | 11001 |
Color Harmonies of #474F30
Complementary color
Monochromatic Colors of #474F30
Black with #474F30
Text Example
Text Example
White with #474F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F30; }
p { color: rgb(71,79,48); }
H1.HeaderClassName
{
color: #474F30;
}
.AnyTagClassName
{
color: #474F30;
}
</style>
background-color css
<style>
a { background-color: #474F30; }
a { background-color: rgb(71,79,48); }
div.DivClassName
{
background-color: #474F30;
}
.BgClassName
{
background-color: #474F30;
}
</style>
border-color css
<style>
span { border-color: #474F30; }
span { border-color: rgb(71,79,48); }
td.TdClassName
{
border-color: #474F30;
}
.TagClassName
{
border-color: #474F30;
}
</style>