Shades of Como #46825A
Tints of Como #46825A
RGB
CMYK
RGB Variations
Color information
#46825A (or 0x46825A) is known color: Como. HEX triplet: 46, 82 and 5A. RGB value is (70,130,90). Sum of RGB (Red+Green+Blue) = 70+130+90=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #46825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46825A is #B97DA5. Grayscale: #6B6B6B. Windows color (decimal): -12156326 or 5931590. OLE color: 5931590.
HSL color Cylindrical-coordinate representation of color #46825A: hue angle of 140º 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 #46825A is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 90 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.49 |
| HSL | 140º | 0.3% | 0.39% | - |
| HSV(B) | 140º | 0.46% | 0.51% | - |
| XYZ | 12.35 | 18.01 | 12.5 | - |
| YUV | 107.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 90 | 0.46 | 0 | 0.31 | 0.49 | 140 | 0.3 | 0.39 |
| Hex | 46 | 82 | 5A | 2E | 0 | 1F | 31 | 8C | 1E | 27 |
| Octal | 106 | 202 | 132 | 56 | 0 | 37 | 61 | 214 | 36 | 47 |
| Binary | 1000110 | 10000010 | 1011010 | 101110 | 0 | 11111 | 110001 | 10001100 | 11110 | 100111 |
Color Harmonies of #46825A
Complementary color
Monochromatic Colors of #46825A
Black with #46825A
Text Example
Text Example
White with #46825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46825A; }
p { color: rgb(70,130,90); }
H1.HeaderClassName
{
color: #46825A;
}
.AnyTagClassName
{
color: #46825A;
}
</style>
background-color css
<style>
a { background-color: #46825A; }
a { background-color: rgb(70,130,90); }
div.DivClassName
{
background-color: #46825A;
}
.BgClassName
{
background-color: #46825A;
}
</style>
border-color css
<style>
span { border-color: #46825A; }
span { border-color: rgb(70,130,90); }
td.TdClassName
{
border-color: #46825A;
}
.TagClassName
{
border-color: #46825A;
}
</style>