Color Hex Logo

#464eab Color Hex

#464EAB
(70,78,171)
0 Favorites   0 Comments

Color spaces of #464eab

RGB 7078171
HSL0.650.420.47
HSV235°59°67°
CMYK 0.590.540.00   0.33
XYZ12.60099.691139.7345
Yxy9.69110.20320.1562
Hunter Lab31.130517.7741-53.8854
CIE-Lab37.282225.2868-51.0561

#464eab color RGB value is (70,78,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001110 10101011
Octal 106 116 253
Decimal 70 78 171
Hex 46 4E AB

RGB Percentages of Color #464eab

%21.94
%24.45
%53.61

CMYK Percentages of Color #464eab

%59
%54
%0
%33

Triadic Colors of #464eab

#464eab #ab464e #4eab46

Analogous Colors of #464eab

#464eab #7146ab #4681ab

Monochromatic Colors of #464eab

#464eab

Complementary Color

#464eab #aba346

#464eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#464eab Color CSS Codes

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

#464eab Text Font Color

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

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


#464eab Background Color

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

This div background color is #464eab


#464eab Border Color

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

This div border color is #464eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464eab


Comments

No comments written yet.

Please login to write comment.