Color Hex Logo

#495aa3 Color Hex

#495AA3
(73,90,163)
0 Favorites   0 Comments

Color spaces of #495aa3

RGB 7390163
HSL0.640.380.46
HSV229°55°64°
CMYK 0.550.450.00   0.36
XYZ13.014711.373136.1596
Yxy11.37310.21500.1878
Hunter Lab33.72409.8693-39.9651
CIE-Lab40.201915.4628-41.6006

#495aa3 color RGB value is (73,90,163).

#495aa3 hex color red value is 73, green value is 90 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #495aa3 hue: 0.64 , saturation: 0.38 and the lightness value of 495aa3 is 0.46.

The process color (four color CMYK) of #495aa3 color hex is 0.55, 0.45, 0.00, 0.36. Web safe color of #495aa3 is #336699. Color #495aa3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011010 10100011
Octal 111 132 243
Decimal 73 90 163
Hex 49 5A A3

RGB Percentages of Color #495aa3

%22.39
%27.61
%50.00

CMYK Percentages of Color #495aa3

%55
%45
%0
%36

Triadic Colors of #495aa3

#495aa3 #a3495a #5aa349

Analogous Colors of #495aa3

#495aa3 #6549a3 #4987a3

Monochromatic Colors of #495aa3

#495aa3

Complementary Color

#495aa3 #a39249

#495aa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495aa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495aa3 Color CSS Codes

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

#495aa3 Text Font Color

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

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


#495aa3 Background Color

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

This div background color is #495aa3


#495aa3 Border Color

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

This div border color is #495aa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495aa3


Comments

No comments written yet.

Please login to write comment.