Color Hex Logo

#498dbf Color Hex

#498DBF
(73,141,191)
0 Favorites   0 Comments

Color spaces of #498dbf

RGB 73141191
HSL0.570.480.52
HSV205°62°75°
CMYK 0.620.260.00   0.25
XYZ21.676524.227852.8242
Yxy24.22780.21960.2454
Hunter Lab49.2217-7.5294-29.1741
CIE-Lab56.3152-6.2203-32.4711

#498dbf color RGB value is (73,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001101 10111111
Octal 111 215 277
Decimal 73 141 191
Hex 49 8D BF

RGB Percentages of Color #498dbf

%18.02
%34.81
%47.16

CMYK Percentages of Color #498dbf

%62
%26
%0
%25

Triadic Colors of #498dbf

#498dbf #bf498d #8dbf49

Analogous Colors of #498dbf

#498dbf #4952bf #49bfb6

Monochromatic Colors of #498dbf

#498dbf

Complementary Color

#498dbf #bf7b49

#498dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#498dbf Color CSS Codes

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

#498dbf Text Font Color

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

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


#498dbf Background Color

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

This div background color is #498dbf


#498dbf Border Color

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

This div border color is #498dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498dbf


Comments

No comments written yet.

Please login to write comment.