Color Hex Logo

#4991ab Color Hex

#4991AB
(73,145,171)
0 Favorites   0 Comments

Color spaces of #4991ab

RGB 73145171
HSL0.540.400.48
HSV196°57°67°
CMYK 0.570.150.00   0.33
XYZ20.223724.607542.2119
Yxy24.60750.23230.2827
Hunter Lab49.6059-14.0383-15.7283
CIE-Lab56.6910-14.8233-20.5034

#4991ab color RGB value is (73,145,171).

#4991ab hex color red value is 73, green value is 145 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4991ab hue: 0.54 , saturation: 0.40 and the lightness value of 4991ab is 0.48.

The process color (four color CMYK) of #4991ab color hex is 0.57, 0.15, 0.00, 0.33. Web safe color of #4991ab is #339999. Color #4991ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010001 10101011
Octal 111 221 253
Decimal 73 145 171
Hex 49 91 AB

RGB Percentages of Color #4991ab

%18.77
%37.28
%43.96

CMYK Percentages of Color #4991ab

%57
%15
%0
%33

Triadic Colors of #4991ab

#4991ab #ab4991 #91ab49

Analogous Colors of #4991ab

#4991ab #4960ab #49ab94

Monochromatic Colors of #4991ab

#4991ab

Complementary Color

#4991ab #ab6349

#4991ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4991ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4991ab Color CSS Codes

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

#4991ab Text Font Color

<p style="color:#4991ab">Text here</p>

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


#4991ab Background Color

<div style="background-color:#4991ab">
Div content here</div>

This div background color is #4991ab


#4991ab Border Color

<div style="border:3px solid #4991ab">
Div here</div>

This div border color is #4991ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,145,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4991ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4991ab;
  -webkit-box-shadow: 1px 1px 3px 2px #4991ab;
  box-shadow:         1px 1px 3px 2px #4991ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4991ab


Comments

No comments written yet.

Please login to write comment.