Color Hex Logo

#495562 Color Hex

#495562
(73,85,98)
0 Favorites   0 Comments

Color spaces of #495562

RGB 738598
HSL0.590.150.34
HSV211°26°38°
CMYK 0.260.130.00   0.62
XYZ8.20088.795312.8207
Yxy8.79530.27500.2950
Hunter Lab29.6569-2.5402-4.8713
CIE-Lab35.5872-1.4176-9.0840

#495562 color RGB value is (73,85,98).

#495562 hex color red value is 73, green value is 85 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #495562 hue: 0.59 , saturation: 0.15 and the lightness value of 495562 is 0.34.

The process color (four color CMYK) of #495562 color hex is 0.26, 0.13, 0.00, 0.62. Web safe color of #495562 is #336666. Color #495562 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010101 01100010
Octal 111 125 142
Decimal 73 85 98
Hex 49 55 62

RGB Percentages of Color #495562

%28.52
%33.20
%38.28

CMYK Percentages of Color #495562

%26
%13
%0
%62

Triadic Colors of #495562

#495562 #624955 #556249

Analogous Colors of #495562

#495562 #4a4962 #496262

Monochromatic Colors of #495562

#495562

Complementary Color

#495562 #625649

#495562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495562 Color CSS Codes

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

#495562 Text Font Color

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

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


#495562 Background Color

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

This div background color is #495562


#495562 Border Color

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

This div border color is #495562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495562


Comments

No comments written yet.

Please login to write comment.