Color Hex Logo

#498697 Color Hex

#498697
(73,134,151)
0 Favorites   0 Comments

Color spaces of #498697

RGB 73134151
HSL0.540.350.44
HSV193°52°59°
CMYK 0.520.110.00   0.41
XYZ16.858720.701032.3853
Yxy20.70100.24100.2960
Hunter Lab45.4984-13.4817-10.3532
CIE-Lab52.6207-14.8486-15.1919

#498697 color RGB value is (73,134,151).

#498697 hex color red value is 73, green value is 134 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #498697 hue: 0.54 , saturation: 0.35 and the lightness value of 498697 is 0.44.

The process color (four color CMYK) of #498697 color hex is 0.52, 0.11, 0.00, 0.41. Web safe color of #498697 is #339999. Color #498697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000110 10010111
Octal 111 206 227
Decimal 73 134 151
Hex 49 86 97

RGB Percentages of Color #498697

%20.39
%37.43
%42.18

CMYK Percentages of Color #498697

%52
%11
%0
%41

Triadic Colors of #498697

#498697 #974986 #869749

Analogous Colors of #498697

#498697 #495f97 #499781

Monochromatic Colors of #498697

#498697

Complementary Color

#498697 #975a49

#498697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498697 Color CSS Codes

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

#498697 Text Font Color

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

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


#498697 Background Color

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

This div background color is #498697


#498697 Border Color

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

This div border color is #498697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498697


Comments

No comments written yet.

Please login to write comment.