#46785E

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

Shades of Como #46785E

Tints of Como #46785E

Color information

#46785E (or 0x46785E) is unknown color: approx Como. HEX triplet: 46, 78 and 5E. RGB value is (70,120,94). Sum of RGB (Red+Green+Blue) = 70+120+94=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #46785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46785E is #B987A1. Grayscale: #666666. Windows color (decimal): -12158882 or 6191174. OLE color: 6191174.

HSL color Cylindrical-coordinate representation of color #46785E: hue angle of 148.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46785E is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB7012094-
CMYK0.4200.220.53
HSL148.8º26.32%37.25%-
HSV(B)148.8º41.67%47.06%-
XYZ11.2615.5413-
YUV102.09123.44105.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=24.65%
G=42.25%
B=33.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70120940.4200.220.53148.826.3237.25
Hex46785E2A01635951a25
Octal10617013652026652253245
Binary1000110111100010111101010100101101101011001010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,120,94); }

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

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

 a { background-color: rgb(70,120,94); }

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

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

 span { border-color: rgb(70,120,94); }

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