Shades of Bronzetone #464A28
Tints of Bronzetone #464A28
RGB
CMYK
RGB Variations
Color information
#464A28 (or 0x464A28) is known color: Bronzetone. HEX triplet: 46, 4A and 28. RGB value is (70,74,40). Sum of RGB (Red+Green+Blue) = 70+74+40=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 74 - color contains mainly: green. Hex color #464A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A28 is #B9B5D7. Grayscale: #454545. Windows color (decimal): -12170712 or 2640454. OLE color: 2640454.
HSL color Cylindrical-coordinate representation of color #464A28: hue angle of 67.06º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #464A28 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 74 | 40 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.71 |
| HSL | 67.06º | 0.3% | 0.22% | - |
| HSV(B) | 67.06º | 0.46% | 0.29% | - |
| XYZ | 5.36 | 6.35 | 2.95 | - |
| YUV | 68.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 40 | 0.05 | 0 | 0.46 | 0.71 | 67.06 | 0.3 | 0.22 |
| Hex | 46 | 4A | 28 | 5 | 0 | 2E | 47 | 43 | 1E | 16 |
| Octal | 106 | 112 | 50 | 5 | 0 | 56 | 107 | 103 | 36 | 26 |
| Binary | 1000110 | 1001010 | 101000 | 101 | 0 | 101110 | 1000111 | 1000011 | 11110 | 10110 |
Color Harmonies of #464A28
Complementary color
Monochromatic Colors of #464A28
Black with #464A28
Text Example
Text Example
White with #464A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A28; }
p { color: rgb(70,74,40); }
H1.HeaderClassName
{
color: #464A28;
}
.AnyTagClassName
{
color: #464A28;
}
</style>
background-color css
<style>
a { background-color: #464A28; }
a { background-color: rgb(70,74,40); }
div.DivClassName
{
background-color: #464A28;
}
.BgClassName
{
background-color: #464A28;
}
</style>
border-color css
<style>
span { border-color: #464A28; }
span { border-color: rgb(70,74,40); }
td.TdClassName
{
border-color: #464A28;
}
.TagClassName
{
border-color: #464A28;
}
</style>