Shades of Fruit Salad #46904D
Tints of Fruit Salad #46904D
RGB
CMYK
RGB Variations
Color information
#46904D (or 0x46904D) is known color: Fruit Salad. HEX triplet: 46, 90 and 4D. RGB value is (70,144,77). Sum of RGB (Red+Green+Blue) = 70+144+77=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #46904D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46904D is #B96FB2. Grayscale: #727272. Windows color (decimal): -12152755 or 5083206. OLE color: 5083206.
HSL color Cylindrical-coordinate representation of color #46904D: hue angle of 125.68º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46904D is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 144 | 77 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.44 |
| HSL | 125.68º | 0.35% | 0.42% | - |
| HSV(B) | 125.68º | 0.51% | 0.56% | - |
| XYZ | 13.84 | 21.78 | 10.5 | - |
| YUV | 114.24 | 106.98 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 144 | 77 | 0.51 | 0 | 0.47 | 0.44 | 125.68 | 0.35 | 0.42 |
| Hex | 46 | 90 | 4D | 33 | 0 | 2F | 2C | 7E | 23 | 2A |
| Octal | 106 | 220 | 115 | 63 | 0 | 57 | 54 | 176 | 43 | 52 |
| Binary | 1000110 | 10010000 | 1001101 | 110011 | 0 | 101111 | 101100 | 1111110 | 100011 | 101010 |
Color Harmonies of #46904D
Complementary color
Monochromatic Colors of #46904D
Black with #46904D
Text Example
Text Example
White with #46904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46904D; }
p { color: rgb(70,144,77); }
H1.HeaderClassName
{
color: #46904D;
}
.AnyTagClassName
{
color: #46904D;
}
</style>
background-color css
<style>
a { background-color: #46904D; }
a { background-color: rgb(70,144,77); }
div.DivClassName
{
background-color: #46904D;
}
.BgClassName
{
background-color: #46904D;
}
</style>
border-color css
<style>
span { border-color: #46904D; }
span { border-color: rgb(70,144,77); }
td.TdClassName
{
border-color: #46904D;
}
.TagClassName
{
border-color: #46904D;
}
</style>