Shades of Cabbage Pont #4A563F
Tints of Cabbage Pont #4A563F
RGB
CMYK
RGB Variations
Color information
#4A563F (or 0x4A563F) is known color: Cabbage Pont. HEX triplet: 4A, 56 and 3F. RGB value is (74,86,63). Sum of RGB (Red+Green+Blue) = 74+86+63=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 86 - color contains mainly: green. Hex color #4A563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A563F is #B5A9C0. Grayscale: #4F4F4F. Windows color (decimal): -11905473 or 4150858. OLE color: 4150858.
HSL color Cylindrical-coordinate representation of color #4A563F: hue angle of 91.3º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A563F is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 86 | 63 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.66 |
| HSL | 91.3º | 0.15% | 0.29% | - |
| HSV(B) | 91.3º | 0.27% | 0.34% | - |
| XYZ | 7.05 | 8.47 | 5.97 | - |
| YUV | 79.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 63 | 0.14 | 0 | 0.27 | 0.66 | 91.3 | 0.15 | 0.29 |
| Hex | 4A | 56 | 3F | E | 0 | 1B | 42 | 5B | F | 1D |
| Octal | 112 | 126 | 77 | 16 | 0 | 33 | 102 | 133 | 17 | 35 |
| Binary | 1001010 | 1010110 | 111111 | 1110 | 0 | 11011 | 1000010 | 1011011 | 1111 | 11101 |
Color Harmonies of #4A563F
Complementary color
Monochromatic Colors of #4A563F
Black with #4A563F
Text Example
Text Example
White with #4A563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A563F; }
p { color: rgb(74,86,63); }
H1.HeaderClassName
{
color: #4A563F;
}
.AnyTagClassName
{
color: #4A563F;
}
</style>
background-color css
<style>
a { background-color: #4A563F; }
a { background-color: rgb(74,86,63); }
div.DivClassName
{
background-color: #4A563F;
}
.BgClassName
{
background-color: #4A563F;
}
</style>
border-color css
<style>
span { border-color: #4A563F; }
span { border-color: rgb(74,86,63); }
td.TdClassName
{
border-color: #4A563F;
}
.TagClassName
{
border-color: #4A563F;
}
</style>