Shades of Clover #46503A
Tints of Clover #46503A
RGB
CMYK
RGB Variations
Color information
#46503A (or 0x46503A) is known color: Clover. HEX triplet: 46, 50 and 3A. RGB value is (70,80,58). Sum of RGB (Red+Green+Blue) = 70+80+58=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #46503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46503A is #B9AFC5. Grayscale: #4A4A4A. Windows color (decimal): -12169158 or 3821638. OLE color: 3821638.
HSL color Cylindrical-coordinate representation of color #46503A: hue angle of 87.27º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #46503A is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 58 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.69 |
| HSL | 87.27º | 0.16% | 0.27% | - |
| HSV(B) | 87.27º | 0.28% | 0.31% | - |
| XYZ | 6.16 | 7.34 | 5.1 | - |
| YUV | 74.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 58 | 0.12 | 0 | 0.28 | 0.69 | 87.27 | 0.16 | 0.27 |
| Hex | 46 | 50 | 3A | C | 0 | 1C | 45 | 57 | 10 | 1B |
| Octal | 106 | 120 | 72 | 14 | 0 | 34 | 105 | 127 | 20 | 33 |
| Binary | 1000110 | 1010000 | 111010 | 1100 | 0 | 11100 | 1000101 | 1010111 | 10000 | 11011 |
Color Harmonies of #46503A
Complementary color
Monochromatic Colors of #46503A
Black with #46503A
Text Example
Text Example
White with #46503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46503A; }
p { color: rgb(70,80,58); }
H1.HeaderClassName
{
color: #46503A;
}
.AnyTagClassName
{
color: #46503A;
}
</style>
background-color css
<style>
a { background-color: #46503A; }
a { background-color: rgb(70,80,58); }
div.DivClassName
{
background-color: #46503A;
}
.BgClassName
{
background-color: #46503A;
}
</style>
border-color css
<style>
span { border-color: #46503A; }
span { border-color: rgb(70,80,58); }
td.TdClassName
{
border-color: #46503A;
}
.TagClassName
{
border-color: #46503A;
}
</style>