#46765B

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

Shades of Como #46765B

Tints of Como #46765B

Color information

#46765B (or 0x46765B) is unknown color: approx Como. HEX triplet: 46, 76 and 5B. RGB value is (70,118,91). Sum of RGB (Red+Green+Blue) = 70+118+91=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #46765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46765B is #B989A4. Grayscale: #646464. Windows color (decimal): -12159397 or 5994054. OLE color: 5994054.

HSL color Cylindrical-coordinate representation of color #46765B: hue angle of 146.25º 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 #46765B is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB7011891-
CMYK0.4100.230.54
HSL146.25º25.53%36.86%-
HSV(B)146.25º40.68%46.27%-
XYZ10.8915.0112.22-
YUV100.57122.6106.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=25.09%
G=42.29%
B=32.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70118910.4100.230.54146.2525.5336.86
Hex46765B2901736921a25
Octal10616613351027662223245
Binary1000110111011010110111010010101111101101001001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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