Color Hex Logo

#494bde Color Hex

#494BDE
(73,75,222)
0 Favorites   0 Comments

Color spaces of #494bde

RGB 7375222
HSL0.660.690.58
HSV239°67°87°
CMYK 0.670.660.00   0.13
XYZ18.448511.722570.3976
Yxy11.72250.18340.1166
Hunter Lab34.238136.2642-97.9405
CIE-Lab40.771644.7918-75.0581

#494bde color RGB value is (73,75,222).

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

The process color (four color CMYK) of #494bde color hex is 0.67, 0.66, 0.00, 0.13. Web safe color of #494bde is #3333cc. Color #494bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001011 11011110
Octal 111 113 336
Decimal 73 75 222
Hex 49 4B DE

RGB Percentages of Color #494bde

%19.73
%20.27
%60.00

CMYK Percentages of Color #494bde

%67
%66
%0
%13

Triadic Colors of #494bde

#494bde #de494b #4bde49

Analogous Colors of #494bde

#494bde #9249de #4996de

Monochromatic Colors of #494bde

#494bde

Complementary Color

#494bde #dedc49

#494bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#494bde Color CSS Codes

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

#494bde Text Font Color

<p style="color:#494bde">Text here</p>

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


#494bde Background Color

<div style="background-color:#494bde">
Div content here</div>

This div background color is #494bde


#494bde Border Color

<div style="border:3px solid #494bde">
Div here</div>

This div border color is #494bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494bde


Comments

No comments written yet.

Please login to write comment.