Shades of Bronzetone #464F30
Tints of Bronzetone #464F30
RGB
CMYK
RGB Variations
Color information
#464F30 (or 0x464F30) is known color: Bronzetone. HEX triplet: 46, 4F and 30. RGB value is (70,79,48). Sum of RGB (Red+Green+Blue) = 70+79+48=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 79 - color contains mainly: green. Hex color #464F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F30 is #B9B0CF. Grayscale: #484848. Windows color (decimal): -12169424 or 3166022. OLE color: 3166022.
HSL color Cylindrical-coordinate representation of color #464F30: hue angle of 77.42º 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 #464F30 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 79 | 48 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.69 |
| HSL | 77.42º | 0.24% | 0.25% | - |
| HSV(B) | 77.42º | 0.39% | 0.31% | - |
| XYZ | 5.86 | 7.11 | 3.86 | - |
| YUV | 72.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 48 | 0.11 | 0 | 0.39 | 0.69 | 77.42 | 0.24 | 0.25 |
| Hex | 46 | 4F | 30 | B | 0 | 27 | 45 | 4D | 18 | 19 |
| Octal | 106 | 117 | 60 | 13 | 0 | 47 | 105 | 115 | 30 | 31 |
| Binary | 1000110 | 1001111 | 110000 | 1011 | 0 | 100111 | 1000101 | 1001101 | 11000 | 11001 |
Color Harmonies of #464F30
Complementary color
Monochromatic Colors of #464F30
Black with #464F30
Text Example
Text Example
White with #464F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F30; }
p { color: rgb(70,79,48); }
H1.HeaderClassName
{
color: #464F30;
}
.AnyTagClassName
{
color: #464F30;
}
</style>
background-color css
<style>
a { background-color: #464F30; }
a { background-color: rgb(70,79,48); }
div.DivClassName
{
background-color: #464F30;
}
.BgClassName
{
background-color: #464F30;
}
</style>
border-color css
<style>
span { border-color: #464F30; }
span { border-color: rgb(70,79,48); }
td.TdClassName
{
border-color: #464F30;
}
.TagClassName
{
border-color: #464F30;
}
</style>