Color Hex Logo

#494bda Color Hex

#494BDA
(73,75,218)
0 Favorites   0 Comments

Color spaces of #494bda

RGB 7375218
HSL0.660.660.57
HSV239°67°85°
CMYK 0.670.660.00   0.15
XYZ17.918611.510667.6070
Yxy11.51060.18470.1186
Hunter Lab33.927334.9016-94.3983
CIE-Lab40.427543.4765-73.3354

#494bda color RGB value is (73,75,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001011 11011010
Octal 111 113 332
Decimal 73 75 218
Hex 49 4B DA

RGB Percentages of Color #494bda

%19.95
%20.49
%59.56

CMYK Percentages of Color #494bda

%67
%66
%0
%15

Triadic Colors of #494bda

#494bda #da494b #4bda49

Analogous Colors of #494bda

#494bda #9049da #4994da

Monochromatic Colors of #494bda

#494bda

Complementary Color

#494bda #dad849

#494bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#494bda Color CSS Codes

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

#494bda Text Font Color

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

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


#494bda Background Color

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

This div background color is #494bda


#494bda Border Color

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

This div border color is #494bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494bda


Comments

No comments written yet.

Please login to write comment.