Shades of Bronzetone #464F27
Tints of Bronzetone #464F27
RGB
CMYK
RGB Variations
Color information
#464F27 (or 0x464F27) is known color: Bronzetone. HEX triplet: 46, 4F and 27. RGB value is (70,79,39). Sum of RGB (Red+Green+Blue) = 70+79+39=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #464F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F27 is #B9B0D8. Grayscale: #474747. Windows color (decimal): -12169433 or 2576198. OLE color: 2576198.
HSL color Cylindrical-coordinate representation of color #464F27: hue angle of 73.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #464F27 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 79 | 39 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.69 |
| HSL | 73.5º | 0.34% | 0.23% | - |
| HSV(B) | 73.5º | 0.51% | 0.31% | - |
| XYZ | 5.69 | 7.04 | 2.98 | - |
| YUV | 71.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 39 | 0.11 | 0 | 0.51 | 0.69 | 73.5 | 0.34 | 0.23 |
| Hex | 46 | 4F | 27 | B | 0 | 33 | 45 | 4A | 22 | 17 |
| Octal | 106 | 117 | 47 | 13 | 0 | 63 | 105 | 112 | 42 | 27 |
| Binary | 1000110 | 1001111 | 100111 | 1011 | 0 | 110011 | 1000101 | 1001010 | 100010 | 10111 |
Color Harmonies of #464F27
Complementary color
Monochromatic Colors of #464F27
Black with #464F27
Text Example
Text Example
White with #464F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F27; }
p { color: rgb(70,79,39); }
H1.HeaderClassName
{
color: #464F27;
}
.AnyTagClassName
{
color: #464F27;
}
</style>
background-color css
<style>
a { background-color: #464F27; }
a { background-color: rgb(70,79,39); }
div.DivClassName
{
background-color: #464F27;
}
.BgClassName
{
background-color: #464F27;
}
</style>
border-color css
<style>
span { border-color: #464F27; }
span { border-color: rgb(70,79,39); }
td.TdClassName
{
border-color: #464F27;
}
.TagClassName
{
border-color: #464F27;
}
</style>