Shades of Como #46785F
Tints of Como #46785F
RGB
CMYK
RGB Variations
Color information
#46785F (or 0x46785F) is known color: Como. HEX triplet: 46, 78 and 5F. RGB value is (70,120,95). Sum of RGB (Red+Green+Blue) = 70+120+95=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #46785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46785F is #B987A0. Grayscale: #666666. Windows color (decimal): -12158881 or 6256710. OLE color: 6256710.
HSL color Cylindrical-coordinate representation of color #46785F: hue angle of 150º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46785F is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 95 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.53 |
| HSL | 150º | 0.26% | 0.37% | - |
| HSV(B) | 150º | 0.42% | 0.47% | - |
| XYZ | 11.31 | 15.56 | 13.23 | - |
| YUV | 102.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 95 | 0.42 | 0 | 0.21 | 0.53 | 150 | 0.26 | 0.37 |
| Hex | 46 | 78 | 5F | 2A | 0 | 15 | 35 | 96 | 1A | 25 |
| Octal | 106 | 170 | 137 | 52 | 0 | 25 | 65 | 226 | 32 | 45 |
| Binary | 1000110 | 1111000 | 1011111 | 101010 | 0 | 10101 | 110101 | 10010110 | 11010 | 100101 |
Color Harmonies of #46785F
Complementary color
Monochromatic Colors of #46785F
Black with #46785F
Text Example
Text Example
White with #46785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46785F; }
p { color: rgb(70,120,95); }
H1.HeaderClassName
{
color: #46785F;
}
.AnyTagClassName
{
color: #46785F;
}
</style>
background-color css
<style>
a { background-color: #46785F; }
a { background-color: rgb(70,120,95); }
div.DivClassName
{
background-color: #46785F;
}
.BgClassName
{
background-color: #46785F;
}
</style>
border-color css
<style>
span { border-color: #46785F; }
span { border-color: rgb(70,120,95); }
td.TdClassName
{
border-color: #46785F;
}
.TagClassName
{
border-color: #46785F;
}
</style>