Color Hex Logo

#464160 Color Hex

#464160
(70,65,96)
0 Favorites   0 Comments

Color spaces of #464160

RGB 706596
HSL0.690.190.32
HSV250°32°38°
CMYK 0.270.320.00   0.62
XYZ6.52745.927211.8664
Yxy5.92720.26840.2437
Hunter Lab24.34585.2527-11.8564
CIE-Lab29.22809.8078-17.5528

#464160 color RGB value is (70,65,96).

#464160 hex color red value is 70, green value is 65 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #464160 hue: 0.69 , saturation: 0.19 and the lightness value of 464160 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000001 01100000
Octal 106 101 140
Decimal 70 65 96
Hex 46 41 60

RGB Percentages of Color #464160

%30.30
%28.14
%41.56

CMYK Percentages of Color #464160

%27
%32
%0
%62

Triadic Colors of #464160

#464160 #604641 #416046

Analogous Colors of #464160

#464160 #564160 #414c60

Monochromatic Colors of #464160

#464160

Complementary Color

#464160 #5b6041

#464160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464160 Color CSS Codes

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

#464160 Text Font Color

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

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


#464160 Background Color

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

This div background color is #464160


#464160 Border Color

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

This div border color is #464160


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,65,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 #464160">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464160

#464160 Color Palettes


Comments

No comments written yet.

Please login to write comment.