Color Hex Logo

#495186 Color Hex

#495186
(73,81,134)
0 Favorites   0 Comments

Color spaces of #495186

RGB 7381134
HSL0.640.290.41
HSV232°46°53°
CMYK 0.460.400.00   0.47
XYZ9.99329.022623.7691
Yxy9.02260.23360.2109
Hunter Lab30.03766.8192-25.8904
CIE-Lab36.027811.7315-30.7213

#495186 color RGB value is (73,81,134).

#495186 hex color red value is 73, green value is 81 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #495186 hue: 0.64 , saturation: 0.29 and the lightness value of 495186 is 0.41.

The process color (four color CMYK) of #495186 color hex is 0.46, 0.40, 0.00, 0.47. Web safe color of #495186 is #336699. Color #495186 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010001 10000110
Octal 111 121 206
Decimal 73 81 134
Hex 49 51 86

RGB Percentages of Color #495186

%25.35
%28.13
%46.53

CMYK Percentages of Color #495186

%46
%40
%0
%47

Triadic Colors of #495186

#495186 #864951 #518649

Analogous Colors of #495186

#495186 #604986 #497086

Monochromatic Colors of #495186

#495186

Complementary Color

#495186 #867e49

#495186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495186 Color CSS Codes

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

#495186 Text Font Color

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

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


#495186 Background Color

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

This div background color is #495186


#495186 Border Color

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

This div border color is #495186


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,81,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #495186; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #495186;
  -webkit-box-shadow: 1px 1px 3px 2px #495186;
  box-shadow:         1px 1px 3px 2px #495186; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495186


Comments

No comments written yet.

Please login to write comment.