Color Hex Logo

#4891ab Color Hex

#4891AB
(72,145,171)
0 Favorites   0 Comments

Color spaces of #4891ab

RGB 72145171
HSL0.540.410.48
HSV196°58°67°
CMYK 0.580.150.00   0.33
XYZ20.148624.568842.2084
Yxy24.56880.23180.2826
Hunter Lab49.5669-14.1831-15.7912
CIE-Lab56.6528-15.0290-20.5651

#4891ab color RGB value is (72,145,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010001 10101011
Octal 110 221 253
Decimal 72 145 171
Hex 48 91 AB

RGB Percentages of Color #4891ab

%18.56
%37.37
%44.07

CMYK Percentages of Color #4891ab

%58
%15
%0
%33

Triadic Colors of #4891ab

#4891ab #ab4891 #91ab48

Analogous Colors of #4891ab

#4891ab #485fab #48ab94

Monochromatic Colors of #4891ab

#4891ab

Complementary Color

#4891ab #ab6248

#4891ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4891ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4891ab Color CSS Codes

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

#4891ab Text Font Color

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

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


#4891ab Background Color

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

This div background color is #4891ab


#4891ab Border Color

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

This div border color is #4891ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,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 #4891ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4891ab


Comments

No comments written yet.

Please login to write comment.