Color Hex Logo

#495176 Color Hex

#495176
(73,81,118)
0 Favorites   0 Comments

Color spaces of #495176

RGB 7381118
HSL0.640.240.37
HSV229°38°46°
CMYK 0.380.310.00   0.54
XYZ8.96018.609318.3291
Yxy8.60930.24960.2398
Hunter Lab29.34163.1611-16.4981
CIE-Lab35.22096.7796-22.1189

#495176 color RGB value is (73,81,118).

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

The process color (four color CMYK) of #495176 color hex is 0.38, 0.31, 0.00, 0.54. Web safe color of #495176 is #336666. Color #495176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010001 01110110
Octal 111 121 166
Decimal 73 81 118
Hex 49 51 76

RGB Percentages of Color #495176

%26.84
%29.78
%43.38

CMYK Percentages of Color #495176

%38
%31
%0
%54

Triadic Colors of #495176

#495176 #764951 #517649

Analogous Colors of #495176

#495176 #584976 #496876

Monochromatic Colors of #495176

#495176

Complementary Color

#495176 #766e49

#495176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495176 Color CSS Codes

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

#495176 Text Font Color

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

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


#495176 Background Color

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

This div background color is #495176


#495176 Border Color

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

This div border color is #495176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495176


Comments

No comments written yet.

Please login to write comment.