Shades of Plantation #46514B
Tints of Plantation #46514B
RGB
CMYK
RGB Variations
Color information
#46514B (or 0x46514B) is known color: Plantation. HEX triplet: 46, 51 and 4B. RGB value is (70,81,75). Sum of RGB (Red+Green+Blue) = 70+81+75=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 81 - color contains mainly: green. Hex color #46514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46514B is #B9AEB4. Grayscale: #4D4D4D. Windows color (decimal): -12168885 or 4936006. OLE color: 4936006.
HSL color Cylindrical-coordinate representation of color #46514B: hue angle of 147.27º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46514B is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 75 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.68 |
| HSL | 147.27º | 0.07% | 0.3% | - |
| HSV(B) | 147.27º | 0.14% | 0.32% | - |
| XYZ | 6.74 | 7.69 | 7.79 | - |
| YUV | 77.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 75 | 0.14 | 0 | 0.07 | 0.68 | 147.27 | 0.07 | 0.3 |
| Hex | 46 | 51 | 4B | E | 0 | 7 | 44 | 93 | 7 | 1E |
| Octal | 106 | 121 | 113 | 16 | 0 | 7 | 104 | 223 | 7 | 36 |
| Binary | 1000110 | 1010001 | 1001011 | 1110 | 0 | 111 | 1000100 | 10010011 | 111 | 11110 |
Color Harmonies of #46514B
Complementary color
Monochromatic Colors of #46514B
Black with #46514B
Text Example
Text Example
White with #46514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46514B; }
p { color: rgb(70,81,75); }
H1.HeaderClassName
{
color: #46514B;
}
.AnyTagClassName
{
color: #46514B;
}
</style>
background-color css
<style>
a { background-color: #46514B; }
a { background-color: rgb(70,81,75); }
div.DivClassName
{
background-color: #46514B;
}
.BgClassName
{
background-color: #46514B;
}
</style>
border-color css
<style>
span { border-color: #46514B; }
span { border-color: rgb(70,81,75); }
td.TdClassName
{
border-color: #46514B;
}
.TagClassName
{
border-color: #46514B;
}
</style>