Shades of Bronzetone #474E30
Tints of Bronzetone #474E30
RGB
CMYK
RGB Variations
Color information
#474E30 (or 0x474E30) is known color: Bronzetone. HEX triplet: 47, 4E and 30. RGB value is (71,78,48). Sum of RGB (Red+Green+Blue) = 71+78+48=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 78 - color contains mainly: green. Hex color #474E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E30 is #B8B1CF. Grayscale: #484848. Windows color (decimal): -12104144 or 3165767. OLE color: 3165767.
HSL color Cylindrical-coordinate representation of color #474E30: hue angle of 74º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #474E30 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 78 | 48 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.69 |
| HSL | 74º | 0.24% | 0.25% | - |
| HSV(B) | 74º | 0.38% | 0.31% | - |
| XYZ | 5.86 | 7 | 3.84 | - |
| YUV | 72.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 48 | 0.09 | 0 | 0.38 | 0.69 | 74 | 0.24 | 0.25 |
| Hex | 47 | 4E | 30 | 9 | 0 | 26 | 45 | 4A | 18 | 19 |
| Octal | 107 | 116 | 60 | 11 | 0 | 46 | 105 | 112 | 30 | 31 |
| Binary | 1000111 | 1001110 | 110000 | 1001 | 0 | 100110 | 1000101 | 1001010 | 11000 | 11001 |
Color Harmonies of #474E30
Complementary color
Monochromatic Colors of #474E30
Black with #474E30
Text Example
Text Example
White with #474E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E30; }
p { color: rgb(71,78,48); }
H1.HeaderClassName
{
color: #474E30;
}
.AnyTagClassName
{
color: #474E30;
}
</style>
background-color css
<style>
a { background-color: #474E30; }
a { background-color: rgb(71,78,48); }
div.DivClassName
{
background-color: #474E30;
}
.BgClassName
{
background-color: #474E30;
}
</style>
border-color css
<style>
span { border-color: #474E30; }
span { border-color: rgb(71,78,48); }
td.TdClassName
{
border-color: #474E30;
}
.TagClassName
{
border-color: #474E30;
}
</style>