Color Hex Logo

#4949ee Color Hex

#4949EE
(73,73,238)
0 Favorites   0 Comments

Color spaces of #4949ee

RGB 7373238
HSL0.670.830.61
HSV240°69°93°
CMYK 0.690.690.00   0.07
XYZ20.562812.354682.1898
Yxy12.35460.17860.1073
Hunter Lab35.149142.9145-114.0345
CIE-Lab41.774251.1321-82.4918

#4949ee color RGB value is (73,73,238).

#4949ee hex color red value is 73, green value is 73 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4949ee hue: 0.67 , saturation: 0.83 and the lightness value of 4949ee is 0.61.

The process color (four color CMYK) of #4949ee color hex is 0.69, 0.69, 0.00, 0.07. Web safe color of #4949ee is #3333ff. Color #4949ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001001 11101110
Octal 111 111 356
Decimal 73 73 238
Hex 49 49 EE

RGB Percentages of Color #4949ee

%19.01
%19.01
%61.98

CMYK Percentages of Color #4949ee

%69
%69
%0
%7

Triadic Colors of #4949ee

#4949ee #ee4949 #49ee49

Analogous Colors of #4949ee

#4949ee #9c49ee #499cee

Monochromatic Colors of #4949ee

#4949ee

Complementary Color

#4949ee #eeee49

#4949ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4949ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4949ee Color CSS Codes

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

#4949ee Text Font Color

<p style="color:#4949ee">Text here</p>

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


#4949ee Background Color

<div style="background-color:#4949ee">
Div content here</div>

This div background color is #4949ee


#4949ee Border Color

<div style="border:3px solid #4949ee">
Div here</div>

This div border color is #4949ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,73,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4949ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4949ee;
  -webkit-box-shadow: 1px 1px 3px 2px #4949ee;
  box-shadow:         1px 1px 3px 2px #4949ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4949ee


Comments

No comments written yet.

Please login to write comment.