Shades of Clover #464F33
Tints of Clover #464F33
RGB
CMYK
RGB Variations
Color information
#464F33 (or 0x464F33) is known color: Clover. HEX triplet: 46, 4F and 33. RGB value is (70,79,51). Sum of RGB (Red+Green+Blue) = 70+79+51=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 79 - color contains mainly: green. Hex color #464F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F33 is #B9B0CC. Grayscale: #494949. Windows color (decimal): -12169421 or 3362630. OLE color: 3362630.
HSL color Cylindrical-coordinate representation of color #464F33: hue angle of 79.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #464F33 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 79 | 51 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.69 |
| HSL | 79.29º | 0.22% | 0.25% | - |
| HSV(B) | 79.29º | 0.35% | 0.31% | - |
| XYZ | 5.92 | 7.13 | 4.2 | - |
| YUV | 73.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 51 | 0.11 | 0 | 0.35 | 0.69 | 79.29 | 0.22 | 0.25 |
| Hex | 46 | 4F | 33 | B | 0 | 23 | 45 | 4F | 16 | 19 |
| Octal | 106 | 117 | 63 | 13 | 0 | 43 | 105 | 117 | 26 | 31 |
| Binary | 1000110 | 1001111 | 110011 | 1011 | 0 | 100011 | 1000101 | 1001111 | 10110 | 11001 |
Color Harmonies of #464F33
Complementary color
Monochromatic Colors of #464F33
Black with #464F33
Text Example
Text Example
White with #464F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F33; }
p { color: rgb(70,79,51); }
H1.HeaderClassName
{
color: #464F33;
}
.AnyTagClassName
{
color: #464F33;
}
</style>
background-color css
<style>
a { background-color: #464F33; }
a { background-color: rgb(70,79,51); }
div.DivClassName
{
background-color: #464F33;
}
.BgClassName
{
background-color: #464F33;
}
</style>
border-color css
<style>
span { border-color: #464F33; }
span { border-color: rgb(70,79,51); }
td.TdClassName
{
border-color: #464F33;
}
.TagClassName
{
border-color: #464F33;
}
</style>