Color Hex Logo

#4659be Color Hex

#4659BE
(70,89,190)
0 Favorites   0 Comments

Color spaces of #4659be

RGB 7089190
HSL0.640.480.51
HSV231°63°75°
CMYK 0.630.530.00   0.25
XYZ15.392412.164650.2519
Yxy12.16460.19780.1563
Hunter Lab34.877817.7402-61.0106
CIE-Lab41.476524.7936-55.4615

#4659be color RGB value is (70,89,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011001 10111110
Octal 106 131 276
Decimal 70 89 190
Hex 46 59 BE

RGB Percentages of Color #4659be

%20.06
%25.50
%54.44

CMYK Percentages of Color #4659be

%63
%53
%0
%25

Triadic Colors of #4659be

#4659be #be4659 #59be46

Analogous Colors of #4659be

#4659be #6f46be #4695be

Monochromatic Colors of #4659be

#4659be

Complementary Color

#4659be #beab46

#4659be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4659be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4659be Color CSS Codes

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

#4659be Text Font Color

<p style="color:#4659be">Text here</p>

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


#4659be Background Color

<div style="background-color:#4659be">
Div content here</div>

This div background color is #4659be


#4659be Border Color

<div style="border:3px solid #4659be">
Div here</div>

This div border color is #4659be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4659be


Comments

No comments written yet.

Please login to write comment.