Shades of Shamrock #46CFA4
Tints of Shamrock #46CFA4
RGB
CMYK
RGB Variations
Color information
#46CFA4 (or 0x46CFA4) is known color: Shamrock. HEX triplet: 46, CF and A4. RGB value is (70,207,164). Sum of RGB (Red+Green+Blue) = 70+207+164=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CFA4 is #B9305B. Grayscale: #A1A1A1. Windows color (decimal): -12136540 or 10800966. OLE color: 10800966.
HSL color Cylindrical-coordinate representation of color #46CFA4: hue angle of 161.17º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CFA4 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 164 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.19 |
| HSL | 161.17º | 0.59% | 0.54% | - |
| HSV(B) | 161.17º | 0.66% | 0.81% | - |
| XYZ | 31.54 | 48.61 | 42.84 | - |
| YUV | 161.14 | 129.61 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 164 | 0.66 | 0 | 0.21 | 0.19 | 161.17 | 0.59 | 0.54 |
| Hex | 46 | CF | A4 | 42 | 0 | 15 | 13 | A1 | 3B | 36 |
| Octal | 106 | 317 | 244 | 102 | 0 | 25 | 23 | 241 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10100100 | 1000010 | 0 | 10101 | 10011 | 10100001 | 111011 | 110110 |
Color Harmonies of #46CFA4
Complementary color
Monochromatic Colors of #46CFA4
Black with #46CFA4
Text Example
Text Example
White with #46CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFA4; }
p { color: rgb(70,207,164); }
H1.HeaderClassName
{
color: #46CFA4;
}
.AnyTagClassName
{
color: #46CFA4;
}
</style>
background-color css
<style>
a { background-color: #46CFA4; }
a { background-color: rgb(70,207,164); }
div.DivClassName
{
background-color: #46CFA4;
}
.BgClassName
{
background-color: #46CFA4;
}
</style>
border-color css
<style>
span { border-color: #46CFA4; }
span { border-color: rgb(70,207,164); }
td.TdClassName
{
border-color: #46CFA4;
}
.TagClassName
{
border-color: #46CFA4;
}
</style>