Shades of Plantation #424B46
Tints of Plantation #424B46
RGB
CMYK
RGB Variations
Color information
#424B46 (or 0x424B46) is known color: Plantation. HEX triplet: 42, 4B and 46. RGB value is (66,75,70). Sum of RGB (Red+Green+Blue) = 66+75+70=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 75 - color contains mainly: green. Hex color #424B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B46 is #BDB4B9. Grayscale: #474747. Windows color (decimal): -12432570 or 4606786. OLE color: 4606786.
HSL color Cylindrical-coordinate representation of color #424B46: hue angle of 146.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #424B46 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 75 | 70 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.71 |
| HSL | 146.67º | 0.06% | 0.28% | - |
| HSV(B) | 146.67º | 0.12% | 0.29% | - |
| XYZ | 5.87 | 6.63 | 6.77 | - |
| YUV | 71.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 70 | 0.12 | 0 | 0.07 | 0.71 | 146.67 | 0.06 | 0.28 |
| Hex | 42 | 4B | 46 | C | 0 | 7 | 47 | 93 | 6 | 1C |
| Octal | 102 | 113 | 106 | 14 | 0 | 7 | 107 | 223 | 6 | 34 |
| Binary | 1000010 | 1001011 | 1000110 | 1100 | 0 | 111 | 1000111 | 10010011 | 110 | 11100 |
Color Harmonies of #424B46
Complementary color
Monochromatic Colors of #424B46
Black with #424B46
Text Example
Text Example
White with #424B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B46; }
p { color: rgb(66,75,70); }
H1.HeaderClassName
{
color: #424B46;
}
.AnyTagClassName
{
color: #424B46;
}
</style>
background-color css
<style>
a { background-color: #424B46; }
a { background-color: rgb(66,75,70); }
div.DivClassName
{
background-color: #424B46;
}
.BgClassName
{
background-color: #424B46;
}
</style>
border-color css
<style>
span { border-color: #424B46; }
span { border-color: rgb(66,75,70); }
td.TdClassName
{
border-color: #424B46;
}
.TagClassName
{
border-color: #424B46;
}
</style>