Color Hex Logo

#498baa Color Hex

#498BAA
(73,139,170)
0 Favorites   0 Comments

Color spaces of #498baa

RGB 73139170
HSL0.550.400.48
HSV199°57°67°
CMYK 0.570.180.00   0.33
XYZ19.236022.784041.4141
Yxy22.78400.23060.2731
Hunter Lab47.7326-11.5974-18.0288
CIE-Lab54.8492-11.8252-22.7544

#498baa color RGB value is (73,139,170).

#498baa hex color red value is 73, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #498baa hue: 0.55 , saturation: 0.40 and the lightness value of 498baa is 0.48.

The process color (four color CMYK) of #498baa color hex is 0.57, 0.18, 0.00, 0.33. Web safe color of #498baa is #339999. Color #498baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001011 10101010
Octal 111 213 252
Decimal 73 139 170
Hex 49 8B AA

RGB Percentages of Color #498baa

%19.11
%36.39
%44.50

CMYK Percentages of Color #498baa

%57
%18
%0
%33

Triadic Colors of #498baa

#498baa #aa498b #8baa49

Analogous Colors of #498baa

#498baa #495aaa #49aa99

Monochromatic Colors of #498baa

#498baa

Complementary Color

#498baa #aa6849

#498baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#498baa Color CSS Codes

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

#498baa Text Font Color

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

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


#498baa Background Color

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

This div background color is #498baa


#498baa Border Color

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

This div border color is #498baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498baa


Comments

No comments written yet.

Please login to write comment.