Color Hex Logo

#464168 Color Hex

#464168
(70,65,104)
0 Favorites   0 Comments

Color spaces of #464168

RGB 7065104
HSL0.690.230.33
HSV248°38°41°
CMYK 0.330.380.00   0.59
XYZ6.91486.082213.9062
Yxy6.08220.25700.2261
Hunter Lab24.66216.8894-16.1683
CIE-Lab29.618912.0962-22.0660

#464168 color RGB value is (70,65,104).

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

The process color (four color CMYK) of #464168 color hex is 0.33, 0.38, 0.00, 0.59. Web safe color of #464168 is #333366. Color #464168 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000001 01101000
Octal 106 101 150
Decimal 70 65 104
Hex 46 41 68

RGB Percentages of Color #464168

%29.29
%27.20
%43.51

CMYK Percentages of Color #464168

%33
%38
%0
%59

Triadic Colors of #464168

#464168 #684641 #416846

Analogous Colors of #464168

#464168 #5a4168 #414f68

Monochromatic Colors of #464168

#464168

Complementary Color

#464168 #636841

#464168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464168 Color CSS Codes

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

#464168 Text Font Color

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

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


#464168 Background Color

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

This div background color is #464168


#464168 Border Color

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

This div border color is #464168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464168


Comments

No comments written yet.

Please login to write comment.