Color Hex Logo

#4d9295 Color Hex

#4D9295
(77,146,149)
0 Favorites   0 Comments

Color spaces of #4d9295

RGB 77146149
HSL0.510.320.44
HSV183°48°58°
CMYK 0.480.020.00   0.42
XYZ18.764324.305532.1362
Yxy24.30550.24950.3232
Hunter Lab49.3006-18.3372-4.1373
CIE-Lab56.3924-20.8965-8.3459

#4d9295 color RGB value is (77,146,149).

#4d9295 hex color red value is 77, green value is 146 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #4d9295 hue: 0.51 , saturation: 0.32 and the lightness value of 4d9295 is 0.44.

The process color (four color CMYK) of #4d9295 color hex is 0.48, 0.02, 0.00, 0.42. Web safe color of #4d9295 is #669999. Color #4d9295 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10010010 10010101
Octal 115 222 225
Decimal 77 146 149
Hex 4D 92 95

RGB Percentages of Color #4d9295

%20.70
%39.25
%40.05

CMYK Percentages of Color #4d9295

%48
%2
%0
%42

Triadic Colors of #4d9295

#4d9295 #954d92 #92954d

Analogous Colors of #4d9295

#4d9295 #4d6e95 #4d9574

Monochromatic Colors of #4d9295

#4d9295

Complementary Color

#4d9295 #95504d

#4d9295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d9295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d9295 Color CSS Codes

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

#4d9295 Text Font Color

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

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


#4d9295 Background Color

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

This div background color is #4d9295


#4d9295 Border Color

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

This div border color is #4d9295


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,146,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d9295; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d9295;
  -webkit-box-shadow: 1px 1px 3px 2px #4d9295;
  box-shadow:         1px 1px 3px 2px #4d9295; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,146,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d9295


Comments

No comments written yet.

Please login to write comment.