Shades of Bronzetone #464C26
Tints of Bronzetone #464C26
RGB
CMYK
RGB Variations
Color information
#464C26 (or 0x464C26) is known color: Bronzetone. HEX triplet: 46, 4C and 26. RGB value is (70,76,38). Sum of RGB (Red+Green+Blue) = 70+76+38=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #464C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C26 is #B9B3D9. Grayscale: #464646. Windows color (decimal): -12170202 or 2509894. OLE color: 2509894.
HSL color Cylindrical-coordinate representation of color #464C26: hue angle of 69.47º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464C26 is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 76 | 38 | - |
| CMYK | 0.08 | 0 | 0.5 | 0.70 |
| HSL | 69.47º | 0.33% | 0.22% | - |
| HSV(B) | 69.47º | 0.5% | 0.3% | - |
| XYZ | 5.46 | 6.61 | 2.82 | - |
| YUV | 69.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 38 | 0.08 | 0 | 0.5 | 0.70 | 69.47 | 0.33 | 0.22 |
| Hex | 46 | 4C | 26 | 8 | 0 | 32 | 46 | 45 | 21 | 16 |
| Octal | 106 | 114 | 46 | 10 | 0 | 62 | 106 | 105 | 41 | 26 |
| Binary | 1000110 | 1001100 | 100110 | 1000 | 0 | 110010 | 1000110 | 1000101 | 100001 | 10110 |
Color Harmonies of #464C26
Complementary color
Monochromatic Colors of #464C26
Black with #464C26
Text Example
Text Example
White with #464C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C26; }
p { color: rgb(70,76,38); }
H1.HeaderClassName
{
color: #464C26;
}
.AnyTagClassName
{
color: #464C26;
}
</style>
background-color css
<style>
a { background-color: #464C26; }
a { background-color: rgb(70,76,38); }
div.DivClassName
{
background-color: #464C26;
}
.BgClassName
{
background-color: #464C26;
}
</style>
border-color css
<style>
span { border-color: #464C26; }
span { border-color: rgb(70,76,38); }
td.TdClassName
{
border-color: #464C26;
}
.TagClassName
{
border-color: #464C26;
}
</style>