Color Hex Logo

#464baa Color Hex

#464BAA
(70,75,170)
0 Favorites   0 Comments

Color spaces of #464baa

RGB 7075170
HSL0.660.420.47
HSV237°59°67°
CMYK 0.590.560.00   0.33
XYZ12.29769.236539.1649
Yxy9.23650.20260.1522
Hunter Lab30.391619.0426-55.1314
CIE-Lab36.435726.8734-51.8294

#464baa color RGB value is (70,75,170).

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

The process color (four color CMYK) of #464baa color hex is 0.59, 0.56, 0.00, 0.33. Web safe color of #464baa is #333399. Color #464baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001011 10101010
Octal 106 113 252
Decimal 70 75 170
Hex 46 4B AA

RGB Percentages of Color #464baa

%22.22
%23.81
%53.97

CMYK Percentages of Color #464baa

%59
%56
%0
%33

Triadic Colors of #464baa

#464baa #aa464b #4baa46

Analogous Colors of #464baa

#464baa #7346aa #467daa

Monochromatic Colors of #464baa

#464baa

Complementary Color

#464baa #aaa546

#464baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#464baa Color CSS Codes

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

#464baa Text Font Color

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

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


#464baa Background Color

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

This div background color is #464baa


#464baa Border Color

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

This div border color is #464baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464baa


Comments

No comments written yet.

Please login to write comment.