Shades of Plantation #46504B
Tints of Plantation #46504B
RGB
CMYK
RGB Variations
Color information
#46504B (or 0x46504B) is known color: Plantation. HEX triplet: 46, 50 and 4B. RGB value is (70,80,75). Sum of RGB (Red+Green+Blue) = 70+80+75=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 80 - color contains mainly: green. Hex color #46504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46504B is #B9AFB4. Grayscale: #4C4C4C. Windows color (decimal): -12169141 or 4935750. OLE color: 4935750.
HSL color Cylindrical-coordinate representation of color #46504B: hue angle of 150º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #46504B is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 75 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.69 |
| HSL | 150º | 0.07% | 0.29% | - |
| HSV(B) | 150º | 0.13% | 0.31% | - |
| XYZ | 6.66 | 7.55 | 7.76 | - |
| YUV | 76.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 75 | 0.12 | 0 | 0.06 | 0.69 | 150 | 0.07 | 0.29 |
| Hex | 46 | 50 | 4B | C | 0 | 6 | 45 | 96 | 7 | 1D |
| Octal | 106 | 120 | 113 | 14 | 0 | 6 | 105 | 226 | 7 | 35 |
| Binary | 1000110 | 1010000 | 1001011 | 1100 | 0 | 110 | 1000101 | 10010110 | 111 | 11101 |
Color Harmonies of #46504B
Complementary color
Monochromatic Colors of #46504B
Black with #46504B
Text Example
Text Example
White with #46504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46504B; }
p { color: rgb(70,80,75); }
H1.HeaderClassName
{
color: #46504B;
}
.AnyTagClassName
{
color: #46504B;
}
</style>
background-color css
<style>
a { background-color: #46504B; }
a { background-color: rgb(70,80,75); }
div.DivClassName
{
background-color: #46504B;
}
.BgClassName
{
background-color: #46504B;
}
</style>
border-color css
<style>
span { border-color: #46504B; }
span { border-color: rgb(70,80,75); }
td.TdClassName
{
border-color: #46504B;
}
.TagClassName
{
border-color: #46504B;
}
</style>