Shades of Fruit Salad #4BB446
Tints of Fruit Salad #4BB446
RGB
CMYK
RGB Variations
Color information
#4BB446 (or 0x4BB446) is known color: Fruit Salad. HEX triplet: 4B, B4 and 46. RGB value is (75,180,70). Sum of RGB (Red+Green+Blue) = 75+180+70=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BB446 is #B44BB9. Grayscale: #888888. Windows color (decimal): -11815866 or 4633675. OLE color: 4633675.
HSL color Cylindrical-coordinate representation of color #4BB446: hue angle of 117.27º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BB446 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 180 | 70 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.29 |
| HSL | 117.27º | 0.44% | 0.49% | - |
| HSV(B) | 117.27º | 0.61% | 0.71% | - |
| XYZ | 20.33 | 34.58 | 11.4 | - |
| YUV | 136.07 | 90.71 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 180 | 70 | 0.58 | 0 | 0.61 | 0.29 | 117.27 | 0.44 | 0.49 |
| Hex | 4B | B4 | 46 | 3A | 0 | 3D | 1D | 75 | 2C | 31 |
| Octal | 113 | 264 | 106 | 72 | 0 | 75 | 35 | 165 | 54 | 61 |
| Binary | 1001011 | 10110100 | 1000110 | 111010 | 0 | 111101 | 11101 | 1110101 | 101100 | 110001 |
Color Harmonies of #4BB446
Complementary color
Monochromatic Colors of #4BB446
Black with #4BB446
Text Example
Text Example
White with #4BB446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB446; }
p { color: rgb(75,180,70); }
H1.HeaderClassName
{
color: #4BB446;
}
.AnyTagClassName
{
color: #4BB446;
}
</style>
background-color css
<style>
a { background-color: #4BB446; }
a { background-color: rgb(75,180,70); }
div.DivClassName
{
background-color: #4BB446;
}
.BgClassName
{
background-color: #4BB446;
}
</style>
border-color css
<style>
span { border-color: #4BB446; }
span { border-color: rgb(75,180,70); }
td.TdClassName
{
border-color: #4BB446;
}
.TagClassName
{
border-color: #4BB446;
}
</style>