Shades of Emerald #46BE7B
Tints of Emerald #46BE7B
RGB
CMYK
RGB Variations
Color information
#46BE7B (or 0x46BE7B) is known color: Emerald. HEX triplet: 46, BE and 7B. RGB value is (70,190,123). Sum of RGB (Red+Green+Blue) = 70+190+123=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BE7B is #B94184. Grayscale: #929292. Windows color (decimal): -12140933 or 8109638. OLE color: 8109638.
HSL color Cylindrical-coordinate representation of color #46BE7B: hue angle of 146.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BE7B is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 190 | 123 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.25 |
| HSL | 146.5º | 0.48% | 0.51% | - |
| HSV(B) | 146.5º | 0.63% | 0.75% | - |
| XYZ | 24.51 | 39.56 | 25.08 | - |
| YUV | 146.48 | 114.74 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 123 | 0.63 | 0 | 0.35 | 0.25 | 146.5 | 0.48 | 0.51 |
| Hex | 46 | BE | 7B | 3F | 0 | 23 | 19 | 92 | 30 | 33 |
| Octal | 106 | 276 | 173 | 77 | 0 | 43 | 31 | 222 | 60 | 63 |
| Binary | 1000110 | 10111110 | 1111011 | 111111 | 0 | 100011 | 11001 | 10010010 | 110000 | 110011 |
Color Harmonies of #46BE7B
Complementary color
Monochromatic Colors of #46BE7B
Black with #46BE7B
Text Example
Text Example
White with #46BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BE7B; }
p { color: rgb(70,190,123); }
H1.HeaderClassName
{
color: #46BE7B;
}
.AnyTagClassName
{
color: #46BE7B;
}
</style>
background-color css
<style>
a { background-color: #46BE7B; }
a { background-color: rgb(70,190,123); }
div.DivClassName
{
background-color: #46BE7B;
}
.BgClassName
{
background-color: #46BE7B;
}
</style>
border-color css
<style>
span { border-color: #46BE7B; }
span { border-color: rgb(70,190,123); }
td.TdClassName
{
border-color: #46BE7B;
}
.TagClassName
{
border-color: #46BE7B;
}
</style>