Shades of Bronzetone #404A26
Tints of Bronzetone #404A26
RGB
CMYK
RGB Variations
Color information
#404A26 (or 0x404A26) is known color: Bronzetone. HEX triplet: 40, 4A and 26. RGB value is (64,74,38). Sum of RGB (Red+Green+Blue) = 64+74+38=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 74 - color contains mainly: green. Hex color #404A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A26 is #BFB5D9. Grayscale: #434343. Windows color (decimal): -12563930 or 2509376. OLE color: 2509376.
HSL color Cylindrical-coordinate representation of color #404A26: hue angle of 76.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #404A26 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 38 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.71 |
| HSL | 76.67º | 0.32% | 0.22% | - |
| HSV(B) | 76.67º | 0.49% | 0.29% | - |
| XYZ | 4.91 | 6.13 | 2.76 | - |
| YUV | 66.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 38 | 0.14 | 0 | 0.49 | 0.71 | 76.67 | 0.32 | 0.22 |
| Hex | 40 | 4A | 26 | E | 0 | 31 | 47 | 4D | 20 | 16 |
| Octal | 100 | 112 | 46 | 16 | 0 | 61 | 107 | 115 | 40 | 26 |
| Binary | 1000000 | 1001010 | 100110 | 1110 | 0 | 110001 | 1000111 | 1001101 | 100000 | 10110 |
Color Harmonies of #404A26
Complementary color
Monochromatic Colors of #404A26
Black with #404A26
Text Example
Text Example
White with #404A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A26; }
p { color: rgb(64,74,38); }
H1.HeaderClassName
{
color: #404A26;
}
.AnyTagClassName
{
color: #404A26;
}
</style>
background-color css
<style>
a { background-color: #404A26; }
a { background-color: rgb(64,74,38); }
div.DivClassName
{
background-color: #404A26;
}
.BgClassName
{
background-color: #404A26;
}
</style>
border-color css
<style>
span { border-color: #404A26; }
span { border-color: rgb(64,74,38); }
td.TdClassName
{
border-color: #404A26;
}
.TagClassName
{
border-color: #404A26;
}
</style>