Color Hex Logo

#4998ad Color Hex

#4998AD
(73,152,173)
0 Favorites   0 Comments

Color spaces of #4998ad

RGB 73152173
HSL0.540.410.48
HSV193°58°68°
CMYK 0.580.120.00   0.32
XYZ21.518726.890143.5913
Yxy26.89010.23390.2923
Hunter Lab51.8557-16.6747-13.5418
CIE-Lab58.8725-17.9863-18.3138

#4998ad color RGB value is (73,152,173).

#4998ad hex color red value is 73, green value is 152 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4998ad hue: 0.54 , saturation: 0.41 and the lightness value of 4998ad is 0.48.

The process color (four color CMYK) of #4998ad color hex is 0.58, 0.12, 0.00, 0.32. Web safe color of #4998ad is #339999. Color #4998ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011000 10101101
Octal 111 230 255
Decimal 73 152 173
Hex 49 98 AD

RGB Percentages of Color #4998ad

%18.34
%38.19
%43.47

CMYK Percentages of Color #4998ad

%58
%12
%0
%32

Triadic Colors of #4998ad

#4998ad #ad4998 #98ad49

Analogous Colors of #4998ad

#4998ad #4966ad #49ad90

Monochromatic Colors of #4998ad

#4998ad

Complementary Color

#4998ad #ad5e49

#4998ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4998ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4998ad Color CSS Codes

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

#4998ad Text Font Color

<p style="color:#4998ad">Text here</p>

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


#4998ad Background Color

<div style="background-color:#4998ad">
Div content here</div>

This div background color is #4998ad


#4998ad Border Color

<div style="border:3px solid #4998ad">
Div here</div>

This div border color is #4998ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,152,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4998ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4998ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4998ad;
  box-shadow:         1px 1px 3px 2px #4998ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4998ad


Comments

No comments written yet.

Please login to write comment.