Color Hex Logo

#464960 Color Hex

#464960
(70,73,96)
0 Favorites   0 Comments

Color spaces of #464960

RGB 707396
HSL0.650.160.33
HSV233°27°38°
CMYK 0.270.240.00   0.62
XYZ7.01976.911712.0304
Yxy6.91170.27040.2662
Hunter Lab26.29011.6534-8.7281
CIE-Lab31.60504.5855-13.8926

#464960 color RGB value is (70,73,96).

#464960 hex color red value is 70, green value is 73 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #464960 hue: 0.65 , saturation: 0.16 and the lightness value of 464960 is 0.33.

The process color (four color CMYK) of #464960 color hex is 0.27, 0.24, 0.00, 0.62. Web safe color of #464960 is #333366. Color #464960 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001001 01100000
Octal 106 111 140
Decimal 70 73 96
Hex 46 49 60

RGB Percentages of Color #464960

%29.29
%30.54
%40.17

CMYK Percentages of Color #464960

%27
%24
%0
%62

Triadic Colors of #464960

#464960 #604649 #496046

Analogous Colors of #464960

#464960 #504660 #465660

Monochromatic Colors of #464960

#464960

Complementary Color

#464960 #605d46

#464960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464960 Color CSS Codes

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

#464960 Text Font Color

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

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


#464960 Background Color

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

This div background color is #464960


#464960 Border Color

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

This div border color is #464960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464960


Comments

No comments written yet.

Please login to write comment.