Color Hex Logo

#498caf Color Hex

#498CAF
(73,140,175)
0 Favorites   0 Comments

Color spaces of #498caf

RGB 73140175
HSL0.560.410.49
HSV201°58°69°
CMYK 0.580.200.00   0.31
XYZ19.863623.267844.0016
Yxy23.26780.22800.2670
Hunter Lab48.2367-10.9090-20.3187
CIE-Lab55.3471-10.8132-24.8530

#498caf color RGB value is (73,140,175).

#498caf hex color red value is 73, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #498caf hue: 0.56 , saturation: 0.41 and the lightness value of 498caf is 0.49.

The process color (four color CMYK) of #498caf color hex is 0.58, 0.20, 0.00, 0.31. Web safe color of #498caf is #339999. Color #498caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001100 10101111
Octal 111 214 257
Decimal 73 140 175
Hex 49 8C AF

RGB Percentages of Color #498caf

%18.81
%36.08
%45.10

CMYK Percentages of Color #498caf

%58
%20
%0
%31

Triadic Colors of #498caf

#498caf #af498c #8caf49

Analogous Colors of #498caf

#498caf #4959af #49af9f

Monochromatic Colors of #498caf

#498caf

Complementary Color

#498caf #af6c49

#498caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#498caf Color CSS Codes

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

#498caf Text Font Color

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

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


#498caf Background Color

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

This div background color is #498caf


#498caf Border Color

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

This div border color is #498caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498caf


Comments

No comments written yet.

Please login to write comment.