Color Hex Logo

#4680be Color Hex

#4680BE
(70,128,190)
0 Favorites   0 Comments

Color spaces of #4680be

RGB 70128190
HSL0.590.480.51
HSV211°63°75°
CMYK 0.630.330.00   0.25
XYZ19.539220.458151.6342
Yxy20.45810.21320.2233
Hunter Lab45.2306-2.0433-36.0226
CIE-Lab52.35120.4759-38.1163

#4680be color RGB value is (70,128,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000000 10111110
Octal 106 200 276
Decimal 70 128 190
Hex 46 80 BE

RGB Percentages of Color #4680be

%18.04
%32.99
%48.97

CMYK Percentages of Color #4680be

%63
%33
%0
%25

Triadic Colors of #4680be

#4680be #be4680 #80be46

Analogous Colors of #4680be

#4680be #4846be #46bcbe

Monochromatic Colors of #4680be

#4680be

Complementary Color

#4680be #be8446

#4680be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4680be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4680be Color CSS Codes

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

#4680be Text Font Color

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

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


#4680be Background Color

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

This div background color is #4680be


#4680be Border Color

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

This div border color is #4680be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4680be


Comments

No comments written yet.

Please login to write comment.