Color Hex Logo

#498bdb Color Hex

#498BDB
(73,139,219)
0 Favorites   0 Comments

Color spaces of #498bdb

RGB 73139219
HSL0.590.670.57
HSV213°67°86°
CMYK 0.670.370.00   0.14
XYZ24.766524.996270.5372
Yxy24.99620.20590.2078
Hunter Lab49.99620.9298-48.6520
CIE-Lab57.07174.3944-47.0687

#498bdb color RGB value is (73,139,219).

#498bdb hex color red value is 73, green value is 139 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #498bdb hue: 0.59 , saturation: 0.67 and the lightness value of 498bdb is 0.57.

The process color (four color CMYK) of #498bdb color hex is 0.67, 0.37, 0.00, 0.14. Web safe color of #498bdb is #3399cc. Color #498bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001011 11011011
Octal 111 213 333
Decimal 73 139 219
Hex 49 8B DB

RGB Percentages of Color #498bdb

%16.94
%32.25
%50.81

CMYK Percentages of Color #498bdb

%67
%37
%0
%14

Triadic Colors of #498bdb

#498bdb #db498b #8bdb49

Analogous Colors of #498bdb

#498bdb #5049db #49d4db

Monochromatic Colors of #498bdb

#498bdb

Complementary Color

#498bdb #db9949

#498bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#498bdb Color CSS Codes

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

#498bdb Text Font Color

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

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


#498bdb Background Color

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

This div background color is #498bdb


#498bdb Border Color

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

This div border color is #498bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498bdb


Comments

No comments written yet.

Please login to write comment.