Shades of Bronzetone #464F2F
Tints of Bronzetone #464F2F
RGB
CMYK
RGB Variations
Color information
#464F2F (or 0x464F2F) is known color: Bronzetone. HEX triplet: 46, 4F and 2F. RGB value is (70,79,47). Sum of RGB (Red+Green+Blue) = 70+79+47=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 79 - color contains mainly: green. Hex color #464F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F2F is #B9B0D0. Grayscale: #484848. Windows color (decimal): -12169425 or 3100486. OLE color: 3100486.
HSL color Cylindrical-coordinate representation of color #464F2F: hue angle of 76.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #464F2F is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 79 | 47 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.69 |
| HSL | 76.88º | 0.25% | 0.25% | - |
| HSV(B) | 76.88º | 0.41% | 0.31% | - |
| XYZ | 5.83 | 7.1 | 3.75 | - |
| YUV | 72.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 47 | 0.11 | 0 | 0.41 | 0.69 | 76.88 | 0.25 | 0.25 |
| Hex | 46 | 4F | 2F | B | 0 | 29 | 45 | 4D | 19 | 19 |
| Octal | 106 | 117 | 57 | 13 | 0 | 51 | 105 | 115 | 31 | 31 |
| Binary | 1000110 | 1001111 | 101111 | 1011 | 0 | 101001 | 1000101 | 1001101 | 11001 | 11001 |
Color Harmonies of #464F2F
Complementary color
Monochromatic Colors of #464F2F
Black with #464F2F
Text Example
Text Example
White with #464F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F2F; }
p { color: rgb(70,79,47); }
H1.HeaderClassName
{
color: #464F2F;
}
.AnyTagClassName
{
color: #464F2F;
}
</style>
background-color css
<style>
a { background-color: #464F2F; }
a { background-color: rgb(70,79,47); }
div.DivClassName
{
background-color: #464F2F;
}
.BgClassName
{
background-color: #464F2F;
}
</style>
border-color css
<style>
span { border-color: #464F2F; }
span { border-color: rgb(70,79,47); }
td.TdClassName
{
border-color: #464F2F;
}
.TagClassName
{
border-color: #464F2F;
}
</style>