Color Hex Logo

#495668 Color Hex

#495668
(73,86,104)
0 Favorites   0 Comments

Color spaces of #495668

RGB 7386104
HSL0.600.180.35
HSV215°30°41°
CMYK 0.300.170.00   0.59
XYZ8.57419.071514.3958
Yxy9.07150.26760.2831
Hunter Lab30.1189-1.8937-7.2553
CIE-Lab36.1216-0.4184-12.0229

#495668 color RGB value is (73,86,104).

#495668 hex color red value is 73, green value is 86 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #495668 hue: 0.60 , saturation: 0.18 and the lightness value of 495668 is 0.35.

The process color (four color CMYK) of #495668 color hex is 0.30, 0.17, 0.00, 0.59. Web safe color of #495668 is #336666. Color #495668 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010110 01101000
Octal 111 126 150
Decimal 73 86 104
Hex 49 56 68

RGB Percentages of Color #495668

%27.76
%32.70
%39.54

CMYK Percentages of Color #495668

%30
%17
%0
%59

Triadic Colors of #495668

#495668 #684956 #566849

Analogous Colors of #495668

#495668 #4c4968 #496668

Monochromatic Colors of #495668

#495668

Complementary Color

#495668 #685b49

#495668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495668 Color CSS Codes

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

#495668 Text Font Color

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

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


#495668 Background Color

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

This div background color is #495668


#495668 Border Color

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

This div border color is #495668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495668


Comments

No comments written yet.

Please login to write comment.