Shades of Bronzetone #464B31
Tints of Bronzetone #464B31
RGB
CMYK
RGB Variations
Color information
#464B31 (or 0x464B31) is known color: Bronzetone. HEX triplet: 46, 4B and 31. RGB value is (70,75,49). Sum of RGB (Red+Green+Blue) = 70+75+49=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 75 - color contains mainly: green. Hex color #464B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B31 is #B9B4CE. Grayscale: #464646. Windows color (decimal): -12170447 or 3230534. OLE color: 3230534.
HSL color Cylindrical-coordinate representation of color #464B31: hue angle of 71.54º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #464B31 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 75 | 49 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.71 |
| HSL | 71.54º | 0.21% | 0.24% | - |
| HSV(B) | 71.54º | 0.35% | 0.29% | - |
| XYZ | 5.6 | 6.56 | 3.88 | - |
| YUV | 70.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 49 | 0.07 | 0 | 0.35 | 0.71 | 71.54 | 0.21 | 0.24 |
| Hex | 46 | 4B | 31 | 7 | 0 | 23 | 47 | 48 | 15 | 18 |
| Octal | 106 | 113 | 61 | 7 | 0 | 43 | 107 | 110 | 25 | 30 |
| Binary | 1000110 | 1001011 | 110001 | 111 | 0 | 100011 | 1000111 | 1001000 | 10101 | 11000 |
Color Harmonies of #464B31
Complementary color
Monochromatic Colors of #464B31
Black with #464B31
Text Example
Text Example
White with #464B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B31; }
p { color: rgb(70,75,49); }
H1.HeaderClassName
{
color: #464B31;
}
.AnyTagClassName
{
color: #464B31;
}
</style>
background-color css
<style>
a { background-color: #464B31; }
a { background-color: rgb(70,75,49); }
div.DivClassName
{
background-color: #464B31;
}
.BgClassName
{
background-color: #464B31;
}
</style>
border-color css
<style>
span { border-color: #464B31; }
span { border-color: rgb(70,75,49); }
td.TdClassName
{
border-color: #464B31;
}
.TagClassName
{
border-color: #464B31;
}
</style>