Shades of Como #46755B
Tints of Como #46755B
RGB
CMYK
RGB Variations
Color information
#46755B (or 0x46755B) is known color: Como. HEX triplet: 46, 75 and 5B. RGB value is (70,117,91). Sum of RGB (Red+Green+Blue) = 70+117+91=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #46755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46755B is #B98AA4. Grayscale: #646464. Windows color (decimal): -12159653 or 5993798. OLE color: 5993798.
HSL color Cylindrical-coordinate representation of color #46755B: hue angle of 146.81º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46755B is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 117 | 91 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.54 |
| HSL | 146.81º | 0.25% | 0.37% | - |
| HSV(B) | 146.81º | 0.4% | 0.46% | - |
| XYZ | 10.78 | 14.78 | 12.18 | - |
| YUV | 99.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 91 | 0.40 | 0 | 0.22 | 0.54 | 146.81 | 0.25 | 0.37 |
| Hex | 46 | 75 | 5B | 28 | 0 | 16 | 36 | 93 | 19 | 25 |
| Octal | 106 | 165 | 133 | 50 | 0 | 26 | 66 | 223 | 31 | 45 |
| Binary | 1000110 | 1110101 | 1011011 | 101000 | 0 | 10110 | 110110 | 10010011 | 11001 | 100101 |
Color Harmonies of #46755B
Complementary color
Monochromatic Colors of #46755B
Black with #46755B
Text Example
Text Example
White with #46755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46755B; }
p { color: rgb(70,117,91); }
H1.HeaderClassName
{
color: #46755B;
}
.AnyTagClassName
{
color: #46755B;
}
</style>
background-color css
<style>
a { background-color: #46755B; }
a { background-color: rgb(70,117,91); }
div.DivClassName
{
background-color: #46755B;
}
.BgClassName
{
background-color: #46755B;
}
</style>
border-color css
<style>
span { border-color: #46755B; }
span { border-color: rgb(70,117,91); }
td.TdClassName
{
border-color: #46755B;
}
.TagClassName
{
border-color: #46755B;
}
</style>