Color Hex Logo

#498aaf Color Hex

#498AAF
(73,138,175)
0 Favorites   0 Comments

Color spaces of #498aaf

RGB 73138175
HSL0.560.410.49
HSV202°58°69°
CMYK 0.580.210.00   0.31
XYZ19.574022.688643.9051
Yxy22.68860.22720.2633
Hunter Lab47.6326-10.0046-21.3075
CIE-Lab54.7501-9.6890-25.7741

#498aaf color RGB value is (73,138,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001010 10101111
Octal 111 212 257
Decimal 73 138 175
Hex 49 8A AF

RGB Percentages of Color #498aaf

%18.91
%35.75
%45.34

CMYK Percentages of Color #498aaf

%58
%21
%0
%31

Triadic Colors of #498aaf

#498aaf #af498a #8aaf49

Analogous Colors of #498aaf

#498aaf #4957af #49afa1

Monochromatic Colors of #498aaf

#498aaf

Complementary Color

#498aaf #af6e49

#498aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#498aaf Color CSS Codes

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

#498aaf Text Font Color

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

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


#498aaf Background Color

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

This div background color is #498aaf


#498aaf Border Color

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

This div border color is #498aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498aaf


Comments

No comments written yet.

Please login to write comment.