Color Hex Logo

#4b918e Color Hex

#4B918E
(75,145,142)
0 Favorites   0 Comments

Color spaces of #4b918e

RGB 75145142
HSL0.490.320.43
HSV177°48°57°
CMYK 0.480.000.02   0.43
XYZ17.909523.699629.2217
Yxy23.69960.25280.3346
Hunter Lab48.6822-19.5263-1.5115
CIE-Lab55.7858-22.7716-5.2380

#4b918e color RGB value is (75,145,142).

#4b918e hex color red value is 75, green value is 145 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #4b918e hue: 0.49 , saturation: 0.32 and the lightness value of 4b918e is 0.43.

The process color (four color CMYK) of #4b918e color hex is 0.48, 0.00, 0.02, 0.43. Web safe color of #4b918e is #339999. Color #4b918e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10010001 10001110
Octal 113 221 216
Decimal 75 145 142
Hex 4B 91 8E

RGB Percentages of Color #4b918e

%20.72
%40.06
%39.23

CMYK Percentages of Color #4b918e

%48
%0
%2
%43

Triadic Colors of #4b918e

#4b918e #8e4b91 #918e4b

Analogous Colors of #4b918e

#4b918e #4b7191 #4b916b

Monochromatic Colors of #4b918e

#4b918e

Complementary Color

#4b918e #914b4e

#4b918e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b918e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b918e Color CSS Codes

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

#4b918e Text Font Color

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

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


#4b918e Background Color

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

This div background color is #4b918e


#4b918e Border Color

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

This div border color is #4b918e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b918e


Comments

No comments written yet.

Please login to write comment.