Color Hex Logo

#498dbe Color Hex

#498DBE
(73,141,190)
0 Favorites   0 Comments

Color spaces of #498dbe

RGB 73141190
HSL0.570.470.52
HSV205°62°75°
CMYK 0.620.260.00   0.25
XYZ21.566824.183952.2465
Yxy24.18390.22010.2468
Hunter Lab49.1771-7.7782-28.5666
CIE-Lab56.2715-6.5482-31.9714

#498dbe color RGB value is (73,141,190).

#498dbe hex color red value is 73, green value is 141 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #498dbe hue: 0.57 , saturation: 0.47 and the lightness value of 498dbe is 0.52.

The process color (four color CMYK) of #498dbe color hex is 0.62, 0.26, 0.00, 0.25. Web safe color of #498dbe is #3399cc. Color #498dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001101 10111110
Octal 111 215 276
Decimal 73 141 190
Hex 49 8D BE

RGB Percentages of Color #498dbe

%18.07
%34.90
%47.03

CMYK Percentages of Color #498dbe

%62
%26
%0
%25

Triadic Colors of #498dbe

#498dbe #be498d #8dbe49

Analogous Colors of #498dbe

#498dbe #4952be #49beb5

Monochromatic Colors of #498dbe

#498dbe

Complementary Color

#498dbe #be7a49

#498dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#498dbe Color CSS Codes

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

#498dbe Text Font Color

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

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


#498dbe Background Color

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

This div background color is #498dbe


#498dbe Border Color

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

This div border color is #498dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498dbe


Comments

No comments written yet.

Please login to write comment.