Shades of Como #46865B
Tints of Como #46865B
RGB
CMYK
RGB Variations
Color information
#46865B (or 0x46865B) is known color: Como. HEX triplet: 46, 86 and 5B. RGB value is (70,134,91). Sum of RGB (Red+Green+Blue) = 70+134+91=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #46865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46865B is #B979A4. Grayscale: #6E6E6E. Windows color (decimal): -12155301 or 5998150. OLE color: 5998150.
HSL color Cylindrical-coordinate representation of color #46865B: hue angle of 139.69º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46865B is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 134 | 91 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.47 |
| HSL | 139.69º | 0.31% | 0.4% | - |
| HSV(B) | 139.69º | 0.48% | 0.53% | - |
| XYZ | 12.94 | 19.11 | 12.9 | - |
| YUV | 109.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 91 | 0.48 | 0 | 0.32 | 0.47 | 139.69 | 0.31 | 0.4 |
| Hex | 46 | 86 | 5B | 30 | 0 | 20 | 2F | 8C | 1F | 28 |
| Octal | 106 | 206 | 133 | 60 | 0 | 40 | 57 | 214 | 37 | 50 |
| Binary | 1000110 | 10000110 | 1011011 | 110000 | 0 | 100000 | 101111 | 10001100 | 11111 | 101000 |
Color Harmonies of #46865B
Complementary color
Monochromatic Colors of #46865B
Black with #46865B
Text Example
Text Example
White with #46865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46865B; }
p { color: rgb(70,134,91); }
H1.HeaderClassName
{
color: #46865B;
}
.AnyTagClassName
{
color: #46865B;
}
</style>
background-color css
<style>
a { background-color: #46865B; }
a { background-color: rgb(70,134,91); }
div.DivClassName
{
background-color: #46865B;
}
.BgClassName
{
background-color: #46865B;
}
</style>
border-color css
<style>
span { border-color: #46865B; }
span { border-color: rgb(70,134,91); }
td.TdClassName
{
border-color: #46865B;
}
.TagClassName
{
border-color: #46865B;
}
</style>