Shades of Fruit Salad #4BA447
Tints of Fruit Salad #4BA447
RGB
CMYK
RGB Variations
Color information
#4BA447 (or 0x4BA447) is known color: Fruit Salad. HEX triplet: 4B, A4 and 47. RGB value is (75,164,71). Sum of RGB (Red+Green+Blue) = 75+164+71=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA447 is #B45BB8. Grayscale: #7F7F7F. Windows color (decimal): -11819961 or 4695115. OLE color: 4695115.
HSL color Cylindrical-coordinate representation of color #4BA447: hue angle of 117.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BA447 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 71 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.36 |
| HSL | 117.42º | 0.4% | 0.46% | - |
| HSV(B) | 117.42º | 0.57% | 0.64% | - |
| XYZ | 17.31 | 28.5 | 10.55 | - |
| YUV | 126.79 | 96.51 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 71 | 0.54 | 0 | 0.57 | 0.36 | 117.42 | 0.4 | 0.46 |
| Hex | 4B | A4 | 47 | 36 | 0 | 39 | 24 | 75 | 28 | 2E |
| Octal | 113 | 244 | 107 | 66 | 0 | 71 | 44 | 165 | 50 | 56 |
| Binary | 1001011 | 10100100 | 1000111 | 110110 | 0 | 111001 | 100100 | 1110101 | 101000 | 101110 |
Color Harmonies of #4BA447
Complementary color
Monochromatic Colors of #4BA447
Black with #4BA447
Text Example
Text Example
White with #4BA447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA447; }
p { color: rgb(75,164,71); }
H1.HeaderClassName
{
color: #4BA447;
}
.AnyTagClassName
{
color: #4BA447;
}
</style>
background-color css
<style>
a { background-color: #4BA447; }
a { background-color: rgb(75,164,71); }
div.DivClassName
{
background-color: #4BA447;
}
.BgClassName
{
background-color: #4BA447;
}
</style>
border-color css
<style>
span { border-color: #4BA447; }
span { border-color: rgb(75,164,71); }
td.TdClassName
{
border-color: #4BA447;
}
.TagClassName
{
border-color: #4BA447;
}
</style>