Color Hex Logo

#4655eb Color Hex

#4655EB
(70,85,235)
0 Favorites   0 Comments

Color spaces of #4655eb

RGB 7085235
HSL0.650.800.60
HSV235°70°92°
CMYK 0.700.640.00   0.08
XYZ20.769713.797280.1657
Yxy13.79720.18100.1203
Hunter Lab37.144634.8067-101.9589
CIE-Lab43.940742.7973-77.2492

#4655eb color RGB value is (70,85,235).

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

The process color (four color CMYK) of #4655eb color hex is 0.70, 0.64, 0.00, 0.08. Web safe color of #4655eb is #3366ff. Color #4655eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010101 11101011
Octal 106 125 353
Decimal 70 85 235
Hex 46 55 EB

RGB Percentages of Color #4655eb

%17.95
%21.79
%60.26

CMYK Percentages of Color #4655eb

%70
%64
%0
%8

Triadic Colors of #4655eb

#4655eb #eb4655 #55eb46

Analogous Colors of #4655eb

#4655eb #8a46eb #46a8eb

Monochromatic Colors of #4655eb

#4655eb

Complementary Color

#4655eb #ebdc46

#4655eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4655eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4655eb Color CSS Codes

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

#4655eb Text Font Color

<p style="color:#4655eb">Text here</p>

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


#4655eb Background Color

<div style="background-color:#4655eb">
Div content here</div>

This div background color is #4655eb


#4655eb Border Color

<div style="border:3px solid #4655eb">
Div here</div>

This div border color is #4655eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4655eb


Comments

No comments written yet.

Please login to write comment.