Color Hex Logo

#4f64bd Color Hex

#4F64BD
(79,100,189)
0 Favorites   0 Comments

Color spaces of #4f64bd

RGB 79100189
HSL0.630.450.53
HSV229°58°74°
CMYK 0.580.470.00   0.26
XYZ16.966914.450750.0391
Yxy14.45070.20830.1774
Hunter Lab38.014113.1456-51.4354
CIE-Lab44.872519.1487-49.3879

#4f64bd color RGB value is (79,100,189).

#4f64bd hex color red value is 79, green value is 100 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4f64bd hue: 0.63 , saturation: 0.45 and the lightness value of 4f64bd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 01100100 10111101
Octal 117 144 275
Decimal 79 100 189
Hex 4F 64 BD

RGB Percentages of Color #4f64bd

%21.47
%27.17
%51.36

CMYK Percentages of Color #4f64bd

%58
%47
%0
%26

Triadic Colors of #4f64bd

#4f64bd #bd4f64 #64bd4f

Analogous Colors of #4f64bd

#4f64bd #714fbd #4f9bbd

Monochromatic Colors of #4f64bd

#4f64bd

Complementary Color

#4f64bd #bda84f

#4f64bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f64bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f64bd Color CSS Codes

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

#4f64bd Text Font Color

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

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


#4f64bd Background Color

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

This div background color is #4f64bd


#4f64bd Border Color

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

This div border color is #4f64bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f64bd


Comments

No comments written yet.

Please login to write comment.