Color Hex Logo

#495860 Color Hex

#495860
(73,88,96)
0 Favorites   0 Comments

Color spaces of #495860

RGB 738896
HSL0.560.140.33
HSV201°24°38°
CMYK 0.240.080.00   0.62
XYZ8.34879.240412.4099
Yxy9.24040.27830.3080
Hunter Lab30.3980-4.1722-2.9263
CIE-Lab36.4431-3.7867-6.5498

#495860 color RGB value is (73,88,96).

#495860 hex color red value is 73, green value is 88 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #495860 hue: 0.56 , saturation: 0.14 and the lightness value of 495860 is 0.33.

The process color (four color CMYK) of #495860 color hex is 0.24, 0.08, 0.00, 0.62. Web safe color of #495860 is #336666. Color #495860 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011000 01100000
Octal 111 130 140
Decimal 73 88 96
Hex 49 58 60

RGB Percentages of Color #495860

%28.40
%34.24
%37.35

CMYK Percentages of Color #495860

%24
%8
%0
%62

Triadic Colors of #495860

#495860 #604958 #586049

Analogous Colors of #495860

#495860 #494d60 #49605d

Monochromatic Colors of #495860

#495860

Complementary Color

#495860 #605149

#495860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495860 Color CSS Codes

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

#495860 Text Font Color

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

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


#495860 Background Color

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

This div background color is #495860


#495860 Border Color

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

This div border color is #495860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495860


Comments

No comments written yet.

Please login to write comment.