Shades of Fruit Salad #46B749
Tints of Fruit Salad #46B749
RGB
CMYK
RGB Variations
Color information
#46B749 (or 0x46B749) is known color: Fruit Salad. HEX triplet: 46, B7 and 49. RGB value is (70,183,73). Sum of RGB (Red+Green+Blue) = 70+183+73=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #46B749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B749 is #B948B6. Grayscale: #898989. Windows color (decimal): -12142775 or 4831046. OLE color: 4831046.
HSL color Cylindrical-coordinate representation of color #46B749: hue angle of 121.59º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B749 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 183 | 73 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.28 |
| HSL | 121.59º | 0.45% | 0.5% | - |
| HSV(B) | 121.59º | 0.62% | 0.72% | - |
| XYZ | 20.66 | 35.65 | 12.1 | - |
| YUV | 136.67 | 92.06 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 183 | 73 | 0.62 | 0 | 0.60 | 0.28 | 121.59 | 0.45 | 0.5 |
| Hex | 46 | B7 | 49 | 3E | 0 | 3C | 1C | 7A | 2D | 32 |
| Octal | 106 | 267 | 111 | 76 | 0 | 74 | 34 | 172 | 55 | 62 |
| Binary | 1000110 | 10110111 | 1001001 | 111110 | 0 | 111100 | 11100 | 1111010 | 101101 | 110010 |
Color Harmonies of #46B749
Complementary color
Monochromatic Colors of #46B749
Black with #46B749
Text Example
Text Example
White with #46B749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B749; }
p { color: rgb(70,183,73); }
H1.HeaderClassName
{
color: #46B749;
}
.AnyTagClassName
{
color: #46B749;
}
</style>
background-color css
<style>
a { background-color: #46B749; }
a { background-color: rgb(70,183,73); }
div.DivClassName
{
background-color: #46B749;
}
.BgClassName
{
background-color: #46B749;
}
</style>
border-color css
<style>
span { border-color: #46B749; }
span { border-color: rgb(70,183,73); }
td.TdClassName
{
border-color: #46B749;
}
.TagClassName
{
border-color: #46B749;
}
</style>