Shades of Como #46795A
Tints of Como #46795A
RGB
CMYK
RGB Variations
Color information
#46795A (or 0x46795A) is known color: Como. HEX triplet: 46, 79 and 5A. RGB value is (70,121,90). Sum of RGB (Red+Green+Blue) = 70+121+90=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #46795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46795A is #B986A5. Grayscale: #666666. Windows color (decimal): -12158630 or 5929286. OLE color: 5929286.
HSL color Cylindrical-coordinate representation of color #46795A: hue angle of 143.53º degrees, saturation: 0.27, 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 #46795A is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 121 | 90 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.53 |
| HSL | 143.53º | 0.27% | 0.37% | - |
| HSV(B) | 143.53º | 0.42% | 0.47% | - |
| XYZ | 11.21 | 15.72 | 12.12 | - |
| YUV | 102.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 121 | 90 | 0.42 | 0 | 0.26 | 0.53 | 143.53 | 0.27 | 0.37 |
| Hex | 46 | 79 | 5A | 2A | 0 | 1A | 35 | 90 | 1B | 25 |
| Octal | 106 | 171 | 132 | 52 | 0 | 32 | 65 | 220 | 33 | 45 |
| Binary | 1000110 | 1111001 | 1011010 | 101010 | 0 | 11010 | 110101 | 10010000 | 11011 | 100101 |
Color Harmonies of #46795A
Complementary color
Monochromatic Colors of #46795A
Black with #46795A
Text Example
Text Example
White with #46795A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46795A; }
p { color: rgb(70,121,90); }
H1.HeaderClassName
{
color: #46795A;
}
.AnyTagClassName
{
color: #46795A;
}
</style>
background-color css
<style>
a { background-color: #46795A; }
a { background-color: rgb(70,121,90); }
div.DivClassName
{
background-color: #46795A;
}
.BgClassName
{
background-color: #46795A;
}
</style>
border-color css
<style>
span { border-color: #46795A; }
span { border-color: rgb(70,121,90); }
td.TdClassName
{
border-color: #46795A;
}
.TagClassName
{
border-color: #46795A;
}
</style>