Shades of Emerald #46C679
Tints of Emerald #46C679
RGB
CMYK
RGB Variations
Color information
#46C679 (or 0x46C679) is known color: Emerald. HEX triplet: 46, C6 and 79. RGB value is (70,198,121). Sum of RGB (Red+Green+Blue) = 70+198+121=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #46C679 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C679 is #B93986. Grayscale: #979797. Windows color (decimal): -12138887 or 7980614. OLE color: 7980614.
HSL color Cylindrical-coordinate representation of color #46C679: hue angle of 143.91º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C679 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 198 | 121 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.22 |
| HSL | 143.91º | 0.53% | 0.53% | - |
| HSV(B) | 143.91º | 0.65% | 0.78% | - |
| XYZ | 26.17 | 43.07 | 25.02 | - |
| YUV | 150.95 | 111.09 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 121 | 0.65 | 0 | 0.39 | 0.22 | 143.91 | 0.53 | 0.53 |
| Hex | 46 | C6 | 79 | 41 | 0 | 27 | 16 | 90 | 35 | 35 |
| Octal | 106 | 306 | 171 | 101 | 0 | 47 | 26 | 220 | 65 | 65 |
| Binary | 1000110 | 11000110 | 1111001 | 1000001 | 0 | 100111 | 10110 | 10010000 | 110101 | 110101 |
Color Harmonies of #46C679
Complementary color
Monochromatic Colors of #46C679
Black with #46C679
Text Example
Text Example
White with #46C679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C679; }
p { color: rgb(70,198,121); }
H1.HeaderClassName
{
color: #46C679;
}
.AnyTagClassName
{
color: #46C679;
}
</style>
background-color css
<style>
a { background-color: #46C679; }
a { background-color: rgb(70,198,121); }
div.DivClassName
{
background-color: #46C679;
}
.BgClassName
{
background-color: #46C679;
}
</style>
border-color css
<style>
span { border-color: #46C679; }
span { border-color: rgb(70,198,121); }
td.TdClassName
{
border-color: #46C679;
}
.TagClassName
{
border-color: #46C679;
}
</style>