Shades of Como #46745A
Tints of Como #46745A
RGB
CMYK
RGB Variations
Color information
#46745A (or 0x46745A) is known color: Como. HEX triplet: 46, 74 and 5A. RGB value is (70,116,90). Sum of RGB (Red+Green+Blue) = 70+116+90=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #46745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46745A is #B98BA5. Grayscale: #636363. Windows color (decimal): -12159910 or 5928006. OLE color: 5928006.
HSL color Cylindrical-coordinate representation of color #46745A: hue angle of 146.09º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46745A is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 90 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.55 |
| HSL | 146.09º | 0.25% | 0.36% | - |
| HSV(B) | 146.09º | 0.4% | 0.45% | - |
| XYZ | 10.62 | 14.53 | 11.92 | - |
| YUV | 99.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 90 | 0.40 | 0 | 0.22 | 0.55 | 146.09 | 0.25 | 0.36 |
| Hex | 46 | 74 | 5A | 28 | 0 | 16 | 37 | 92 | 19 | 24 |
| Octal | 106 | 164 | 132 | 50 | 0 | 26 | 67 | 222 | 31 | 44 |
| Binary | 1000110 | 1110100 | 1011010 | 101000 | 0 | 10110 | 110111 | 10010010 | 11001 | 100100 |
Color Harmonies of #46745A
Complementary color
Monochromatic Colors of #46745A
Black with #46745A
Text Example
Text Example
White with #46745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46745A; }
p { color: rgb(70,116,90); }
H1.HeaderClassName
{
color: #46745A;
}
.AnyTagClassName
{
color: #46745A;
}
</style>
background-color css
<style>
a { background-color: #46745A; }
a { background-color: rgb(70,116,90); }
div.DivClassName
{
background-color: #46745A;
}
.BgClassName
{
background-color: #46745A;
}
</style>
border-color css
<style>
span { border-color: #46745A; }
span { border-color: rgb(70,116,90); }
td.TdClassName
{
border-color: #46745A;
}
.TagClassName
{
border-color: #46745A;
}
</style>