Color Hex Logo

#464fbf Color Hex

#464FBF
(70,79,191)
0 Favorites   0 Comments

Color spaces of #464fbf

RGB 7079191
HSL0.650.490.51
HSV236°63°75°
CMYK 0.630.590.00   0.25
XYZ14.725710.655650.5708
Yxy10.65560.19390.1403
Hunter Lab32.642923.3989-69.0027
CIE-Lab38.994331.5001-60.0675

#464fbf color RGB value is (70,79,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001111 10111111
Octal 106 117 277
Decimal 70 79 191
Hex 46 4F BF

RGB Percentages of Color #464fbf

%20.59
%23.24
%56.18

CMYK Percentages of Color #464fbf

%63
%59
%0
%25

Triadic Colors of #464fbf

#464fbf #bf464f #4fbf46

Analogous Colors of #464fbf

#464fbf #7a46bf #468cbf

Monochromatic Colors of #464fbf

#464fbf

Complementary Color

#464fbf #bfb646

#464fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#464fbf Color CSS Codes

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

#464fbf Text Font Color

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

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


#464fbf Background Color

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

This div background color is #464fbf


#464fbf Border Color

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

This div border color is #464fbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,79,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 #464fbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464fbf


Comments

No comments written yet.

Please login to write comment.