Color Hex Logo

#495dac Color Hex

#495DAC
(73,93,172)
0 Favorites   0 Comments

Color spaces of #495dac

RGB 7393172
HSL0.630.400.48
HSV228°58°67°
CMYK 0.580.460.00   0.33
XYZ14.108412.223740.6455
Yxy12.22370.21060.1825
Hunter Lab34.962410.8460-44.4538
CIE-Lab41.569516.5938-44.7484

#495dac color RGB value is (73,93,172).

#495dac hex color red value is 73, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #495dac hue: 0.63 , saturation: 0.40 and the lightness value of 495dac is 0.48.

The process color (four color CMYK) of #495dac color hex is 0.58, 0.46, 0.00, 0.33. Web safe color of #495dac is #336699. Color #495dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011101 10101100
Octal 111 135 254
Decimal 73 93 172
Hex 49 5D AC

RGB Percentages of Color #495dac

%21.60
%27.51
%50.89

CMYK Percentages of Color #495dac

%58
%46
%0
%33

Triadic Colors of #495dac

#495dac #ac495d #5dac49

Analogous Colors of #495dac

#495dac #6749ac #498fac

Monochromatic Colors of #495dac

#495dac

Complementary Color

#495dac #ac9849

#495dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#495dac Color CSS Codes

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

#495dac Text Font Color

<p style="color:#495dac">Text here</p>

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


#495dac Background Color

<div style="background-color:#495dac">
Div content here</div>

This div background color is #495dac


#495dac Border Color

<div style="border:3px solid #495dac">
Div here</div>

This div border color is #495dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,93,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #495dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #495dac;
  -webkit-box-shadow: 1px 1px 3px 2px #495dac;
  box-shadow:         1px 1px 3px 2px #495dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495dac


Comments

No comments written yet.

Please login to write comment.