Color Hex Logo

#497f88 Color Hex

#497F88
(73,127,136)
0 Favorites   0 Comments

Color spaces of #497f88

RGB 73127136
HSL0.520.300.41
HSV189°46°53°
CMYK 0.460.070.00   0.47
XYZ14.781018.372826.0598
Yxy18.37280.24960.3103
Hunter Lab42.8635-13.4574-6.0422
CIE-Lab49.9452-15.3665-10.4763

#497f88 color RGB value is (73,127,136).

#497f88 hex color red value is 73, green value is 127 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #497f88 hue: 0.52 , saturation: 0.30 and the lightness value of 497f88 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111111 10001000
Octal 111 177 210
Decimal 73 127 136
Hex 49 7F 88

RGB Percentages of Color #497f88

%21.73
%37.80
%40.48

CMYK Percentages of Color #497f88

%46
%7
%0
%47

Triadic Colors of #497f88

#497f88 #88497f #7f8849

Analogous Colors of #497f88

#497f88 #496088 #498872

Monochromatic Colors of #497f88

#497f88

Complementary Color

#497f88 #885249

#497f88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497f88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497f88 Color CSS Codes

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

#497f88 Text Font Color

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

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


#497f88 Background Color

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

This div background color is #497f88


#497f88 Border Color

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

This div border color is #497f88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,127,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #497f88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #497f88;
  -webkit-box-shadow: 1px 1px 3px 2px #497f88;
  box-shadow:         1px 1px 3px 2px #497f88; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497f88


Comments

No comments written yet.

Please login to write comment.