Color Hex Logo

#498abf Color Hex

#498ABF
(73,138,191)
0 Favorites   0 Comments

Color spaces of #498abf

RGB 73138191
HSL0.570.480.52
HSV207°62°75°
CMYK 0.620.280.00   0.25
XYZ21.240123.355052.6787
Yxy23.35500.21840.2401
Hunter Lab48.3270-6.1201-30.8000
CIE-Lab55.4361-4.4954-33.8422

#498abf color RGB value is (73,138,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001010 10111111
Octal 111 212 277
Decimal 73 138 191
Hex 49 8A BF

RGB Percentages of Color #498abf

%18.16
%34.33
%47.51

CMYK Percentages of Color #498abf

%62
%28
%0
%25

Triadic Colors of #498abf

#498abf #bf498a #8abf49

Analogous Colors of #498abf

#498abf #494fbf #49bfb9

Monochromatic Colors of #498abf

#498abf

Complementary Color

#498abf #bf7e49

#498abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#498abf Color CSS Codes

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

#498abf Text Font Color

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

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


#498abf Background Color

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

This div background color is #498abf


#498abf Border Color

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

This div border color is #498abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498abf


Comments

No comments written yet.

Please login to write comment.