Color Hex Logo

#498cbb Color Hex

#498CBB
(73,140,187)
0 Favorites   0 Comments

Color spaces of #498cbb

RGB 73140187
HSL0.570.460.51
HSV205°61°73°
CMYK 0.610.250.00   0.27
XYZ21.095423.760550.4881
Yxy23.76050.22130.2492
Hunter Lab48.7447-8.0534-27.2892
CIE-Lab55.8472-6.9578-30.9262

#498cbb color RGB value is (73,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001100 10111011
Octal 111 214 273
Decimal 73 140 187
Hex 49 8C BB

RGB Percentages of Color #498cbb

%18.25
%35.00
%46.75

CMYK Percentages of Color #498cbb

%61
%25
%0
%27

Triadic Colors of #498cbb

#498cbb #bb498c #8cbb49

Analogous Colors of #498cbb

#498cbb #4953bb #49bbb1

Monochromatic Colors of #498cbb

#498cbb

Complementary Color

#498cbb #bb7849

#498cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#498cbb Color CSS Codes

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

#498cbb Text Font Color

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

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


#498cbb Background Color

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

This div background color is #498cbb


#498cbb Border Color

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

This div border color is #498cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498cbb


Comments

No comments written yet.

Please login to write comment.