Color Hex Logo

#498bbb Color Hex

#498BBB
(73,139,187)
0 Favorites   0 Comments

Color spaces of #498bbb

RGB 73139187
HSL0.570.460.51
HSV205°61°73°
CMYK 0.610.260.00   0.27
XYZ20.949923.469650.4396
Yxy23.46960.22090.2474
Hunter Lab48.4454-7.5884-27.8188
CIE-Lab55.5528-6.3864-31.3843

#498bbb color RGB value is (73,139,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001011 10111011
Octal 111 213 273
Decimal 73 139 187
Hex 49 8B BB

RGB Percentages of Color #498bbb

%18.30
%34.84
%46.87

CMYK Percentages of Color #498bbb

%61
%26
%0
%27

Triadic Colors of #498bbb

#498bbb #bb498b #8bbb49

Analogous Colors of #498bbb

#498bbb #4952bb #49bbb2

Monochromatic Colors of #498bbb

#498bbb

Complementary Color

#498bbb #bb7949

#498bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#498bbb Color CSS Codes

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

#498bbb Text Font Color

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

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


#498bbb Background Color

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

This div background color is #498bbb


#498bbb Border Color

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

This div border color is #498bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498bbb


Comments

No comments written yet.

Please login to write comment.