Color Hex Logo

#46595e Color Hex

#46595E
(70,89,94)
0 Favorites   0 Comments

Color spaces of #46595e

RGB 708994
HSL0.530.150.32
HSV193°26°37°
CMYK 0.260.050.00   0.63
XYZ8.11859.255011.9482
Yxy9.25500.27690.3156
Hunter Lab30.4220-5.6036-1.9906
CIE-Lab36.4707-5.9675-5.2845

#46595e color RGB value is (70,89,94).

#46595e hex color red value is 70, green value is 89 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #46595e hue: 0.53 , saturation: 0.15 and the lightness value of 46595e is 0.32.

The process color (four color CMYK) of #46595e color hex is 0.26, 0.05, 0.00, 0.63. Web safe color of #46595e is #336666. Color #46595e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011001 01011110
Octal 106 131 136
Decimal 70 89 94
Hex 46 59 5E

RGB Percentages of Color #46595e

%27.67
%35.18
%37.15

CMYK Percentages of Color #46595e

%26
%5
%0
%63

Triadic Colors of #46595e

#46595e #5e4659 #595e46

Analogous Colors of #46595e

#46595e #464d5e #465e57

Monochromatic Colors of #46595e

#46595e

Complementary Color

#46595e #5e4b46

#46595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46595e Color CSS Codes

.mybgcolor {background-color:#46595e; } 
.myforecolor {color:#46595e; }
.mybordercolor {border:3px solid #46595e; }

#46595e Text Font Color

<p style="color:#46595e">Text here</p>

This sample text font color is #46595e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#46595e Background Color

<div style="background-color:#46595e">
Div content here</div>

This div background color is #46595e


#46595e Border Color

<div style="border:3px solid #46595e">
Div here</div>

This div border color is #46595e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,89,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46595e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46595e;
  -webkit-box-shadow: 1px 1px 3px 2px #46595e;
  box-shadow:         1px 1px 3px 2px #46595e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,89,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #46595e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #46595e;
  -webkit-box-shadow: 1px 1px 3px 2px #46595e;
  box-shadow:         1px 1px 3px 2px #46595e;">
Div content here</div>

This div box has shadow with color #46595e


Comments

No comments written yet.

Please login to write comment.