Shades of Como #46825E
Tints of Como #46825E
RGB
CMYK
RGB Variations
Color information
#46825E (or 0x46825E) is known color: Como. HEX triplet: 46, 82 and 5E. RGB value is (70,130,94). Sum of RGB (Red+Green+Blue) = 70+130+94=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #46825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46825E is #B97DA1. Grayscale: #6C6C6C. Windows color (decimal): -12156322 or 6193734. OLE color: 6193734.
HSL color Cylindrical-coordinate representation of color #46825E: hue angle of 144º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46825E is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 94 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.49 |
| HSL | 144º | 0.3% | 0.39% | - |
| HSV(B) | 144º | 0.46% | 0.51% | - |
| XYZ | 12.53 | 18.08 | 13.42 | - |
| YUV | 107.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 94 | 0.46 | 0 | 0.28 | 0.49 | 144 | 0.3 | 0.39 |
| Hex | 46 | 82 | 5E | 2E | 0 | 1C | 31 | 90 | 1E | 27 |
| Octal | 106 | 202 | 136 | 56 | 0 | 34 | 61 | 220 | 36 | 47 |
| Binary | 1000110 | 10000010 | 1011110 | 101110 | 0 | 11100 | 110001 | 10010000 | 11110 | 100111 |
Color Harmonies of #46825E
Complementary color
Monochromatic Colors of #46825E
Black with #46825E
Text Example
Text Example
White with #46825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46825E; }
p { color: rgb(70,130,94); }
H1.HeaderClassName
{
color: #46825E;
}
.AnyTagClassName
{
color: #46825E;
}
</style>
background-color css
<style>
a { background-color: #46825E; }
a { background-color: rgb(70,130,94); }
div.DivClassName
{
background-color: #46825E;
}
.BgClassName
{
background-color: #46825E;
}
</style>
border-color css
<style>
span { border-color: #46825E; }
span { border-color: rgb(70,130,94); }
td.TdClassName
{
border-color: #46825E;
}
.TagClassName
{
border-color: #46825E;
}
</style>