Shades of Plantation #46544C
Tints of Plantation #46544C
RGB
CMYK
RGB Variations
Color information
#46544C (or 0x46544C) is known color: Plantation. HEX triplet: 46, 54 and 4C. RGB value is (70,84,76). Sum of RGB (Red+Green+Blue) = 70+84+76=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #46544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46544C is #B9ABB3. Grayscale: #4E4E4E. Windows color (decimal): -12168116 or 5002310. OLE color: 5002310.
HSL color Cylindrical-coordinate representation of color #46544C: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #46544C is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 84 | 76 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.67 |
| HSL | 145.71º | 0.09% | 0.3% | - |
| HSV(B) | 145.71º | 0.17% | 0.33% | - |
| XYZ | 7 | 8.16 | 8.04 | - |
| YUV | 78.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 76 | 0.17 | 0 | 0.10 | 0.67 | 145.71 | 0.09 | 0.3 |
| Hex | 46 | 54 | 4C | 11 | 0 | A | 43 | 92 | 9 | 1E |
| Octal | 106 | 124 | 114 | 21 | 0 | 12 | 103 | 222 | 11 | 36 |
| Binary | 1000110 | 1010100 | 1001100 | 10001 | 0 | 1010 | 1000011 | 10010010 | 1001 | 11110 |
Color Harmonies of #46544C
Complementary color
Monochromatic Colors of #46544C
Black with #46544C
Text Example
Text Example
White with #46544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46544C; }
p { color: rgb(70,84,76); }
H1.HeaderClassName
{
color: #46544C;
}
.AnyTagClassName
{
color: #46544C;
}
</style>
background-color css
<style>
a { background-color: #46544C; }
a { background-color: rgb(70,84,76); }
div.DivClassName
{
background-color: #46544C;
}
.BgClassName
{
background-color: #46544C;
}
</style>
border-color css
<style>
span { border-color: #46544C; }
span { border-color: rgb(70,84,76); }
td.TdClassName
{
border-color: #46544C;
}
.TagClassName
{
border-color: #46544C;
}
</style>