Color Hex Logo

#4b878c Color Hex

#4B878C
(75,135,140)
0 Favorites   0 Comments

Color spaces of #4b878c

RGB 75135140
HSL0.510.300.42
HSV185°46°55°
CMYK 0.460.040.00   0.45
XYZ16.299220.717327.9507
Yxy20.71730.25090.3189
Hunter Lab45.5163-15.7333-4.5475
CIE-Lab52.6387-18.0690-8.7658

#4b878c color RGB value is (75,135,140).

#4b878c hex color red value is 75, green value is 135 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #4b878c hue: 0.51 , saturation: 0.30 and the lightness value of 4b878c is 0.42.

The process color (four color CMYK) of #4b878c color hex is 0.46, 0.04, 0.00, 0.45. Web safe color of #4b878c is #339999. Color #4b878c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000111 10001100
Octal 113 207 214
Decimal 75 135 140
Hex 4B 87 8C

RGB Percentages of Color #4b878c

%21.43
%38.57
%40.00

CMYK Percentages of Color #4b878c

%46
%4
%0
%45

Triadic Colors of #4b878c

#4b878c #8c4b87 #878c4b

Analogous Colors of #4b878c

#4b878c #4b678c #4b8c71

Monochromatic Colors of #4b878c

#4b878c

Complementary Color

#4b878c #8c504b

#4b878c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b878c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b878c Color CSS Codes

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

#4b878c Text Font Color

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

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


#4b878c Background Color

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

This div background color is #4b878c


#4b878c Border Color

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

This div border color is #4b878c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b878c


Comments

No comments written yet.

Please login to write comment.