Color Hex Logo

#464759 Color Hex

#464759
(70,71,89)
0 Favorites   0 Comments

Color spaces of #464759

RGB 707189
HSL0.660.120.31
HSV237°21°35°
CMYK 0.210.200.00   0.65
XYZ6.58226.529810.3647
Yxy6.52980.28040.2781
Hunter Lab25.55351.2604-6.1611
CIE-Lab30.71163.9847-10.7820

#464759 color RGB value is (70,71,89).

#464759 hex color red value is 70, green value is 71 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #464759 hue: 0.66 , saturation: 0.12 and the lightness value of 464759 is 0.31.

The process color (four color CMYK) of #464759 color hex is 0.21, 0.20, 0.00, 0.65. Web safe color of #464759 is #333366. Color #464759 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000111 01011001
Octal 106 107 131
Decimal 70 71 89
Hex 46 47 59

RGB Percentages of Color #464759

%30.43
%30.87
%38.70

CMYK Percentages of Color #464759

%21
%20
%0
%65

Triadic Colors of #464759

#464759 #594647 #475946

Analogous Colors of #464759

#464759 #4f4659 #465159

Monochromatic Colors of #464759

#464759

Complementary Color

#464759 #595846

#464759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464759 Color CSS Codes

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

#464759 Text Font Color

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

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


#464759 Background Color

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

This div background color is #464759


#464759 Border Color

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

This div border color is #464759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464759


Comments

No comments written yet.

Please login to write comment.