Color Hex Logo

#4690de Color Hex

#4690DE
(70,144,222)
0 Favorites   0 Comments

Color spaces of #4690de

RGB 70144222
HSL0.590.700.57
HSV211°68°87°
CMYK 0.680.350.00   0.13
XYZ25.683926.522572.8729
Yxy26.52250.20530.2120
Hunter Lab51.5000-1.1041-47.8458
CIE-Lab58.52972.0054-46.4443

#4690de color RGB value is (70,144,222).

#4690de hex color red value is 70, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4690de hue: 0.59 , saturation: 0.70 and the lightness value of 4690de is 0.57.

The process color (four color CMYK) of #4690de color hex is 0.68, 0.35, 0.00, 0.13. Web safe color of #4690de is #3399cc. Color #4690de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010000 11011110
Octal 106 220 336
Decimal 70 144 222
Hex 46 90 DE

RGB Percentages of Color #4690de

%16.06
%33.03
%50.92

CMYK Percentages of Color #4690de

%68
%35
%0
%13

Triadic Colors of #4690de

#4690de #de4690 #90de46

Analogous Colors of #4690de

#4690de #4846de #46dcde

Monochromatic Colors of #4690de

#4690de

Complementary Color

#4690de #de9446

#4690de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4690de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4690de Color CSS Codes

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

#4690de Text Font Color

<p style="color:#4690de">Text here</p>

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


#4690de Background Color

<div style="background-color:#4690de">
Div content here</div>

This div background color is #4690de


#4690de Border Color

<div style="border:3px solid #4690de">
Div here</div>

This div border color is #4690de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,144,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4690de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4690de;
  -webkit-box-shadow: 1px 1px 3px 2px #4690de;
  box-shadow:         1px 1px 3px 2px #4690de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4690de


Comments

No comments written yet.

Please login to write comment.