Color Hex Logo

#4f4dbe Color Hex

#4F4DBE
(79,77,190)
0 Favorites   0 Comments

Color spaces of #4f4dbe

RGB 7977190
HSL0.670.470.52
HSV241°59°75°
CMYK 0.580.590.00   0.25
XYZ15.172610.687749.9785
Yxy10.68770.20010.1409
Hunter Lab32.692025.6320-67.7561
CIE-Lab39.049433.9519-59.3653

#4f4dbe color RGB value is (79,77,190).

#4f4dbe hex color red value is 79, green value is 77 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4f4dbe hue: 0.67 , saturation: 0.47 and the lightness value of 4f4dbe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 01001101 10111110
Octal 117 115 276
Decimal 79 77 190
Hex 4F 4D BE

RGB Percentages of Color #4f4dbe

%22.83
%22.25
%54.91

CMYK Percentages of Color #4f4dbe

%58
%59
%0
%25

Triadic Colors of #4f4dbe

#4f4dbe #be4f4d #4dbe4f

Analogous Colors of #4f4dbe

#4f4dbe #884dbe #4d84be

Monochromatic Colors of #4f4dbe

#4f4dbe

Complementary Color

#4f4dbe #bcbe4d

#4f4dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f4dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f4dbe Color CSS Codes

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

#4f4dbe Text Font Color

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

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


#4f4dbe Background Color

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

This div background color is #4f4dbe


#4f4dbe Border Color

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

This div border color is #4f4dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f4dbe


Comments

No comments written yet.

Please login to write comment.