Color Hex Logo

#4990de Color Hex

#4990DE
(73,144,222)
0 Favorites   0 Comments

Color spaces of #4990de

RGB 73144222
HSL0.590.690.58
HSV211°67°87°
CMYK 0.670.350.00   0.13
XYZ25.905726.636972.8833
Yxy26.63690.20650.2124
Hunter Lab51.6109-0.7225-47.5997
CIE-Lab58.63672.4721-46.2682

#4990de color RGB value is (73,144,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010000 11011110
Octal 111 220 336
Decimal 73 144 222
Hex 49 90 DE

RGB Percentages of Color #4990de

%16.63
%32.80
%50.57

CMYK Percentages of Color #4990de

%67
%35
%0
%13

Triadic Colors of #4990de

#4990de #de4990 #90de49

Analogous Colors of #4990de

#4990de #4c49de #49dbde

Monochromatic Colors of #4990de

#4990de

Complementary Color

#4990de #de9749

#4990de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4990de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4990de Color CSS Codes

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

#4990de Text Font Color

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

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


#4990de Background Color

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

This div background color is #4990de


#4990de Border Color

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

This div border color is #4990de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,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 #4990de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4990de


Comments

No comments written yet.

Please login to write comment.