Color Hex Logo

#498aba Color Hex

#498ABA
(73,138,186)
0 Favorites   0 Comments

Color spaces of #498aba

RGB 73138186
HSL0.570.450.51
HSV205°61°73°
CMYK 0.610.260.00   0.27
XYZ20.699123.138649.8296
Yxy23.13860.22100.2470
Hunter Lab48.1026-7.3690-27.7468
CIE-Lab55.2148-6.1397-31.3406

#498aba color RGB value is (73,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001010 10111010
Octal 111 212 272
Decimal 73 138 186
Hex 49 8A BA

RGB Percentages of Color #498aba

%18.39
%34.76
%46.85

CMYK Percentages of Color #498aba

%61
%26
%0
%27

Triadic Colors of #498aba

#498aba #ba498a #8aba49

Analogous Colors of #498aba

#498aba #4952ba #49bab2

Monochromatic Colors of #498aba

#498aba

Complementary Color

#498aba #ba7949

#498aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#498aba Color CSS Codes

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

#498aba Text Font Color

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

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


#498aba Background Color

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

This div background color is #498aba


#498aba Border Color

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

This div border color is #498aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498aba


Comments

No comments written yet.

Please login to write comment.