Shades of Como #46825C
Tints of Como #46825C
RGB
CMYK
RGB Variations
Color information
#46825C (or 0x46825C) is known color: Como. HEX triplet: 46, 82 and 5C. RGB value is (70,130,92). Sum of RGB (Red+Green+Blue) = 70+130+92=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #46825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46825C is #B97DA3. Grayscale: #6B6B6B. Windows color (decimal): -12156324 or 6062662. OLE color: 6062662.
HSL color Cylindrical-coordinate representation of color #46825C: hue angle of 142º 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 #46825C is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 92 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.49 |
| HSL | 142º | 0.3% | 0.39% | - |
| HSV(B) | 142º | 0.46% | 0.51% | - |
| XYZ | 12.44 | 18.04 | 12.95 | - |
| YUV | 107.73 | 119.12 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 92 | 0.46 | 0 | 0.29 | 0.49 | 142 | 0.3 | 0.39 |
| Hex | 46 | 82 | 5C | 2E | 0 | 1D | 31 | 8E | 1E | 27 |
| Octal | 106 | 202 | 134 | 56 | 0 | 35 | 61 | 216 | 36 | 47 |
| Binary | 1000110 | 10000010 | 1011100 | 101110 | 0 | 11101 | 110001 | 10001110 | 11110 | 100111 |
Color Harmonies of #46825C
Complementary color
Monochromatic Colors of #46825C
Black with #46825C
Text Example
Text Example
White with #46825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46825C; }
p { color: rgb(70,130,92); }
H1.HeaderClassName
{
color: #46825C;
}
.AnyTagClassName
{
color: #46825C;
}
</style>
background-color css
<style>
a { background-color: #46825C; }
a { background-color: rgb(70,130,92); }
div.DivClassName
{
background-color: #46825C;
}
.BgClassName
{
background-color: #46825C;
}
</style>
border-color css
<style>
span { border-color: #46825C; }
span { border-color: rgb(70,130,92); }
td.TdClassName
{
border-color: #46825C;
}
.TagClassName
{
border-color: #46825C;
}
</style>