Shades of Como #46785B
Tints of Como #46785B
RGB
CMYK
RGB Variations
Color information
#46785B (or 0x46785B) is known color: Como. HEX triplet: 46, 78 and 5B. RGB value is (70,120,91). Sum of RGB (Red+Green+Blue) = 70+120+91=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #46785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46785B is #B987A4. Grayscale: #656565. Windows color (decimal): -12158885 or 5994566. OLE color: 5994566.
HSL color Cylindrical-coordinate representation of color #46785B: hue angle of 145.2º 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 #46785B is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 91 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.53 |
| HSL | 145.2º | 0.26% | 0.37% | - |
| HSV(B) | 145.2º | 0.42% | 0.47% | - |
| XYZ | 11.13 | 15.49 | 12.3 | - |
| YUV | 101.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 91 | 0.42 | 0 | 0.24 | 0.53 | 145.2 | 0.26 | 0.37 |
| Hex | 46 | 78 | 5B | 2A | 0 | 18 | 35 | 91 | 1A | 25 |
| Octal | 106 | 170 | 133 | 52 | 0 | 30 | 65 | 221 | 32 | 45 |
| Binary | 1000110 | 1111000 | 1011011 | 101010 | 0 | 11000 | 110101 | 10010001 | 11010 | 100101 |
Color Harmonies of #46785B
Complementary color
Monochromatic Colors of #46785B
Black with #46785B
Text Example
Text Example
White with #46785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46785B; }
p { color: rgb(70,120,91); }
H1.HeaderClassName
{
color: #46785B;
}
.AnyTagClassName
{
color: #46785B;
}
</style>
background-color css
<style>
a { background-color: #46785B; }
a { background-color: rgb(70,120,91); }
div.DivClassName
{
background-color: #46785B;
}
.BgClassName
{
background-color: #46785B;
}
</style>
border-color css
<style>
span { border-color: #46785B; }
span { border-color: rgb(70,120,91); }
td.TdClassName
{
border-color: #46785B;
}
.TagClassName
{
border-color: #46785B;
}
</style>