Color Hex Logo

#464cbe Color Hex

#464CBE
(70,76,190)
0 Favorites   0 Comments

Color spaces of #464cbe

RGB 7076190
HSL0.660.480.51
HSV237°63°75°
CMYK 0.630.600.00   0.25
XYZ14.404510.188749.9226
Yxy10.18870.19330.1367
Hunter Lab31.919724.6926-70.3860
CIE-Lab38.179033.0472-60.8085

#464cbe color RGB value is (70,76,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001100 10111110
Octal 106 114 276
Decimal 70 76 190
Hex 46 4C BE

RGB Percentages of Color #464cbe

%20.83
%22.62
%56.55

CMYK Percentages of Color #464cbe

%63
%60
%0
%25

Triadic Colors of #464cbe

#464cbe #be464c #4cbe46

Analogous Colors of #464cbe

#464cbe #7c46be #4688be

Monochromatic Colors of #464cbe

#464cbe

Complementary Color

#464cbe #beb846

#464cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#464cbe Color CSS Codes

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

#464cbe Text Font Color

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

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


#464cbe Background Color

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

This div background color is #464cbe


#464cbe Border Color

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

This div border color is #464cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464cbe


Comments

No comments written yet.

Please login to write comment.