#46755B

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

Shades of Como #46755B

Tints of Como #46755B

Color information

#46755B (or 0x46755B) is unknown color: approx Como. HEX triplet: 46, 75 and 5B. RGB value is (70,117,91). Sum of RGB (Red+Green+Blue) = 70+117+91=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #46755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46755B is #B98AA4. Grayscale: #646464. Windows color (decimal): -12159653 or 5993798. OLE color: 5993798.

HSL color Cylindrical-coordinate representation of color #46755B: hue angle of 146.81º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46755B is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB7011791-
CMYK0.4000.220.54
HSL146.81º25.13%36.67%-
HSV(B)146.81º40.17%45.88%-
XYZ10.7814.7812.18-
YUV99.98122.93106.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.18%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=25.18%
G=42.09%
B=32.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70117910.4000.220.54146.8125.1336.67
Hex46755B2801636931925
Octal10616513350026662233145
Binary1000110111010110110111010000101101101101001001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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