Shades of Viridian #4A846B
Tints of Viridian #4A846B
RGB
CMYK
RGB Variations
Color information
#4A846B (or 0x4A846B) is known color: Viridian. HEX triplet: 4A, 84 and 6B. RGB value is (74,132,107). Sum of RGB (Red+Green+Blue) = 74+132+107=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #4A846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A846B is #B57B94. Grayscale: #6F6F6F. Windows color (decimal): -11893653 or 7046218. OLE color: 7046218.
HSL color Cylindrical-coordinate representation of color #4A846B: hue angle of 154.14º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A846B is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 107 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.48 |
| HSL | 154.14º | 0.28% | 0.4% | - |
| HSV(B) | 154.14º | 0.44% | 0.52% | - |
| XYZ | 13.73 | 19.02 | 16.86 | - |
| YUV | 111.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 107 | 0.44 | 0 | 0.19 | 0.48 | 154.14 | 0.28 | 0.4 |
| Hex | 4A | 84 | 6B | 2C | 0 | 13 | 30 | 9A | 1C | 28 |
| Octal | 112 | 204 | 153 | 54 | 0 | 23 | 60 | 232 | 34 | 50 |
| Binary | 1001010 | 10000100 | 1101011 | 101100 | 0 | 10011 | 110000 | 10011010 | 11100 | 101000 |
Color Harmonies of #4A846B
Complementary color
Monochromatic Colors of #4A846B
Black with #4A846B
Text Example
Text Example
White with #4A846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A846B; }
p { color: rgb(74,132,107); }
H1.HeaderClassName
{
color: #4A846B;
}
.AnyTagClassName
{
color: #4A846B;
}
</style>
background-color css
<style>
a { background-color: #4A846B; }
a { background-color: rgb(74,132,107); }
div.DivClassName
{
background-color: #4A846B;
}
.BgClassName
{
background-color: #4A846B;
}
</style>
border-color css
<style>
span { border-color: #4A846B; }
span { border-color: rgb(74,132,107); }
td.TdClassName
{
border-color: #4A846B;
}
.TagClassName
{
border-color: #4A846B;
}
</style>