Color Hex Logo

#494fdc Color Hex

#494FDC
(73,79,220)
0 Favorites   0 Comments

Color spaces of #494fdc

RGB 7379220
HSL0.660.680.57
HSV238°67°86°
CMYK 0.670.640.00   0.14
XYZ18.461912.175769.0872
Yxy12.17570.18510.1221
Hunter Lab34.893733.3786-92.9647
CIE-Lab41.494041.7481-72.7328

#494fdc color RGB value is (73,79,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001111 11011100
Octal 111 117 334
Decimal 73 79 220
Hex 49 4F DC

RGB Percentages of Color #494fdc

%19.62
%21.24
%59.14

CMYK Percentages of Color #494fdc

%67
%64
%0
%14

Triadic Colors of #494fdc

#494fdc #dc494f #4fdc49

Analogous Colors of #494fdc

#494fdc #8d49dc #4999dc

Monochromatic Colors of #494fdc

#494fdc

Complementary Color

#494fdc #dcd649

#494fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#494fdc Color CSS Codes

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

#494fdc Text Font Color

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

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


#494fdc Background Color

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

This div background color is #494fdc


#494fdc Border Color

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

This div border color is #494fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494fdc


Comments

No comments written yet.

Please login to write comment.