Color Hex Logo

#4d77bf Color Hex

#4D77BF
(77,119,191)
0 Favorites   0 Comments

Color spaces of #4d77bf

RGB 77119191
HSL0.610.470.53
HSV218°60°75°
CMYK 0.600.380.00   0.25
XYZ19.061418.533051.8628
Yxy18.53300.21310.2072
Hunter Lab43.05003.6977-41.2924
CIE-Lab50.13637.5979-42.1650

#4d77bf color RGB value is (77,119,191).

#4d77bf hex color red value is 77, green value is 119 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4d77bf hue: 0.61 , saturation: 0.47 and the lightness value of 4d77bf is 0.53.

The process color (four color CMYK) of #4d77bf color hex is 0.60, 0.38, 0.00, 0.25. Web safe color of #4d77bf is #6666cc. Color #4d77bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01110111 10111111
Octal 115 167 277
Decimal 77 119 191
Hex 4D 77 BF

RGB Percentages of Color #4d77bf

%19.90
%30.75
%49.35

CMYK Percentages of Color #4d77bf

%60
%38
%0
%25

Triadic Colors of #4d77bf

#4d77bf #bf4d77 #77bf4d

Analogous Colors of #4d77bf

#4d77bf #5c4dbf #4db0bf

Monochromatic Colors of #4d77bf

#4d77bf

Complementary Color

#4d77bf #bf954d

#4d77bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d77bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d77bf Color CSS Codes

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

#4d77bf Text Font Color

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

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


#4d77bf Background Color

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

This div background color is #4d77bf


#4d77bf Border Color

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

This div border color is #4d77bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d77bf


Comments

No comments written yet.

Please login to write comment.