Color Hex Logo

#464dbf Color Hex

#464DBF
(70,77,191)
0 Favorites   0 Comments

Color spaces of #464dbf

RGB 7077191
HSL0.660.490.51
HSV237°63°75°
CMYK 0.630.600.00   0.25
XYZ14.583610.371450.5235
Yxy10.37140.19320.1374
Hunter Lab32.204724.4740-70.4724
CIE-Lab38.500932.7599-60.8698

#464dbf color RGB value is (70,77,191).

#464dbf hex color red value is 70, green value is 77 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #464dbf hue: 0.66 , saturation: 0.49 and the lightness value of 464dbf is 0.51.

The process color (four color CMYK) of #464dbf color hex is 0.63, 0.60, 0.00, 0.25. Web safe color of #464dbf is #3366cc. Color #464dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001101 10111111
Octal 106 115 277
Decimal 70 77 191
Hex 46 4D BF

RGB Percentages of Color #464dbf

%20.71
%22.78
%56.51

CMYK Percentages of Color #464dbf

%63
%60
%0
%25

Triadic Colors of #464dbf

#464dbf #bf464d #4dbf46

Analogous Colors of #464dbf

#464dbf #7c46bf #468abf

Monochromatic Colors of #464dbf

#464dbf

Complementary Color

#464dbf #bfb846

#464dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#464dbf Color CSS Codes

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

#464dbf Text Font Color

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

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


#464dbf Background Color

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

This div background color is #464dbf


#464dbf Border Color

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

This div border color is #464dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464dbf


Comments

No comments written yet.

Please login to write comment.