Color Hex Logo

#4990ef Color Hex

#4990EF
(73,144,239)
0 Favorites   0 Comments

Color spaces of #4990ef

RGB 73144239
HSL0.600.840.61
HSV214°69°94°
CMYK 0.690.400.00   0.06
XYZ28.300927.595085.4961
Yxy27.59500.20020.1952
Hunter Lab52.53094.2372-59.7251
CIE-Lab59.52118.3583-54.3036

#4990ef color RGB value is (73,144,239).

#4990ef hex color red value is 73, green value is 144 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4990ef hue: 0.60 , saturation: 0.84 and the lightness value of 4990ef is 0.61.

The process color (four color CMYK) of #4990ef color hex is 0.69, 0.40, 0.00, 0.06. Web safe color of #4990ef is #3399ff. Color #4990ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010000 11101111
Octal 111 220 357
Decimal 73 144 239
Hex 49 90 EF

RGB Percentages of Color #4990ef

%16.01
%31.58
%52.41

CMYK Percentages of Color #4990ef

%69
%40
%0
%6

Triadic Colors of #4990ef

#4990ef #ef4990 #90ef49

Analogous Colors of #4990ef

#4990ef #5549ef #49e3ef

Monochromatic Colors of #4990ef

#4990ef

Complementary Color

#4990ef #efa849

#4990ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4990ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4990ef Color CSS Codes

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

#4990ef Text Font Color

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

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


#4990ef Background Color

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

This div background color is #4990ef


#4990ef Border Color

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

This div border color is #4990ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4990ef


Comments

No comments written yet.

Please login to write comment.