#46765A

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

Shades of Como #46765A

Tints of Como #46765A

Color information

#46765A (or 0x46765A) is unknown color: approx Como. HEX triplet: 46, 76 and 5A. RGB value is (70,118,90). Sum of RGB (Red+Green+Blue) = 70+118+90=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #46765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46765A is #B989A5. Grayscale: #646464. Windows color (decimal): -12159398 or 5928518. OLE color: 5928518.

HSL color Cylindrical-coordinate representation of color #46765A: hue angle of 145º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46765A is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB7011890-
CMYK0.4100.240.54
HSL145º25.53%36.86%-
HSV(B)145º40.68%46.27%-
XYZ10.851512-
YUV100.46122.1106.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.18%
GREEN value IS 118 (46.48% from 255) = 42.45%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=25.18%
G=42.45%
B=32.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70118900.4100.240.5414525.5336.86
Hex46765A2901836911a25
Octal10616613251030662213245
Binary1000110111011010110101010010110001101101001000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46765A; }

 p { color: rgb(70,118,90); }

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

<style>
 a { background-color: #46765A; }

 a { background-color: rgb(70,118,90); }

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

<style>
 span { border-color: #46765A; }

 span { border-color: rgb(70,118,90); }

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