Color Hex Logo

#4f73bf Color Hex

#4F73BF
(79,115,191)
0 Favorites   0 Comments

Color spaces of #4f73bf

RGB 79115191
HSL0.610.470.53
HSV221°59°75°
CMYK 0.590.400.00   0.25
XYZ18.759217.685351.7151
Yxy17.68530.21280.2006
Hunter Lab42.05396.0301-43.4732
CIE-Lab49.112210.4574-43.7824

#4f73bf color RGB value is (79,115,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 01110011 10111111
Octal 117 163 277
Decimal 79 115 191
Hex 4F 73 BF

RGB Percentages of Color #4f73bf

%20.52
%29.87
%49.61

CMYK Percentages of Color #4f73bf

%59
%40
%0
%25

Triadic Colors of #4f73bf

#4f73bf #bf4f73 #73bf4f

Analogous Colors of #4f73bf

#4f73bf #634fbf #4fabbf

Monochromatic Colors of #4f73bf

#4f73bf

Complementary Color

#4f73bf #bf9b4f

#4f73bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f73bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f73bf Color CSS Codes

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

#4f73bf Text Font Color

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

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


#4f73bf Background Color

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

This div background color is #4f73bf


#4f73bf Border Color

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

This div border color is #4f73bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f73bf

#4f73bf Color Palettes


Comments

No comments written yet.

Please login to write comment.