#46826E

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

Shades of Viridian #46826E

Tints of Viridian #46826E

Color information

#46826E (or 0x46826E) is unknown color: approx Viridian. HEX triplet: 46, 82 and 6E. RGB value is (70,130,110). Sum of RGB (Red+Green+Blue) = 70+130+110=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #46826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46826E is #B97D91. Grayscale: #6D6D6D. Windows color (decimal): -12156306 or 7242310. OLE color: 7242310.

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

Color convert

RGB70130110-
CMYK0.4600.150.49
HSL160º30%39.22%-
HSV(B)160º46.15%50.98%-
XYZ13.3218.3917.6-
YUV109.78128.1299.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=22.58%
G=41.94%
B=35.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701301100.4600.150.491603039.22
Hex46826E2E0F31a01e27
Octal10620215656017612403647
Binary1000110100000101101110101110011111100011010000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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