Shades of Dark Green Copper #46746B
Tints of Dark Green Copper #46746B
RGB
CMYK
RGB Variations
Color information
#46746B (or 0x46746B) is known color: Dark Green Copper. HEX triplet: 46, 74 and 6B. RGB value is (70,116,107). Sum of RGB (Red+Green+Blue) = 70+116+107=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #46746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46746B is #B98B94. Grayscale: #656565. Windows color (decimal): -12159893 or 7042118. OLE color: 7042118.
HSL color Cylindrical-coordinate representation of color #46746B: hue angle of 168.26º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46746B is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 107 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.55 |
| HSL | 168.26º | 0.25% | 0.36% | - |
| HSV(B) | 168.26º | 0.4% | 0.45% | - |
| XYZ | 11.43 | 14.85 | 16.17 | - |
| YUV | 101.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 107 | 0.40 | 0 | 0.08 | 0.55 | 168.26 | 0.25 | 0.36 |
| Hex | 46 | 74 | 6B | 28 | 0 | 8 | 37 | A8 | 19 | 24 |
| Octal | 106 | 164 | 153 | 50 | 0 | 10 | 67 | 250 | 31 | 44 |
| Binary | 1000110 | 1110100 | 1101011 | 101000 | 0 | 1000 | 110111 | 10101000 | 11001 | 100100 |
Color Harmonies of #46746B
Complementary color
Monochromatic Colors of #46746B
Black with #46746B
Text Example
Text Example
White with #46746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46746B; }
p { color: rgb(70,116,107); }
H1.HeaderClassName
{
color: #46746B;
}
.AnyTagClassName
{
color: #46746B;
}
</style>
background-color css
<style>
a { background-color: #46746B; }
a { background-color: rgb(70,116,107); }
div.DivClassName
{
background-color: #46746B;
}
.BgClassName
{
background-color: #46746B;
}
</style>
border-color css
<style>
span { border-color: #46746B; }
span { border-color: rgb(70,116,107); }
td.TdClassName
{
border-color: #46746B;
}
.TagClassName
{
border-color: #46746B;
}
</style>