Color Hex Logo

#464beb Color Hex

#464BEB
(70,75,235)
0 Favorites   0 Comments

Color spaces of #464beb

RGB 7075235
HSL0.660.800.60
HSV238°70°92°
CMYK 0.700.680.00   0.08
XYZ20.037312.332479.9216
Yxy12.33240.17840.1098
Hunter Lab35.117540.3926-110.3519
CIE-Lab41.739648.7023-80.8606

#464beb color RGB value is (70,75,235).

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

The process color (four color CMYK) of #464beb color hex is 0.70, 0.68, 0.00, 0.08. Web safe color of #464beb is #3333ff. Color #464beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001011 11101011
Octal 106 113 353
Decimal 70 75 235
Hex 46 4B EB

RGB Percentages of Color #464beb

%18.42
%19.74
%61.84

CMYK Percentages of Color #464beb

%70
%68
%0
%8

Triadic Colors of #464beb

#464beb #eb464b #4beb46

Analogous Colors of #464beb

#464beb #9446eb #469eeb

Monochromatic Colors of #464beb

#464beb

Complementary Color

#464beb #ebe646

#464beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#464beb Color CSS Codes

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

#464beb Text Font Color

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

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


#464beb Background Color

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

This div background color is #464beb


#464beb Border Color

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

This div border color is #464beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464beb


Comments

No comments written yet.

Please login to write comment.