Shades of Como #46705A
Tints of Como #46705A
RGB
CMYK
RGB Variations
Color information
#46705A (or 0x46705A) is known color: Como. HEX triplet: 46, 70 and 5A. RGB value is (70,112,90). Sum of RGB (Red+Green+Blue) = 70+112+90=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #46705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46705A is #B98FA5. Grayscale: #606060. Windows color (decimal): -12160934 or 5926982. OLE color: 5926982.
HSL color Cylindrical-coordinate representation of color #46705A: hue angle of 148.57º 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 #46705A is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 112 | 90 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.56 |
| HSL | 148.57º | 0.23% | 0.36% | - |
| HSV(B) | 148.57º | 0.38% | 0.44% | - |
| XYZ | 10.17 | 13.63 | 11.77 | - |
| YUV | 96.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 90 | 0.38 | 0 | 0.20 | 0.56 | 148.57 | 0.23 | 0.36 |
| Hex | 46 | 70 | 5A | 26 | 0 | 14 | 38 | 95 | 17 | 24 |
| Octal | 106 | 160 | 132 | 46 | 0 | 24 | 70 | 225 | 27 | 44 |
| Binary | 1000110 | 1110000 | 1011010 | 100110 | 0 | 10100 | 111000 | 10010101 | 10111 | 100100 |
Color Harmonies of #46705A
Complementary color
Monochromatic Colors of #46705A
Black with #46705A
Text Example
Text Example
White with #46705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46705A; }
p { color: rgb(70,112,90); }
H1.HeaderClassName
{
color: #46705A;
}
.AnyTagClassName
{
color: #46705A;
}
</style>
background-color css
<style>
a { background-color: #46705A; }
a { background-color: rgb(70,112,90); }
div.DivClassName
{
background-color: #46705A;
}
.BgClassName
{
background-color: #46705A;
}
</style>
border-color css
<style>
span { border-color: #46705A; }
span { border-color: rgb(70,112,90); }
td.TdClassName
{
border-color: #46705A;
}
.TagClassName
{
border-color: #46705A;
}
</style>