#46846C

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

Shades of Viridian #46846C

Tints of Viridian #46846C

Color information

#46846C (or 0x46846C) is unknown color: approx Viridian. HEX triplet: 46, 84 and 6C. RGB value is (70,132,108). Sum of RGB (Red+Green+Blue) = 70+132+108=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #46846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46846C is #B97B93. Grayscale: #6E6E6E. Windows color (decimal): -12155796 or 7111750. OLE color: 7111750.

HSL color Cylindrical-coordinate representation of color #46846C: hue angle of 156.77º 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 #46846C is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB70132108-
CMYK0.4700.180.48
HSL156.77º30.69%39.61%-
HSV(B)156.77º46.97%51.76%-
XYZ13.4818.8917.12-
YUV110.73126.4698.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 132 (51.95% from 255) = 42.58%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=22.58%
G=42.58%
B=34.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701321080.4700.180.48156.7730.6939.61
Hex46846C2F012309d1f28
Octal10620415457022602353750
Binary10001101000010011011001011110100101100001001110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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