Color Hex Logo

#464e75 Color Hex

#464E75
(70,78,117)
0 Favorites   0 Comments

Color spaces of #464e75

RGB 7078117
HSL0.640.250.37
HSV230°40°46°
CMYK 0.400.330.00   0.54
XYZ8.46118.035217.9346
Yxy8.03520.24570.2334
Hunter Lab28.34643.6741-17.6699
CIE-Lab34.05617.4951-23.3292

#464e75 color RGB value is (70,78,117).

#464e75 hex color red value is 70, green value is 78 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #464e75 hue: 0.64 , saturation: 0.25 and the lightness value of 464e75 is 0.37.

The process color (four color CMYK) of #464e75 color hex is 0.40, 0.33, 0.00, 0.54. Web safe color of #464e75 is #336666. Color #464e75 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001110 01110101
Octal 106 116 165
Decimal 70 78 117
Hex 46 4E 75

RGB Percentages of Color #464e75

%26.42
%29.43
%44.15

CMYK Percentages of Color #464e75

%40
%33
%0
%54

Triadic Colors of #464e75

#464e75 #75464e #4e7546

Analogous Colors of #464e75

#464e75 #564675 #466675

Monochromatic Colors of #464e75

#464e75

Complementary Color

#464e75 #756d46

#464e75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464e75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464e75 Color CSS Codes

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

#464e75 Text Font Color

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

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


#464e75 Background Color

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

This div background color is #464e75


#464e75 Border Color

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

This div border color is #464e75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464e75


Comments

No comments written yet.

Please login to write comment.