Shades of Viridian #46826B
Tints of Viridian #46826B
RGB
CMYK
RGB Variations
Color information
#46826B (or 0x46826B) is known color: Viridian. HEX triplet: 46, 82 and 6B. RGB value is (70,130,107). Sum of RGB (Red+Green+Blue) = 70+130+107=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #46826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46826B is #B97D94. Grayscale: #6D6D6D. Windows color (decimal): -12156309 or 7045702. OLE color: 7045702.
HSL color Cylindrical-coordinate representation of color #46826B: hue angle of 157º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46826B is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 107 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.49 |
| HSL | 157º | 0.3% | 0.39% | - |
| HSV(B) | 157º | 0.46% | 0.51% | - |
| XYZ | 13.16 | 18.33 | 16.75 | - |
| YUV | 109.44 | 126.62 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 107 | 0.46 | 0 | 0.18 | 0.49 | 157 | 0.3 | 0.39 |
| Hex | 46 | 82 | 6B | 2E | 0 | 12 | 31 | 9D | 1E | 27 |
| Octal | 106 | 202 | 153 | 56 | 0 | 22 | 61 | 235 | 36 | 47 |
| Binary | 1000110 | 10000010 | 1101011 | 101110 | 0 | 10010 | 110001 | 10011101 | 11110 | 100111 |
Color Harmonies of #46826B
Complementary color
Monochromatic Colors of #46826B
Black with #46826B
Text Example
Text Example
White with #46826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46826B; }
p { color: rgb(70,130,107); }
H1.HeaderClassName
{
color: #46826B;
}
.AnyTagClassName
{
color: #46826B;
}
</style>
background-color css
<style>
a { background-color: #46826B; }
a { background-color: rgb(70,130,107); }
div.DivClassName
{
background-color: #46826B;
}
.BgClassName
{
background-color: #46826B;
}
</style>
border-color css
<style>
span { border-color: #46826B; }
span { border-color: rgb(70,130,107); }
td.TdClassName
{
border-color: #46826B;
}
.TagClassName
{
border-color: #46826B;
}
</style>