Shades of Viridian #4A846C
Tints of Viridian #4A846C
RGB
CMYK
RGB Variations
Color information
#4A846C (or 0x4A846C) is known color: Viridian. HEX triplet: 4A, 84 and 6C. RGB value is (74,132,108). Sum of RGB (Red+Green+Blue) = 74+132+108=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #4A846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A846C is #B57B93. Grayscale: #6F6F6F. Windows color (decimal): -11893652 or 7111754. OLE color: 7111754.
HSL color Cylindrical-coordinate representation of color #4A846C: hue angle of 155.17º 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 #4A846C is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 108 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.48 |
| HSL | 155.17º | 0.28% | 0.4% | - |
| HSV(B) | 155.17º | 0.44% | 0.52% | - |
| XYZ | 13.78 | 19.04 | 17.14 | - |
| YUV | 111.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 108 | 0.44 | 0 | 0.18 | 0.48 | 155.17 | 0.28 | 0.4 |
| Hex | 4A | 84 | 6C | 2C | 0 | 12 | 30 | 9B | 1C | 28 |
| Octal | 112 | 204 | 154 | 54 | 0 | 22 | 60 | 233 | 34 | 50 |
| Binary | 1001010 | 10000100 | 1101100 | 101100 | 0 | 10010 | 110000 | 10011011 | 11100 | 101000 |
Color Harmonies of #4A846C
Complementary color
Monochromatic Colors of #4A846C
Black with #4A846C
Text Example
Text Example
White with #4A846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A846C; }
p { color: rgb(74,132,108); }
H1.HeaderClassName
{
color: #4A846C;
}
.AnyTagClassName
{
color: #4A846C;
}
</style>
background-color css
<style>
a { background-color: #4A846C; }
a { background-color: rgb(74,132,108); }
div.DivClassName
{
background-color: #4A846C;
}
.BgClassName
{
background-color: #4A846C;
}
</style>
border-color css
<style>
span { border-color: #4A846C; }
span { border-color: rgb(74,132,108); }
td.TdClassName
{
border-color: #4A846C;
}
.TagClassName
{
border-color: #4A846C;
}
</style>