Shades of Bronzetone #464D2D
Tints of Bronzetone #464D2D
RGB
CMYK
RGB Variations
Color information
#464D2D (or 0x464D2D) is known color: Bronzetone. HEX triplet: 46, 4D and 2D. RGB value is (70,77,45). Sum of RGB (Red+Green+Blue) = 70+77+45=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 77 - color contains mainly: green. Hex color #464D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D2D is #B9B2D2. Grayscale: #474747. Windows color (decimal): -12169939 or 2968902. OLE color: 2968902.
HSL color Cylindrical-coordinate representation of color #464D2D: hue angle of 73.12º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #464D2D is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 77 | 45 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.70 |
| HSL | 73.13º | 0.26% | 0.24% | - |
| HSV(B) | 73.13º | 0.42% | 0.3% | - |
| XYZ | 5.65 | 6.8 | 3.5 | - |
| YUV | 71.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 45 | 0.09 | 0 | 0.42 | 0.70 | 73.13 | 0.26 | 0.24 |
| Hex | 46 | 4D | 2D | 9 | 0 | 2A | 46 | 49 | 1A | 18 |
| Octal | 106 | 115 | 55 | 11 | 0 | 52 | 106 | 111 | 32 | 30 |
| Binary | 1000110 | 1001101 | 101101 | 1001 | 0 | 101010 | 1000110 | 1001001 | 11010 | 11000 |
Color Harmonies of #464D2D
Complementary color
Monochromatic Colors of #464D2D
Black with #464D2D
Text Example
Text Example
White with #464D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D2D; }
p { color: rgb(70,77,45); }
H1.HeaderClassName
{
color: #464D2D;
}
.AnyTagClassName
{
color: #464D2D;
}
</style>
background-color css
<style>
a { background-color: #464D2D; }
a { background-color: rgb(70,77,45); }
div.DivClassName
{
background-color: #464D2D;
}
.BgClassName
{
background-color: #464D2D;
}
</style>
border-color css
<style>
span { border-color: #464D2D; }
span { border-color: rgb(70,77,45); }
td.TdClassName
{
border-color: #464D2D;
}
.TagClassName
{
border-color: #464D2D;
}
</style>