Shades of Bronzetone #464F25
Tints of Bronzetone #464F25
RGB
CMYK
RGB Variations
Color information
#464F25 (or 0x464F25) is known color: Bronzetone. HEX triplet: 46, 4F and 25. RGB value is (70,79,37). Sum of RGB (Red+Green+Blue) = 70+79+37=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #464F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F25 is #B9B0DA. Grayscale: #474747. Windows color (decimal): -12169435 or 2445126. OLE color: 2445126.
HSL color Cylindrical-coordinate representation of color #464F25: hue angle of 72.86º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #464F25 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 79 | 37 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.69 |
| HSL | 72.86º | 0.36% | 0.23% | - |
| HSV(B) | 72.86º | 0.53% | 0.31% | - |
| XYZ | 5.66 | 7.03 | 2.81 | - |
| YUV | 71.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 37 | 0.11 | 0 | 0.53 | 0.69 | 72.86 | 0.36 | 0.23 |
| Hex | 46 | 4F | 25 | B | 0 | 35 | 45 | 49 | 24 | 17 |
| Octal | 106 | 117 | 45 | 13 | 0 | 65 | 105 | 111 | 44 | 27 |
| Binary | 1000110 | 1001111 | 100101 | 1011 | 0 | 110101 | 1000101 | 1001001 | 100100 | 10111 |
Color Harmonies of #464F25
Complementary color
Monochromatic Colors of #464F25
Black with #464F25
Text Example
Text Example
White with #464F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F25; }
p { color: rgb(70,79,37); }
H1.HeaderClassName
{
color: #464F25;
}
.AnyTagClassName
{
color: #464F25;
}
</style>
background-color css
<style>
a { background-color: #464F25; }
a { background-color: rgb(70,79,37); }
div.DivClassName
{
background-color: #464F25;
}
.BgClassName
{
background-color: #464F25;
}
</style>
border-color css
<style>
span { border-color: #464F25; }
span { border-color: rgb(70,79,37); }
td.TdClassName
{
border-color: #464F25;
}
.TagClassName
{
border-color: #464F25;
}
</style>