Shades of Bronzetone #464B33
Tints of Bronzetone #464B33
RGB
CMYK
RGB Variations
Color information
#464B33 (or 0x464B33) is known color: Bronzetone. HEX triplet: 46, 4B and 33. RGB value is (70,75,51). Sum of RGB (Red+Green+Blue) = 70+75+51=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 75 - color contains mainly: green. Hex color #464B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B33 is #B9B4CC. Grayscale: #464646. Windows color (decimal): -12170445 or 3361606. OLE color: 3361606.
HSL color Cylindrical-coordinate representation of color #464B33: hue angle of 72.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #464B33 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 75 | 51 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.71 |
| HSL | 72.5º | 0.19% | 0.25% | - |
| HSV(B) | 72.5º | 0.32% | 0.29% | - |
| XYZ | 5.64 | 6.57 | 4.1 | - |
| YUV | 70.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 51 | 0.07 | 0 | 0.32 | 0.71 | 72.5 | 0.19 | 0.25 |
| Hex | 46 | 4B | 33 | 7 | 0 | 20 | 47 | 48 | 13 | 19 |
| Octal | 106 | 113 | 63 | 7 | 0 | 40 | 107 | 110 | 23 | 31 |
| Binary | 1000110 | 1001011 | 110011 | 111 | 0 | 100000 | 1000111 | 1001000 | 10011 | 11001 |
Color Harmonies of #464B33
Complementary color
Monochromatic Colors of #464B33
Black with #464B33
Text Example
Text Example
White with #464B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B33; }
p { color: rgb(70,75,51); }
H1.HeaderClassName
{
color: #464B33;
}
.AnyTagClassName
{
color: #464B33;
}
</style>
background-color css
<style>
a { background-color: #464B33; }
a { background-color: rgb(70,75,51); }
div.DivClassName
{
background-color: #464B33;
}
.BgClassName
{
background-color: #464B33;
}
</style>
border-color css
<style>
span { border-color: #464B33; }
span { border-color: rgb(70,75,51); }
td.TdClassName
{
border-color: #464B33;
}
.TagClassName
{
border-color: #464B33;
}
</style>