Color Hex Logo

#464746 Color Hex

#464746
(70,71,70)
0 Favorites   0 Comments

Color spaces of #464746

RGB 707170
HSL0.330.010.28
HSV120°28°
CMYK 0.010.000.01   0.72
XYZ5.88456.25086.6907
Yxy6.25080.31260.3320
Hunter Lab25.0016-1.74021.6345
CIE-Lab30.0366-0.63320.4510

#464746 color RGB value is (70,71,70).

#464746 hex color red value is 70, green value is 71 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #464746 hue: 0.33 , saturation: 0.01 and the lightness value of 464746 is 0.28.

The process color (four color CMYK) of #464746 color hex is 0.01, 0.00, 0.01, 0.72. Web safe color of #464746 is #333333. Color #464746 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000111 01000110
Octal 106 107 106
Decimal 70 71 70
Hex 46 47 46

RGB Percentages of Color #464746

%33.18
%33.65
%33.18

CMYK Percentages of Color #464746

%1
%0
%1
%72

Triadic Colors of #464746

#464746 #464647 #474646

Analogous Colors of #464746

#464746 #464747 #474746

Monochromatic Colors of #464746

#464746

Complementary Color

#464746 #474647

#464746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464746 Color CSS Codes

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

#464746 Text Font Color

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

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


#464746 Background Color

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

This div background color is #464746


#464746 Border Color

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

This div border color is #464746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464746


Comments

No comments written yet.

Please login to write comment.