Shades of Viridian #4B846B
Tints of Viridian #4B846B
RGB
CMYK
RGB Variations
Color information
#4B846B (or 0x4B846B) is known color: Viridian. HEX triplet: 4B, 84 and 6B. RGB value is (75,132,107). Sum of RGB (Red+Green+Blue) = 75+132+107=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #4B846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B846B is #B47B94. Grayscale: #707070. Windows color (decimal): -11828117 or 7046219. OLE color: 7046219.
HSL color Cylindrical-coordinate representation of color #4B846B: hue angle of 153.68º 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 #4B846B is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 132 | 107 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.48 |
| HSL | 153.68º | 0.28% | 0.41% | - |
| HSV(B) | 153.68º | 0.43% | 0.52% | - |
| XYZ | 13.81 | 19.06 | 16.86 | - |
| YUV | 112.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 132 | 107 | 0.43 | 0 | 0.19 | 0.48 | 153.68 | 0.28 | 0.41 |
| Hex | 4B | 84 | 6B | 2B | 0 | 13 | 30 | 9A | 1C | 29 |
| Octal | 113 | 204 | 153 | 53 | 0 | 23 | 60 | 232 | 34 | 51 |
| Binary | 1001011 | 10000100 | 1101011 | 101011 | 0 | 10011 | 110000 | 10011010 | 11100 | 101001 |
Color Harmonies of #4B846B
Complementary color
Monochromatic Colors of #4B846B
Black with #4B846B
Text Example
Text Example
White with #4B846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B846B; }
p { color: rgb(75,132,107); }
H1.HeaderClassName
{
color: #4B846B;
}
.AnyTagClassName
{
color: #4B846B;
}
</style>
background-color css
<style>
a { background-color: #4B846B; }
a { background-color: rgb(75,132,107); }
div.DivClassName
{
background-color: #4B846B;
}
.BgClassName
{
background-color: #4B846B;
}
</style>
border-color css
<style>
span { border-color: #4B846B; }
span { border-color: rgb(75,132,107); }
td.TdClassName
{
border-color: #4B846B;
}
.TagClassName
{
border-color: #4B846B;
}
</style>