Color Hex Logo

#4890ab Color Hex

#4890AB
(72,144,171)
0 Favorites   0 Comments

Color spaces of #4890ab

RGB 72144171
HSL0.550.410.48
HSV196°58°67°
CMYK 0.580.160.00   0.33
XYZ19.996424.264542.1577
Yxy24.26450.23140.2808
Hunter Lab49.2590-13.7423-16.2613
CIE-Lab56.3516-14.4833-21.0260

#4890ab color RGB value is (72,144,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010000 10101011
Octal 110 220 253
Decimal 72 144 171
Hex 48 90 AB

RGB Percentages of Color #4890ab

%18.60
%37.21
%44.19

CMYK Percentages of Color #4890ab

%58
%16
%0
%33

Triadic Colors of #4890ab

#4890ab #ab4890 #90ab48

Analogous Colors of #4890ab

#4890ab #485fab #48ab95

Monochromatic Colors of #4890ab

#4890ab

Complementary Color

#4890ab #ab6348

#4890ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4890ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4890ab Color CSS Codes

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

#4890ab Text Font Color

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

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


#4890ab Background Color

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

This div background color is #4890ab


#4890ab Border Color

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

This div border color is #4890ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4890ab


Comments

No comments written yet.

Please login to write comment.