#46846D

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

Shades of Viridian #46846D

Tints of Viridian #46846D

Color information

#46846D (or 0x46846D) is unknown color: approx Viridian. HEX triplet: 46, 84 and 6D. RGB value is (70,132,109). Sum of RGB (Red+Green+Blue) = 70+132+109=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #46846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46846D is #B97B92. Grayscale: #6E6E6E. Windows color (decimal): -12155795 or 7177286. OLE color: 7177286.

HSL color Cylindrical-coordinate representation of color #46846D: hue angle of 157.74º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46846D is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB70132109-
CMYK0.4700.170.48
HSL157.74º30.69%39.61%-
HSV(B)157.74º46.97%51.76%-
XYZ13.5418.9117.4-
YUV110.84126.9698.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=22.51%
G=42.44%
B=35.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701321090.4700.170.48157.7430.6939.61
Hex46846D2F011309e1f28
Octal10620415557021602363750
Binary10001101000010011011011011110100011100001001111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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