Color Hex Logo

#46815e Color Hex

#46815E
(70,129,94)
0 Favorites   0 Comments

Color spaces of #46815e

RGB 7012994
HSL0.400.300.39
HSV144°46°51°
CMYK 0.460.000.27   0.49
XYZ12.396417.810813.3741
Yxy17.81080.28440.4087
Hunter Lab42.2028-21.423510.7530
CIE-Lab49.2658-27.753313.1093

#46815e color RGB value is (70,129,94).

#46815e hex color red value is 70, green value is 129 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #46815e hue: 0.40 , saturation: 0.30 and the lightness value of 46815e is 0.39.

The process color (four color CMYK) of #46815e color hex is 0.46, 0.00, 0.27, 0.49. Web safe color of #46815e is #339966. Color #46815e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000001 01011110
Octal 106 201 136
Decimal 70 129 94
Hex 46 81 5E

RGB Percentages of Color #46815e

%23.89
%44.03
%32.08

CMYK Percentages of Color #46815e

%46
%0
%27
%49

Triadic Colors of #46815e

#46815e #5e4681 #815e46

Analogous Colors of #46815e

#46815e #46817c #4c8146

Monochromatic Colors of #46815e

#46815e

Complementary Color

#46815e #814669

#46815e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46815e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46815e Color CSS Codes

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

#46815e Text Font Color

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

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


#46815e Background Color

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

This div background color is #46815e


#46815e Border Color

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

This div border color is #46815e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,129,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 #46815e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46815e


Comments

No comments written yet.

Please login to write comment.