Color Hex Logo

#464953 Color Hex

#464953
(70,73,83)
0 Favorites   0 Comments

Color spaces of #464953

RGB 707383
HSL0.630.080.30
HSV226°16°33°
CMYK 0.160.120.00   0.67
XYZ6.46976.69179.1343
Yxy6.69170.29020.3001
Hunter Lab25.8683-0.6265-2.8279
CIE-Lab31.09451.1577-6.3551

#464953 color RGB value is (70,73,83).

#464953 hex color red value is 70, green value is 73 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #464953 hue: 0.63 , saturation: 0.08 and the lightness value of 464953 is 0.30.

The process color (four color CMYK) of #464953 color hex is 0.16, 0.12, 0.00, 0.67. Web safe color of #464953 is #333366. Color #464953 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001001 01010011
Octal 106 111 123
Decimal 70 73 83
Hex 46 49 53

RGB Percentages of Color #464953

%30.97
%32.30
%36.73

CMYK Percentages of Color #464953

%16
%12
%0
%67

Triadic Colors of #464953

#464953 #534649 #495346

Analogous Colors of #464953

#464953 #4a4653 #465053

Monochromatic Colors of #464953

#464953

Complementary Color

#464953 #535046

#464953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464953 Color CSS Codes

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

#464953 Text Font Color

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

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


#464953 Background Color

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

This div background color is #464953


#464953 Border Color

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

This div border color is #464953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464953


Comments

No comments written yet.

Please login to write comment.