Color Hex Logo

#494bdb Color Hex

#494BDB
(73,75,219)
0 Favorites   0 Comments

Color spaces of #494bdb

RGB 7375219
HSL0.660.670.57
HSV239°67°86°
CMYK 0.670.660.00   0.14
XYZ18.049911.563168.2984
Yxy11.56310.18430.1181
Hunter Lab34.004635.2413-95.2812
CIE-Lab40.513143.8058-73.7674

#494bdb color RGB value is (73,75,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001011 11011011
Octal 111 113 333
Decimal 73 75 219
Hex 49 4B DB

RGB Percentages of Color #494bdb

%19.89
%20.44
%59.67

CMYK Percentages of Color #494bdb

%67
%66
%0
%14

Triadic Colors of #494bdb

#494bdb #db494b #4bdb49

Analogous Colors of #494bdb

#494bdb #9049db #4994db

Monochromatic Colors of #494bdb

#494bdb

Complementary Color

#494bdb #dbd949

#494bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#494bdb Color CSS Codes

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

#494bdb Text Font Color

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

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


#494bdb Background Color

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

This div background color is #494bdb


#494bdb Border Color

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

This div border color is #494bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494bdb


Comments

No comments written yet.

Please login to write comment.