Color Hex Logo

#495486 Color Hex

#495486
(73,84,134)
0 Favorites   0 Comments

Color spaces of #495486

RGB 7384134
HSL0.640.290.41
HSV229°46°53°
CMYK 0.460.370.00   0.47
XYZ10.22119.478323.8451
Yxy9.47830.23470.2177
Hunter Lab30.78685.3842-24.3706
CIE-Lab36.88939.7984-29.3640

#495486 color RGB value is (73,84,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010100 10000110
Octal 111 124 206
Decimal 73 84 134
Hex 49 54 86

RGB Percentages of Color #495486

%25.09
%28.87
%46.05

CMYK Percentages of Color #495486

%46
%37
%0
%47

Triadic Colors of #495486

#495486 #864954 #548649

Analogous Colors of #495486

#495486 #5c4986 #497386

Monochromatic Colors of #495486

#495486

Complementary Color

#495486 #867b49

#495486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495486 Color CSS Codes

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

#495486 Text Font Color

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

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


#495486 Background Color

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

This div background color is #495486


#495486 Border Color

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

This div border color is #495486


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,84,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 #495486">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495486


Comments

No comments written yet.

Please login to write comment.