Color Hex Logo

#4da4bb Color Hex

#4DA4BB
(77,164,187)
0 Favorites   0 Comments

Color spaces of #4da4bb

RGB 77164187
HSL0.530.450.52
HSV193°59°73°
CMYK 0.590.120.00   0.27
XYZ25.305731.716651.8019
Yxy31.71660.23250.2914
Hunter Lab56.3175-18.3484-15.1138
CIE-Lab63.1080-19.3229-19.7389

#4da4bb color RGB value is (77,164,187).

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

The process color (four color CMYK) of #4da4bb color hex is 0.59, 0.12, 0.00, 0.27. Web safe color of #4da4bb is #6699cc. Color #4da4bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10100100 10111011
Octal 115 244 273
Decimal 77 164 187
Hex 4D A4 BB

RGB Percentages of Color #4da4bb

%17.99
%38.32
%43.69

CMYK Percentages of Color #4da4bb

%59
%12
%0
%27

Triadic Colors of #4da4bb

#4da4bb #bb4da4 #a4bb4d

Analogous Colors of #4da4bb

#4da4bb #4d6dbb #4dbb9b

Monochromatic Colors of #4da4bb

#4da4bb

Complementary Color

#4da4bb #bb644d

#4da4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4da4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4da4bb Color CSS Codes

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

#4da4bb Text Font Color

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

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


#4da4bb Background Color

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

This div background color is #4da4bb


#4da4bb Border Color

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

This div border color is #4da4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4da4bb


Comments

No comments written yet.

Please login to write comment.