Color Hex Logo

#498baf Color Hex

#498BAF
(73,139,175)
0 Favorites   0 Comments

Color spaces of #498baf

RGB 73139175
HSL0.560.410.49
HSV201°58°69°
CMYK 0.580.210.00   0.31
XYZ19.718122.976943.9532
Yxy22.97690.22760.2652
Hunter Lab47.9342-10.4576-20.8119
CIE-Lab55.0485-10.2524-25.3135

#498baf color RGB value is (73,139,175).

#498baf hex color red value is 73, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #498baf hue: 0.56 , saturation: 0.41 and the lightness value of 498baf is 0.49.

The process color (four color CMYK) of #498baf color hex is 0.58, 0.21, 0.00, 0.31. Web safe color of #498baf is #339999. Color #498baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001011 10101111
Octal 111 213 257
Decimal 73 139 175
Hex 49 8B AF

RGB Percentages of Color #498baf

%18.86
%35.92
%45.22

CMYK Percentages of Color #498baf

%58
%21
%0
%31

Triadic Colors of #498baf

#498baf #af498b #8baf49

Analogous Colors of #498baf

#498baf #4958af #49afa0

Monochromatic Colors of #498baf

#498baf

Complementary Color

#498baf #af6d49

#498baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#498baf Color CSS Codes

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

#498baf Text Font Color

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

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


#498baf Background Color

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

This div background color is #498baf


#498baf Border Color

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

This div border color is #498baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,139,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #498baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #498baf;
  -webkit-box-shadow: 1px 1px 3px 2px #498baf;
  box-shadow:         1px 1px 3px 2px #498baf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498baf


Comments

No comments written yet.

Please login to write comment.