#46826D

Color #46826D Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #46826D

Tints of Viridian #46826D

Color information

#46826D (or 0x46826D) is unknown color: approx Viridian. HEX triplet: 46, 82 and 6D. RGB value is (70,130,109). Sum of RGB (Red+Green+Blue) = 70+130+109=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #46826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46826D is #B97D92. Grayscale: #6D6D6D. Windows color (decimal): -12156307 or 7176774. OLE color: 7176774.

HSL color Cylindrical-coordinate representation of color #46826D: hue angle of 159º 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 #46826D is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB70130109-
CMYK0.4600.160.49
HSL159º30%39.22%-
HSV(B)159º46.15%50.98%-
XYZ13.2718.3717.31-
YUV109.67127.6299.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 109 (42.97% from 255) = 35.28%
R=22.65%
G=42.07%
B=35.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701301090.4600.160.491593039.22
Hex46826D2E010319f1e27
Octal10620215556020612373647
Binary10001101000001011011011011100100001100011001111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46826D; }

 p { color: rgb(70,130,109); }

 H1.HeaderClassName
 {
   color: #46826D;
 }
 .AnyTagClassName
 {
   color: #46826D;
 }
</style>
background-color css

<style>
 a { background-color: #46826D; }

 a { background-color: rgb(70,130,109); }

 div.DivClassName
 {
   background-color: #46826D;
 }
 .BgClassName
 {
   background-color: #46826D;
 }
</style>
border-color css

<style>
 span { border-color: #46826D; }

 span { border-color: rgb(70,130,109); }

 td.TdClassName
 {
   border-color: #46826D;
 }
 .TagClassName
 {
   border-color: #46826D;
 }
</style>