Color Hex Logo

#4d6fbf Color Hex

#4D6FBF
(77,111,191)
0 Favorites   0 Comments

Color spaces of #4d6fbf

RGB 77111191
HSL0.620.470.53
HSV222°60°75°
CMYK 0.600.420.00   0.25
XYZ18.149016.708251.5587
Yxy16.70820.21000.1933
Hunter Lab40.87577.7225-46.1727
CIE-Lab47.890212.5330-45.7317

#4d6fbf color RGB value is (77,111,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 01101111 10111111
Octal 115 157 277
Decimal 77 111 191
Hex 4D 6F BF

RGB Percentages of Color #4d6fbf

%20.32
%29.29
%50.40

CMYK Percentages of Color #4d6fbf

%60
%42
%0
%25

Triadic Colors of #4d6fbf

#4d6fbf #bf4d6f #6fbf4d

Analogous Colors of #4d6fbf

#4d6fbf #644dbf #4da8bf

Monochromatic Colors of #4d6fbf

#4d6fbf

Complementary Color

#4d6fbf #bf9d4d

#4d6fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d6fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d6fbf Color CSS Codes

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

#4d6fbf Text Font Color

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

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


#4d6fbf Background Color

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

This div background color is #4d6fbf


#4d6fbf Border Color

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

This div border color is #4d6fbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,111,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 #4d6fbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d6fbf


Comments

No comments written yet.

Please login to write comment.