Color Hex Logo

#464349 Color Hex

#464349
(70,67,73)
0 Favorites   0 Comments

Color spaces of #464349

RGB 706773
HSL0.750.040.27
HSV270°29°
CMYK 0.040.080.00   0.71
XYZ5.73555.79747.1201
Yxy5.79740.30750.3108
Hunter Lab24.07780.3838-0.6783
CIE-Lab28.89552.6017-3.1700

#464349 color RGB value is (70,67,73).

#464349 hex color red value is 70, green value is 67 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #464349 hue: 0.75 , saturation: 0.04 and the lightness value of 464349 is 0.27.

The process color (four color CMYK) of #464349 color hex is 0.04, 0.08, 0.00, 0.71. Web safe color of #464349 is #333333. Color #464349 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000011 01001001
Octal 106 103 111
Decimal 70 67 73
Hex 46 43 49

RGB Percentages of Color #464349

%33.33
%31.90
%34.76

CMYK Percentages of Color #464349

%4
%8
%0
%71

Triadic Colors of #464349

#464349 #494643 #434946

Analogous Colors of #464349

#464349 #494349 #434349

Monochromatic Colors of #464349

#464349

Complementary Color

#464349 #464943

#464349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464349 Color CSS Codes

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

#464349 Text Font Color

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

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


#464349 Background Color

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

This div background color is #464349


#464349 Border Color

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

This div border color is #464349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464349

#464349 Color Palettes


Comments

No comments written yet.

Please login to write comment.