Shades of Shamrock #46D49B
Tints of Shamrock #46D49B
RGB
CMYK
RGB Variations
Color information
#46D49B (or 0x46D49B) is known color: Shamrock. HEX triplet: 46, D4 and 9B. RGB value is (70,212,155). Sum of RGB (Red+Green+Blue) = 70+212+155=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #46D49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D49B is #B92B64. Grayscale: #A3A3A3. Windows color (decimal): -12135269 or 10212422. OLE color: 10212422.
HSL color Cylindrical-coordinate representation of color #46D49B: hue angle of 155.92º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D49B is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 212 | 155 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.17 |
| HSL | 155.92º | 0.62% | 0.55% | - |
| HSV(B) | 155.92º | 0.67% | 0.83% | - |
| XYZ | 31.99 | 50.76 | 39.12 | - |
| YUV | 163.04 | 123.46 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 155 | 0.67 | 0 | 0.27 | 0.17 | 155.92 | 0.62 | 0.55 |
| Hex | 46 | D4 | 9B | 43 | 0 | 1B | 11 | 9C | 3E | 37 |
| Octal | 106 | 324 | 233 | 103 | 0 | 33 | 21 | 234 | 76 | 67 |
| Binary | 1000110 | 11010100 | 10011011 | 1000011 | 0 | 11011 | 10001 | 10011100 | 111110 | 110111 |
Color Harmonies of #46D49B
Complementary color
Monochromatic Colors of #46D49B
Black with #46D49B
Text Example
Text Example
White with #46D49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D49B; }
p { color: rgb(70,212,155); }
H1.HeaderClassName
{
color: #46D49B;
}
.AnyTagClassName
{
color: #46D49B;
}
</style>
background-color css
<style>
a { background-color: #46D49B; }
a { background-color: rgb(70,212,155); }
div.DivClassName
{
background-color: #46D49B;
}
.BgClassName
{
background-color: #46D49B;
}
</style>
border-color css
<style>
span { border-color: #46D49B; }
span { border-color: rgb(70,212,155); }
td.TdClassName
{
border-color: #46D49B;
}
.TagClassName
{
border-color: #46D49B;
}
</style>