Shades of Viridian #4A846D
Tints of Viridian #4A846D
RGB
CMYK
RGB Variations
Color information
#4A846D (or 0x4A846D) is known color: Viridian. HEX triplet: 4A, 84 and 6D. RGB value is (74,132,109). Sum of RGB (Red+Green+Blue) = 74+132+109=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #4A846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A846D is #B57B92. Grayscale: #707070. Windows color (decimal): -11893651 or 7177290. OLE color: 7177290.
HSL color Cylindrical-coordinate representation of color #4A846D: hue angle of 156.21º 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 #4A846D is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 109 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.48 |
| HSL | 156.21º | 0.28% | 0.4% | - |
| HSV(B) | 156.21º | 0.44% | 0.52% | - |
| XYZ | 13.84 | 19.06 | 17.42 | - |
| YUV | 112.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 109 | 0.44 | 0 | 0.17 | 0.48 | 156.21 | 0.28 | 0.4 |
| Hex | 4A | 84 | 6D | 2C | 0 | 11 | 30 | 9C | 1C | 28 |
| Octal | 112 | 204 | 155 | 54 | 0 | 21 | 60 | 234 | 34 | 50 |
| Binary | 1001010 | 10000100 | 1101101 | 101100 | 0 | 10001 | 110000 | 10011100 | 11100 | 101000 |
Color Harmonies of #4A846D
Complementary color
Monochromatic Colors of #4A846D
Black with #4A846D
Text Example
Text Example
White with #4A846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A846D; }
p { color: rgb(74,132,109); }
H1.HeaderClassName
{
color: #4A846D;
}
.AnyTagClassName
{
color: #4A846D;
}
</style>
background-color css
<style>
a { background-color: #4A846D; }
a { background-color: rgb(74,132,109); }
div.DivClassName
{
background-color: #4A846D;
}
.BgClassName
{
background-color: #4A846D;
}
</style>
border-color css
<style>
span { border-color: #4A846D; }
span { border-color: rgb(74,132,109); }
td.TdClassName
{
border-color: #4A846D;
}
.TagClassName
{
border-color: #4A846D;
}
</style>