Shades of Como #46845F
Tints of Como #46845F
RGB
CMYK
RGB Variations
Color information
#46845F (or 0x46845F) is known color: Como. HEX triplet: 46, 84 and 5F. RGB value is (70,132,95). Sum of RGB (Red+Green+Blue) = 70+132+95=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #46845F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46845F is #B97BA0. Grayscale: #6D6D6D. Windows color (decimal): -12155809 or 6259782. OLE color: 6259782.
HSL color Cylindrical-coordinate representation of color #46845F: hue angle of 144.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46845F is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 132 | 95 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.48 |
| HSL | 144.19º | 0.31% | 0.4% | - |
| HSV(B) | 144.19º | 0.47% | 0.52% | - |
| XYZ | 12.84 | 18.63 | 13.75 | - |
| YUV | 109.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 132 | 95 | 0.47 | 0 | 0.28 | 0.48 | 144.19 | 0.31 | 0.4 |
| Hex | 46 | 84 | 5F | 2F | 0 | 1C | 30 | 90 | 1F | 28 |
| Octal | 106 | 204 | 137 | 57 | 0 | 34 | 60 | 220 | 37 | 50 |
| Binary | 1000110 | 10000100 | 1011111 | 101111 | 0 | 11100 | 110000 | 10010000 | 11111 | 101000 |
Color Harmonies of #46845F
Complementary color
Monochromatic Colors of #46845F
Black with #46845F
Text Example
Text Example
White with #46845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46845F; }
p { color: rgb(70,132,95); }
H1.HeaderClassName
{
color: #46845F;
}
.AnyTagClassName
{
color: #46845F;
}
</style>
background-color css
<style>
a { background-color: #46845F; }
a { background-color: rgb(70,132,95); }
div.DivClassName
{
background-color: #46845F;
}
.BgClassName
{
background-color: #46845F;
}
</style>
border-color css
<style>
span { border-color: #46845F; }
span { border-color: rgb(70,132,95); }
td.TdClassName
{
border-color: #46845F;
}
.TagClassName
{
border-color: #46845F;
}
</style>