Shades of Como #46745F
Tints of Como #46745F
RGB
CMYK
RGB Variations
Color information
#46745F (or 0x46745F) is known color: Como. HEX triplet: 46, 74 and 5F. RGB value is (70,116,95). Sum of RGB (Red+Green+Blue) = 70+116+95=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #46745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46745F is #B98BA0. Grayscale: #636363. Windows color (decimal): -12159905 or 6255686. OLE color: 6255686.
HSL color Cylindrical-coordinate representation of color #46745F: hue angle of 152.61º 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 #46745F is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 95 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.55 |
| HSL | 152.61º | 0.25% | 0.36% | - |
| HSV(B) | 152.61º | 0.4% | 0.45% | - |
| XYZ | 10.84 | 14.62 | 13.08 | - |
| YUV | 99.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 95 | 0.40 | 0 | 0.18 | 0.55 | 152.61 | 0.25 | 0.36 |
| Hex | 46 | 74 | 5F | 28 | 0 | 12 | 37 | 99 | 19 | 24 |
| Octal | 106 | 164 | 137 | 50 | 0 | 22 | 67 | 231 | 31 | 44 |
| Binary | 1000110 | 1110100 | 1011111 | 101000 | 0 | 10010 | 110111 | 10011001 | 11001 | 100100 |
Color Harmonies of #46745F
Complementary color
Monochromatic Colors of #46745F
Black with #46745F
Text Example
Text Example
White with #46745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46745F; }
p { color: rgb(70,116,95); }
H1.HeaderClassName
{
color: #46745F;
}
.AnyTagClassName
{
color: #46745F;
}
</style>
background-color css
<style>
a { background-color: #46745F; }
a { background-color: rgb(70,116,95); }
div.DivClassName
{
background-color: #46745F;
}
.BgClassName
{
background-color: #46745F;
}
</style>
border-color css
<style>
span { border-color: #46745F; }
span { border-color: rgb(70,116,95); }
td.TdClassName
{
border-color: #46745F;
}
.TagClassName
{
border-color: #46745F;
}
</style>