Color Hex Logo

#464eac Color Hex

#464EAC
(70,78,172)
0 Favorites   0 Comments

Color spaces of #464eac

RGB 7078172
HSL0.650.420.47
HSV235°59°67°
CMYK 0.590.550.00   0.33
XYZ12.69669.729440.2385
Yxy9.72940.20260.1553
Hunter Lab31.192018.0719-54.6513
CIE-Lab37.352325.6285-51.5370

#464eac color RGB value is (70,78,172).

#464eac hex color red value is 70, green value is 78 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #464eac hue: 0.65 , saturation: 0.42 and the lightness value of 464eac is 0.47.

The process color (four color CMYK) of #464eac color hex is 0.59, 0.55, 0.00, 0.33. Web safe color of #464eac is #336699. Color #464eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001110 10101100
Octal 106 116 254
Decimal 70 78 172
Hex 46 4E AC

RGB Percentages of Color #464eac

%21.88
%24.38
%53.75

CMYK Percentages of Color #464eac

%59
%55
%0
%33

Triadic Colors of #464eac

#464eac #ac464e #4eac46

Analogous Colors of #464eac

#464eac #7146ac #4681ac

Monochromatic Colors of #464eac

#464eac

Complementary Color

#464eac #aca446

#464eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#464eac Color CSS Codes

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

#464eac Text Font Color

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

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


#464eac Background Color

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

This div background color is #464eac


#464eac Border Color

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

This div border color is #464eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464eac


Comments

No comments written yet.

Please login to write comment.