Color Hex Logo

#494bca Color Hex

#494BCA
(73,75,202)
0 Favorites   0 Comments

Color spaces of #494bca

RGB 7375202
HSL0.660.550.54
HSV239°64°79°
CMYK 0.640.630.00   0.21
XYZ15.924410.712957.1056
Yxy10.71290.19020.1279
Hunter Lab32.730629.5671-80.5329
CIE-Lab39.092738.1734-66.3010

#494bca color RGB value is (73,75,202).

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

The process color (four color CMYK) of #494bca color hex is 0.64, 0.63, 0.00, 0.21. Web safe color of #494bca is #3333cc. Color #494bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001011 11001010
Octal 111 113 312
Decimal 73 75 202
Hex 49 4B CA

RGB Percentages of Color #494bca

%20.86
%21.43
%57.71

CMYK Percentages of Color #494bca

%64
%63
%0
%21

Triadic Colors of #494bca

#494bca #ca494b #4bca49

Analogous Colors of #494bca

#494bca #8849ca #498cca

Monochromatic Colors of #494bca

#494bca

Complementary Color

#494bca #cac849

#494bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#494bca Color CSS Codes

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

#494bca Text Font Color

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

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


#494bca Background Color

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

This div background color is #494bca


#494bca Border Color

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

This div border color is #494bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494bca


Comments

No comments written yet.

Please login to write comment.