Color Hex Logo

#498dbb Color Hex

#498DBB
(73,141,187)
0 Favorites   0 Comments

Color spaces of #498dbb

RGB 73141187
HSL0.570.460.51
HSV204°61°73°
CMYK 0.610.250.00   0.27
XYZ21.242224.054150.5370
Yxy24.05410.22170.2510
Hunter Lab49.0450-8.5174-26.7622
CIE-Lab56.1419-7.5276-30.4681

#498dbb color RGB value is (73,141,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001101 10111011
Octal 111 215 273
Decimal 73 141 187
Hex 49 8D BB

RGB Percentages of Color #498dbb

%18.20
%35.16
%46.63

CMYK Percentages of Color #498dbb

%61
%25
%0
%27

Triadic Colors of #498dbb

#498dbb #bb498d #8dbb49

Analogous Colors of #498dbb

#498dbb #4954bb #49bbb0

Monochromatic Colors of #498dbb

#498dbb

Complementary Color

#498dbb #bb7749

#498dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#498dbb Color CSS Codes

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

#498dbb Text Font Color

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

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


#498dbb Background Color

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

This div background color is #498dbb


#498dbb Border Color

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

This div border color is #498dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498dbb


Comments

No comments written yet.

Please login to write comment.