Color Hex Logo

#498ebf Color Hex

#498EBF
(73,142,191)
0 Favorites   0 Comments

Color spaces of #498ebf

RGB 73142191
HSL0.570.480.52
HSV205°62°75°
CMYK 0.620.260.00   0.25
XYZ21.824624.524152.8736
Yxy24.52410.22000.2472
Hunter Lab49.5218-7.9970-28.6377
CIE-Lab56.6088-6.7917-32.0138

#498ebf color RGB value is (73,142,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001110 10111111
Octal 111 216 277
Decimal 73 142 191
Hex 49 8E BF

RGB Percentages of Color #498ebf

%17.98
%34.98
%47.04

CMYK Percentages of Color #498ebf

%62
%26
%0
%25

Triadic Colors of #498ebf

#498ebf #bf498e #8ebf49

Analogous Colors of #498ebf

#498ebf #4953bf #49bfb5

Monochromatic Colors of #498ebf

#498ebf

Complementary Color

#498ebf #bf7a49

#498ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#498ebf Color CSS Codes

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

#498ebf Text Font Color

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

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


#498ebf Background Color

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

This div background color is #498ebf


#498ebf Border Color

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

This div border color is #498ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,142,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 #498ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498ebf


Comments

No comments written yet.

Please login to write comment.