Color Hex Logo

#4490ea Color Hex

#4490EA
(68,144,234)
0 Favorites   0 Comments

Color spaces of #4490ea

RGB 68144234
HSL0.590.800.59
HSV213°71°92°
CMYK 0.710.380.00   0.08
XYZ27.208427.116081.6418
Yxy27.11600.20010.1994
Hunter Lab52.07302.1393-56.5057
CIE-Lab59.08155.9001-52.2460

#4490ea color RGB value is (68,144,234).

#4490ea hex color red value is 68, green value is 144 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4490ea hue: 0.59 , saturation: 0.80 and the lightness value of 4490ea is 0.59.

The process color (four color CMYK) of #4490ea color hex is 0.71, 0.38, 0.00, 0.08. Web safe color of #4490ea is #3399ff. Color #4490ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010000 11101010
Octal 104 220 352
Decimal 68 144 234
Hex 44 90 EA

RGB Percentages of Color #4490ea

%15.25
%32.29
%52.47

CMYK Percentages of Color #4490ea

%71
%38
%0
%8

Triadic Colors of #4490ea

#4490ea #ea4490 #90ea44

Analogous Colors of #4490ea

#4490ea #4b44ea #44e3ea

Monochromatic Colors of #4490ea

#4490ea

Complementary Color

#4490ea #ea9e44

#4490ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4490ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4490ea Color CSS Codes

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

#4490ea Text Font Color

<p style="color:#4490ea">Text here</p>

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


#4490ea Background Color

<div style="background-color:#4490ea">
Div content here</div>

This div background color is #4490ea


#4490ea Border Color

<div style="border:3px solid #4490ea">
Div here</div>

This div border color is #4490ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,144,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4490ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4490ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4490ea;
  box-shadow:         1px 1px 3px 2px #4490ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4490ea


Comments

No comments written yet.

Please login to write comment.