Color Hex Logo

#4a87b7 Color Hex

#4A87B7
(74,135,183)
0 Favorites   0 Comments

Color spaces of #4a87b7

RGB 74135183
HSL0.570.430.50
HSV206°60°72°
CMYK 0.600.260.00   0.28
XYZ20.035322.202748.0293
Yxy22.20270.22200.2460
Hunter Lab47.1197-6.5614-27.4507
CIE-Lab54.2414-5.1947-31.1399

#4a87b7 color RGB value is (74,135,183).

#4a87b7 hex color red value is 74, green value is 135 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #4a87b7 hue: 0.57 , saturation: 0.43 and the lightness value of 4a87b7 is 0.50.

The process color (four color CMYK) of #4a87b7 color hex is 0.60, 0.26, 0.00, 0.28. Web safe color of #4a87b7 is #3399cc. Color #4a87b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10000111 10110111
Octal 112 207 267
Decimal 74 135 183
Hex 4A 87 B7

RGB Percentages of Color #4a87b7

%18.88
%34.44
%46.68

CMYK Percentages of Color #4a87b7

%60
%26
%0
%28

Triadic Colors of #4a87b7

#4a87b7 #b74a87 #87b74a

Analogous Colors of #4a87b7

#4a87b7 #4a51b7 #4ab7b1

Monochromatic Colors of #4a87b7

#4a87b7

Complementary Color

#4a87b7 #b77a4a

#4a87b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a87b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a87b7 Color CSS Codes

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

#4a87b7 Text Font Color

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

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


#4a87b7 Background Color

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

This div background color is #4a87b7


#4a87b7 Border Color

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

This div border color is #4a87b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a87b7


Comments

No comments written yet.

Please login to write comment.