Color Hex Logo

#464eb9 Color Hex

#464EB9
(70,78,185)
0 Favorites   0 Comments

Color spaces of #464eb9

RGB 7078185
HSL0.660.450.50
HSV236°62°73°
CMYK 0.620.580.00   0.27
XYZ14.007110.253747.1398
Yxy10.25370.19620.1436
Hunter Lab32.021422.0437-64.8679
CIE-Lab38.294030.0773-57.6898

#464eb9 color RGB value is (70,78,185).

#464eb9 hex color red value is 70, green value is 78 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #464eb9 hue: 0.66 , saturation: 0.45 and the lightness value of 464eb9 is 0.50.

The process color (four color CMYK) of #464eb9 color hex is 0.62, 0.58, 0.00, 0.27. Web safe color of #464eb9 is #3366cc. Color #464eb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001110 10111001
Octal 106 116 271
Decimal 70 78 185
Hex 46 4E B9

RGB Percentages of Color #464eb9

%21.02
%23.42
%55.56

CMYK Percentages of Color #464eb9

%62
%58
%0
%27

Triadic Colors of #464eb9

#464eb9 #b9464e #4eb946

Analogous Colors of #464eb9

#464eb9 #7846b9 #4688b9

Monochromatic Colors of #464eb9

#464eb9

Complementary Color

#464eb9 #b9b146

#464eb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464eb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464eb9 Color CSS Codes

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

#464eb9 Text Font Color

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

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


#464eb9 Background Color

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

This div background color is #464eb9


#464eb9 Border Color

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

This div border color is #464eb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464eb9


Comments

No comments written yet.

Please login to write comment.