Shades of Como #46785A
Tints of Como #46785A
RGB
CMYK
RGB Variations
Color information
#46785A (or 0x46785A) is known color: Como. HEX triplet: 46, 78 and 5A. RGB value is (70,120,90). Sum of RGB (Red+Green+Blue) = 70+120+90=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #46785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46785A is #B987A5. Grayscale: #656565. Windows color (decimal): -12158886 or 5929030. OLE color: 5929030.
HSL color Cylindrical-coordinate representation of color #46785A: hue angle of 144º 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 #46785A is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 90 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.53 |
| HSL | 144º | 0.26% | 0.37% | - |
| HSV(B) | 144º | 0.42% | 0.47% | - |
| XYZ | 11.09 | 15.47 | 12.08 | - |
| YUV | 101.63 | 121.44 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 90 | 0.42 | 0 | 0.25 | 0.53 | 144 | 0.26 | 0.37 |
| Hex | 46 | 78 | 5A | 2A | 0 | 19 | 35 | 90 | 1A | 25 |
| Octal | 106 | 170 | 132 | 52 | 0 | 31 | 65 | 220 | 32 | 45 |
| Binary | 1000110 | 1111000 | 1011010 | 101010 | 0 | 11001 | 110101 | 10010000 | 11010 | 100101 |
Color Harmonies of #46785A
Complementary color
Monochromatic Colors of #46785A
Black with #46785A
Text Example
Text Example
White with #46785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46785A; }
p { color: rgb(70,120,90); }
H1.HeaderClassName
{
color: #46785A;
}
.AnyTagClassName
{
color: #46785A;
}
</style>
background-color css
<style>
a { background-color: #46785A; }
a { background-color: rgb(70,120,90); }
div.DivClassName
{
background-color: #46785A;
}
.BgClassName
{
background-color: #46785A;
}
</style>
border-color css
<style>
span { border-color: #46785A; }
span { border-color: rgb(70,120,90); }
td.TdClassName
{
border-color: #46785A;
}
.TagClassName
{
border-color: #46785A;
}
</style>