Color Hex Logo

#4b87ac Color Hex

#4B87AC
(75,135,172)
0 Favorites   0 Comments

Color spaces of #4b87ac

RGB 75135172
HSL0.560.390.48
HSV203°56°67°
CMYK 0.560.220.00   0.33
XYZ19.012021.802442.2360
Yxy21.80240.22890.2625
Hunter Lab46.6930-9.0330-20.9454
CIE-Lab53.8167-8.5190-25.4868

#4b87ac color RGB value is (75,135,172).

#4b87ac hex color red value is 75, green value is 135 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4b87ac hue: 0.56 , saturation: 0.39 and the lightness value of 4b87ac is 0.48.

The process color (four color CMYK) of #4b87ac color hex is 0.56, 0.22, 0.00, 0.33. Web safe color of #4b87ac is #339999. Color #4b87ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000111 10101100
Octal 113 207 254
Decimal 75 135 172
Hex 4B 87 AC

RGB Percentages of Color #4b87ac

%19.63
%35.34
%45.03

CMYK Percentages of Color #4b87ac

%56
%22
%0
%33

Triadic Colors of #4b87ac

#4b87ac #ac4b87 #87ac4b

Analogous Colors of #4b87ac

#4b87ac #4b57ac #4baca1

Monochromatic Colors of #4b87ac

#4b87ac

Complementary Color

#4b87ac #ac704b

#4b87ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b87ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b87ac Color CSS Codes

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

#4b87ac Text Font Color

<p style="color:#4b87ac">Text here</p>

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


#4b87ac Background Color

<div style="background-color:#4b87ac">
Div content here</div>

This div background color is #4b87ac


#4b87ac Border Color

<div style="border:3px solid #4b87ac">
Div here</div>

This div border color is #4b87ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,135,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b87ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b87ac;
  -webkit-box-shadow: 1px 1px 3px 2px #4b87ac;
  box-shadow:         1px 1px 3px 2px #4b87ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,135,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b87ac


Comments

No comments written yet.

Please login to write comment.