Shades of Bronzetone #464B28
Tints of Bronzetone #464B28
RGB
CMYK
RGB Variations
Color information
#464B28 (or 0x464B28) is known color: Bronzetone. HEX triplet: 46, 4B and 28. RGB value is (70,75,40). Sum of RGB (Red+Green+Blue) = 70+75+40=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #464B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B28 is #B9B4D7. Grayscale: #454545. Windows color (decimal): -12170456 or 2640710. OLE color: 2640710.
HSL color Cylindrical-coordinate representation of color #464B28: hue angle of 68.57º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #464B28 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 75 | 40 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.71 |
| HSL | 68.57º | 0.3% | 0.23% | - |
| HSV(B) | 68.57º | 0.47% | 0.29% | - |
| XYZ | 5.42 | 6.49 | 2.97 | - |
| YUV | 69.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 40 | 0.07 | 0 | 0.47 | 0.71 | 68.57 | 0.3 | 0.23 |
| Hex | 46 | 4B | 28 | 7 | 0 | 2F | 47 | 45 | 1E | 17 |
| Octal | 106 | 113 | 50 | 7 | 0 | 57 | 107 | 105 | 36 | 27 |
| Binary | 1000110 | 1001011 | 101000 | 111 | 0 | 101111 | 1000111 | 1000101 | 11110 | 10111 |
Color Harmonies of #464B28
Complementary color
Monochromatic Colors of #464B28
Black with #464B28
Text Example
Text Example
White with #464B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B28; }
p { color: rgb(70,75,40); }
H1.HeaderClassName
{
color: #464B28;
}
.AnyTagClassName
{
color: #464B28;
}
</style>
background-color css
<style>
a { background-color: #464B28; }
a { background-color: rgb(70,75,40); }
div.DivClassName
{
background-color: #464B28;
}
.BgClassName
{
background-color: #464B28;
}
</style>
border-color css
<style>
span { border-color: #464B28; }
span { border-color: rgb(70,75,40); }
td.TdClassName
{
border-color: #464B28;
}
.TagClassName
{
border-color: #464B28;
}
</style>