Color Hex Logo

#498abd Color Hex

#498ABD
(73,138,189)
0 Favorites   0 Comments

Color spaces of #498abd

RGB 73138189
HSL0.570.470.51
HSV206°61°74°
CMYK 0.610.270.00   0.26
XYZ21.021423.267551.5273
Yxy23.26750.21940.2428
Hunter Lab48.2364-6.6235-29.5696
CIE-Lab55.3468-5.1554-32.8439

#498abd color RGB value is (73,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001010 10111101
Octal 111 212 275
Decimal 73 138 189
Hex 49 8A BD

RGB Percentages of Color #498abd

%18.25
%34.50
%47.25

CMYK Percentages of Color #498abd

%61
%27
%0
%26

Triadic Colors of #498abd

#498abd #bd498a #8abd49

Analogous Colors of #498abd

#498abd #4950bd #49bdb6

Monochromatic Colors of #498abd

#498abd

Complementary Color

#498abd #bd7c49

#498abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#498abd Color CSS Codes

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

#498abd Text Font Color

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

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


#498abd Background Color

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

This div background color is #498abd


#498abd Border Color

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

This div border color is #498abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498abd


Comments

No comments written yet.

Please login to write comment.