Color Hex Logo

#4f79eb Color Hex

#4F79EB
(79,121,235)
0 Favorites   0 Comments

Color spaces of #4f79eb

RGB 79121235
HSL0.620.800.62
HSV224°66°92°
CMYK 0.660.490.00   0.08
XYZ25.057221.335281.3947
Yxy21.33520.19610.1670
Hunter Lab46.190016.0002-72.1460
CIE-Lab53.314421.8343-62.0058

#4f79eb color RGB value is (79,121,235).

#4f79eb hex color red value is 79, green value is 121 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4f79eb hue: 0.62 , saturation: 0.80 and the lightness value of 4f79eb is 0.62.

The process color (four color CMYK) of #4f79eb color hex is 0.66, 0.49, 0.00, 0.08. Web safe color of #4f79eb is #6666ff. Color #4f79eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01111001 11101011
Octal 117 171 353
Decimal 79 121 235
Hex 4F 79 EB

RGB Percentages of Color #4f79eb

%18.16
%27.82
%54.02

CMYK Percentages of Color #4f79eb

%66
%49
%0
%8

Triadic Colors of #4f79eb

#4f79eb #eb4f79 #79eb4f

Analogous Colors of #4f79eb

#4f79eb #734feb #4fc7eb

Monochromatic Colors of #4f79eb

#4f79eb

Complementary Color

#4f79eb #ebc14f

#4f79eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f79eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f79eb Color CSS Codes

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

#4f79eb Text Font Color

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

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


#4f79eb Background Color

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

This div background color is #4f79eb


#4f79eb Border Color

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

This div border color is #4f79eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f79eb


Comments

No comments written yet.

Please login to write comment.