Color Hex Logo

#464668 Color Hex

#464668
(70,70,104)
0 Favorites   0 Comments

Color spaces of #464668

RGB 7070104
HSL0.670.200.34
HSV240°33°41°
CMYK 0.330.330.00   0.59
XYZ7.21466.681914.0062
Yxy6.68190.25860.2395
Hunter Lab25.84944.5832-14.0311
CIE-Lab31.07158.8091-19.8024

#464668 color RGB value is (70,70,104).

#464668 hex color red value is 70, green value is 70 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #464668 hue: 0.67 , saturation: 0.20 and the lightness value of 464668 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000110 01101000
Octal 106 106 150
Decimal 70 70 104
Hex 46 46 68

RGB Percentages of Color #464668

%28.69
%28.69
%42.62

CMYK Percentages of Color #464668

%33
%33
%0
%59

Triadic Colors of #464668

#464668 #684646 #466846

Analogous Colors of #464668

#464668 #574668 #465768

Monochromatic Colors of #464668

#464668

Complementary Color

#464668 #686846

#464668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464668 Color CSS Codes

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

#464668 Text Font Color

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

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


#464668 Background Color

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

This div background color is #464668


#464668 Border Color

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

This div border color is #464668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464668


Comments

No comments written yet.

Please login to write comment.