Color Hex Logo

#4da4c1 Color Hex

#4DA4C1
(77,164,193)
0 Favorites   0 Comments

Color spaces of #4da4c1

RGB 77164193
HSL0.540.480.53
HSV195°60°76°
CMYK 0.600.150.00   0.24
XYZ25.961731.979055.2563
Yxy31.97900.22930.2825
Hunter Lab56.5500-17.0144-18.3487
CIE-Lab63.3255-17.5049-22.7600

#4da4c1 color RGB value is (77,164,193).

#4da4c1 hex color red value is 77, green value is 164 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #4da4c1 hue: 0.54 , saturation: 0.48 and the lightness value of 4da4c1 is 0.53.

The process color (four color CMYK) of #4da4c1 color hex is 0.60, 0.15, 0.00, 0.24. Web safe color of #4da4c1 is #6699cc. Color #4da4c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10100100 11000001
Octal 115 244 301
Decimal 77 164 193
Hex 4D A4 C1

RGB Percentages of Color #4da4c1

%17.74
%37.79
%44.47

CMYK Percentages of Color #4da4c1

%60
%15
%0
%24

Triadic Colors of #4da4c1

#4da4c1 #c14da4 #a4c14d

Analogous Colors of #4da4c1

#4da4c1 #4d6ac1 #4dc1a4

Monochromatic Colors of #4da4c1

#4da4c1

Complementary Color

#4da4c1 #c16a4d

#4da4c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4da4c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4da4c1 Color CSS Codes

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

#4da4c1 Text Font Color

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

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


#4da4c1 Background Color

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

This div background color is #4da4c1


#4da4c1 Border Color

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

This div border color is #4da4c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4da4c1


Comments

No comments written yet.

Please login to write comment.