Color Hex Logo

#494bbd Color Hex

#494BBD
(73,75,189)
0 Favorites   0 Comments

Color spaces of #494bbd

RGB 7375189
HSL0.660.470.51
HSV239°61°74°
CMYK 0.610.600.00   0.26
XYZ14.449010.122749.3364
Yxy10.12270.19550.1370
Hunter Lab31.816225.3856-69.6679
CIE-Lab38.061833.8268-60.4047

#494bbd color RGB value is (73,75,189).

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

The process color (four color CMYK) of #494bbd color hex is 0.61, 0.60, 0.00, 0.26. Web safe color of #494bbd is #3333cc. Color #494bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001011 10111101
Octal 111 113 275
Decimal 73 75 189
Hex 49 4B BD

RGB Percentages of Color #494bbd

%21.66
%22.26
%56.08

CMYK Percentages of Color #494bbd

%61
%60
%0
%26

Triadic Colors of #494bbd

#494bbd #bd494b #4bbd49

Analogous Colors of #494bbd

#494bbd #8149bd #4985bd

Monochromatic Colors of #494bbd

#494bbd

Complementary Color

#494bbd #bdbb49

#494bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#494bbd Color CSS Codes

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

#494bbd Text Font Color

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

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


#494bbd Background Color

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

This div background color is #494bbd


#494bbd Border Color

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

This div border color is #494bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494bbd


Comments

No comments written yet.

Please login to write comment.