Shades of Viridian #4B846D
Tints of Viridian #4B846D
RGB
CMYK
RGB Variations
Color information
#4B846D (or 0x4B846D) is known color: Viridian. HEX triplet: 4B, 84 and 6D. RGB value is (75,132,109). Sum of RGB (Red+Green+Blue) = 75+132+109=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #4B846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B846D is #B47B92. Grayscale: #707070. Windows color (decimal): -11828115 or 7177291. OLE color: 7177291.
HSL color Cylindrical-coordinate representation of color #4B846D: hue angle of 155.79º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B846D is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 132 | 109 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.48 |
| HSL | 155.79º | 0.28% | 0.41% | - |
| HSV(B) | 155.79º | 0.43% | 0.52% | - |
| XYZ | 13.91 | 19.1 | 17.42 | - |
| YUV | 112.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 132 | 109 | 0.43 | 0 | 0.17 | 0.48 | 155.79 | 0.28 | 0.41 |
| Hex | 4B | 84 | 6D | 2B | 0 | 11 | 30 | 9C | 1C | 29 |
| Octal | 113 | 204 | 155 | 53 | 0 | 21 | 60 | 234 | 34 | 51 |
| Binary | 1001011 | 10000100 | 1101101 | 101011 | 0 | 10001 | 110000 | 10011100 | 11100 | 101001 |
Color Harmonies of #4B846D
Complementary color
Monochromatic Colors of #4B846D
Black with #4B846D
Text Example
Text Example
White with #4B846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B846D; }
p { color: rgb(75,132,109); }
H1.HeaderClassName
{
color: #4B846D;
}
.AnyTagClassName
{
color: #4B846D;
}
</style>
background-color css
<style>
a { background-color: #4B846D; }
a { background-color: rgb(75,132,109); }
div.DivClassName
{
background-color: #4B846D;
}
.BgClassName
{
background-color: #4B846D;
}
</style>
border-color css
<style>
span { border-color: #4B846D; }
span { border-color: rgb(75,132,109); }
td.TdClassName
{
border-color: #4B846D;
}
.TagClassName
{
border-color: #4B846D;
}
</style>