Shades of Como #46805C
Tints of Como #46805C
RGB
CMYK
RGB Variations
Color information
#46805C (or 0x46805C) is known color: Como. HEX triplet: 46, 80 and 5C. RGB value is (70,128,92). Sum of RGB (Red+Green+Blue) = 70+128+92=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #46805C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46805C is #B97FA3. Grayscale: #6A6A6A. Windows color (decimal): -12156836 or 6062150. OLE color: 6062150.
HSL color Cylindrical-coordinate representation of color #46805C: hue angle of 142.76º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46805C is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 128 | 92 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.50 |
| HSL | 142.76º | 0.29% | 0.39% | - |
| HSV(B) | 142.76º | 0.45% | 0.5% | - |
| XYZ | 12.18 | 17.51 | 12.86 | - |
| YUV | 106.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 92 | 0.45 | 0 | 0.28 | 0.50 | 142.76 | 0.29 | 0.39 |
| Hex | 46 | 80 | 5C | 2D | 0 | 1C | 32 | 8F | 1D | 27 |
| Octal | 106 | 200 | 134 | 55 | 0 | 34 | 62 | 217 | 35 | 47 |
| Binary | 1000110 | 10000000 | 1011100 | 101101 | 0 | 11100 | 110010 | 10001111 | 11101 | 100111 |
Color Harmonies of #46805C
Complementary color
Monochromatic Colors of #46805C
Black with #46805C
Text Example
Text Example
White with #46805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46805C; }
p { color: rgb(70,128,92); }
H1.HeaderClassName
{
color: #46805C;
}
.AnyTagClassName
{
color: #46805C;
}
</style>
background-color css
<style>
a { background-color: #46805C; }
a { background-color: rgb(70,128,92); }
div.DivClassName
{
background-color: #46805C;
}
.BgClassName
{
background-color: #46805C;
}
</style>
border-color css
<style>
span { border-color: #46805C; }
span { border-color: rgb(70,128,92); }
td.TdClassName
{
border-color: #46805C;
}
.TagClassName
{
border-color: #46805C;
}
</style>