Color Hex Logo

#494adf Color Hex

#494ADF
(73,74,223)
0 Favorites   0 Comments

Color spaces of #494adf

RGB 7374223
HSL0.670.700.58
HSV240°67°87°
CMYK 0.670.670.00   0.13
XYZ18.515711.641771.0832
Yxy11.64170.18290.1150
Hunter Lab34.119937.1558-99.6369
CIE-Lab40.640945.7064-75.8431

#494adf color RGB value is (73,74,223).

#494adf hex color red value is 73, green value is 74 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #494adf hue: 0.67 , saturation: 0.70 and the lightness value of 494adf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001010 11011111
Octal 111 112 337
Decimal 73 74 223
Hex 49 4A DF

RGB Percentages of Color #494adf

%19.73
%20.00
%60.27

CMYK Percentages of Color #494adf

%67
%67
%0
%13

Triadic Colors of #494adf

#494adf #df494a #4adf49

Analogous Colors of #494adf

#494adf #9349df #4995df

Monochromatic Colors of #494adf

#494adf

Complementary Color

#494adf #dfde49

#494adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#494adf Color CSS Codes

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

#494adf Text Font Color

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

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


#494adf Background Color

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

This div background color is #494adf


#494adf Border Color

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

This div border color is #494adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494adf


Comments

No comments written yet.

Please login to write comment.