Color Hex Logo

#464cae Color Hex

#464CAE
(70,76,174)
0 Favorites   0 Comments

Color spaces of #464cae

RGB 7076174
HSL0.660.430.48
HSV237°60°68°
CMYK 0.600.560.00   0.32
XYZ12.75029.527041.2113
Yxy9.52700.20080.1501
Hunter Lab30.865819.7204-57.5564
CIE-Lab36.979827.5935-53.3268

#464cae color RGB value is (70,76,174).

#464cae hex color red value is 70, green value is 76 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #464cae hue: 0.66 , saturation: 0.43 and the lightness value of 464cae is 0.48.

The process color (four color CMYK) of #464cae color hex is 0.60, 0.56, 0.00, 0.32. Web safe color of #464cae is #333399. Color #464cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001100 10101110
Octal 106 114 256
Decimal 70 76 174
Hex 46 4C AE

RGB Percentages of Color #464cae

%21.88
%23.75
%54.38

CMYK Percentages of Color #464cae

%60
%56
%0
%32

Triadic Colors of #464cae

#464cae #ae464c #4cae46

Analogous Colors of #464cae

#464cae #7446ae #4680ae

Monochromatic Colors of #464cae

#464cae

Complementary Color

#464cae #aea846

#464cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#464cae Color CSS Codes

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

#464cae Text Font Color

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

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


#464cae Background Color

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

This div background color is #464cae


#464cae Border Color

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

This div border color is #464cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464cae


Comments

No comments written yet.

Please login to write comment.