Color Hex Logo

#464176 Color Hex

#464176
(70,65,118)
0 Favorites   0 Comments

Color spaces of #464176

RGB 7065118
HSL0.680.290.36
HSV246°45°46°
CMYK 0.410.450.00   0.54
XYZ7.68616.390717.9680
Yxy6.39070.23990.1994
Hunter Lab25.279810.0316-24.4453
CIE-Lab30.377516.3153-29.7396

#464176 color RGB value is (70,65,118).

#464176 hex color red value is 70, green value is 65 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #464176 hue: 0.68 , saturation: 0.29 and the lightness value of 464176 is 0.36.

The process color (four color CMYK) of #464176 color hex is 0.41, 0.45, 0.00, 0.54. Web safe color of #464176 is #333366. Color #464176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000001 01110110
Octal 106 101 166
Decimal 70 65 118
Hex 46 41 76

RGB Percentages of Color #464176

%27.67
%25.69
%46.64

CMYK Percentages of Color #464176

%41
%45
%0
%54

Triadic Colors of #464176

#464176 #764641 #417646

Analogous Colors of #464176

#464176 #614176 #415676

Monochromatic Colors of #464176

#464176

Complementary Color

#464176 #717641

#464176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464176 Color CSS Codes

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

#464176 Text Font Color

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

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


#464176 Background Color

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

This div background color is #464176


#464176 Border Color

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

This div border color is #464176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464176


Comments

No comments written yet.

Please login to write comment.