Shades of Como #46715A
Tints of Como #46715A
RGB
CMYK
RGB Variations
Color information
#46715A (or 0x46715A) is known color: Como. HEX triplet: 46, 71 and 5A. RGB value is (70,113,90). Sum of RGB (Red+Green+Blue) = 70+113+90=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #46715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46715A is #B98EA5. Grayscale: #616161. Windows color (decimal): -12160678 or 5927238. OLE color: 5927238.
HSL color Cylindrical-coordinate representation of color #46715A: hue angle of 147.91º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46715A is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 90 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.56 |
| HSL | 147.91º | 0.23% | 0.36% | - |
| HSV(B) | 147.91º | 0.38% | 0.44% | - |
| XYZ | 10.28 | 13.85 | 11.8 | - |
| YUV | 97.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 90 | 0.38 | 0 | 0.20 | 0.56 | 147.91 | 0.23 | 0.36 |
| Hex | 46 | 71 | 5A | 26 | 0 | 14 | 38 | 94 | 17 | 24 |
| Octal | 106 | 161 | 132 | 46 | 0 | 24 | 70 | 224 | 27 | 44 |
| Binary | 1000110 | 1110001 | 1011010 | 100110 | 0 | 10100 | 111000 | 10010100 | 10111 | 100100 |
Color Harmonies of #46715A
Complementary color
Monochromatic Colors of #46715A
Black with #46715A
Text Example
Text Example
White with #46715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46715A; }
p { color: rgb(70,113,90); }
H1.HeaderClassName
{
color: #46715A;
}
.AnyTagClassName
{
color: #46715A;
}
</style>
background-color css
<style>
a { background-color: #46715A; }
a { background-color: rgb(70,113,90); }
div.DivClassName
{
background-color: #46715A;
}
.BgClassName
{
background-color: #46715A;
}
</style>
border-color css
<style>
span { border-color: #46715A; }
span { border-color: rgb(70,113,90); }
td.TdClassName
{
border-color: #46715A;
}
.TagClassName
{
border-color: #46715A;
}
</style>