Color Hex Logo

#4f46bd Color Hex

#4F46BD
(79,70,189)
0 Favorites   0 Comments

Color spaces of #4f46bd

RGB 7970189
HSL0.680.470.51
HSV245°63°74°
CMYK 0.580.630.00   0.26
XYZ14.59999.716749.2501
Yxy9.71670.19850.1321
Hunter Lab31.171629.0540-71.8560
CIE-Lab37.329137.9105-61.5782

#4f46bd color RGB value is (79,70,189).

#4f46bd hex color red value is 79, green value is 70 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4f46bd hue: 0.68 , saturation: 0.47 and the lightness value of 4f46bd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 01000110 10111101
Octal 117 106 275
Decimal 79 70 189
Hex 4F 46 BD

RGB Percentages of Color #4f46bd

%23.37
%20.71
%55.92

CMYK Percentages of Color #4f46bd

%58
%63
%0
%26

Triadic Colors of #4f46bd

#4f46bd #bd4f46 #46bd4f

Analogous Colors of #4f46bd

#4f46bd #8b46bd #4679bd

Monochromatic Colors of #4f46bd

#4f46bd

Complementary Color

#4f46bd #b4bd46

#4f46bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f46bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f46bd Color CSS Codes

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

#4f46bd Text Font Color

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

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


#4f46bd Background Color

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

This div background color is #4f46bd


#4f46bd Border Color

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

This div border color is #4f46bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f46bd


Comments

No comments written yet.

Please login to write comment.