Color Hex Logo

#464947 Color Hex

#464947
(70,73,71)
0 Favorites   0 Comments

Color spaces of #464947

RGB 707371
HSL0.390.020.28
HSV140°29°
CMYK 0.040.000.03   0.71
XYZ6.04576.52216.9015
Yxy6.52210.31050.3350
Hunter Lab25.5384-2.43591.8543
CIE-Lab30.6932-1.67360.7628

#464947 color RGB value is (70,73,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001001 01000111
Octal 106 111 107
Decimal 70 73 71
Hex 46 49 47

RGB Percentages of Color #464947

%32.71
%34.11
%33.18

CMYK Percentages of Color #464947

%4
%0
%3
%71

Triadic Colors of #464947

#464947 #474649 #494746

Analogous Colors of #464947

#464947 #464949 #474946

Monochromatic Colors of #464947

#464947

Complementary Color

#464947 #494648

#464947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464947 Color CSS Codes

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

#464947 Text Font Color

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

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


#464947 Background Color

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

This div background color is #464947


#464947 Border Color

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

This div border color is #464947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464947


Comments

No comments written yet.

Please login to write comment.