Color Hex Logo

#498ebd Color Hex

#498EBD
(73,142,189)
0 Favorites   0 Comments

Color spaces of #498ebd

RGB 73142189
HSL0.570.470.51
HSV204°61°74°
CMYK 0.610.250.00   0.26
XYZ21.606024.436651.7221
Yxy24.43660.22100.2500
Hunter Lab49.4334-8.4909-27.4317
CIE-Lab56.5223-7.4448-31.0133

#498ebd color RGB value is (73,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001110 10111101
Octal 111 216 275
Decimal 73 142 189
Hex 49 8E BD

RGB Percentages of Color #498ebd

%18.07
%35.15
%46.78

CMYK Percentages of Color #498ebd

%61
%25
%0
%26

Triadic Colors of #498ebd

#498ebd #bd498e #8ebd49

Analogous Colors of #498ebd

#498ebd #4954bd #49bdb2

Monochromatic Colors of #498ebd

#498ebd

Complementary Color

#498ebd #bd7849

#498ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#498ebd Color CSS Codes

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

#498ebd Text Font Color

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

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


#498ebd Background Color

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

This div background color is #498ebd


#498ebd Border Color

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

This div border color is #498ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498ebd


Comments

No comments written yet.

Please login to write comment.