Color Hex Logo

#46493e Color Hex

#46493E
(70,73,62)
0 Favorites   0 Comments

Color spaces of #46493e

RGB 707362
HSL0.210.080.26
HSV76°15°29°
CMYK 0.040.000.15   0.71
XYZ5.77786.41505.4911
Yxy6.41500.32670.3628
Hunter Lab25.3279-3.60424.8754
CIE-Lab30.4362-3.55866.1706

#46493e color RGB value is (70,73,62).

#46493e hex color red value is 70, green value is 73 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #46493e hue: 0.21 , saturation: 0.08 and the lightness value of 46493e is 0.26.

The process color (four color CMYK) of #46493e color hex is 0.04, 0.00, 0.15, 0.71. Web safe color of #46493e is #333333. Color #46493e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001001 00111110
Octal 106 111 76
Decimal 70 73 62
Hex 46 49 3E

RGB Percentages of Color #46493e

%34.15
%35.61
%30.24

CMYK Percentages of Color #46493e

%4
%0
%15
%71

Triadic Colors of #46493e

#46493e #3e4649 #493e46

Analogous Colors of #46493e

#46493e #41493e #49473e

Monochromatic Colors of #46493e

#46493e

Complementary Color

#46493e #413e49

#46493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46493e Color CSS Codes

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

#46493e Text Font Color

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

This sample text font color is #46493e
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.


#46493e Background Color

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

This div background color is #46493e


#46493e Border Color

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

This div border color is #46493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46493e


Comments

No comments written yet.

Please login to write comment.