Color Hex Logo

#4f46df Color Hex

#4F46DF
(79,70,223)
0 Favorites   0 Comments

Color spaces of #4f46df

RGB 7970223
HSL0.680.710.57
HSV244°69°87°
CMYK 0.650.690.00   0.13
XYZ18.733911.370371.0193
Yxy11.37030.18530.1124
Hunter Lab33.719940.1603-101.2700
CIE-Lab40.197348.7527-76.5559

#4f46df color RGB value is (79,70,223).

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

The process color (four color CMYK) of #4f46df color hex is 0.65, 0.69, 0.00, 0.13. Web safe color of #4f46df is #6633cc. Color #4f46df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01000110 11011111
Octal 117 106 337
Decimal 79 70 223
Hex 4F 46 DF

RGB Percentages of Color #4f46df

%21.24
%18.82
%59.95

CMYK Percentages of Color #4f46df

%65
%69
%0
%13

Triadic Colors of #4f46df

#4f46df #df4f46 #46df4f

Analogous Colors of #4f46df

#4f46df #9c46df #468adf

Monochromatic Colors of #4f46df

#4f46df

Complementary Color

#4f46df #d6df46

#4f46df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f46df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f46df Color CSS Codes

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

#4f46df Text Font Color

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

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


#4f46df Background Color

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

This div background color is #4f46df


#4f46df Border Color

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

This div border color is #4f46df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f46df


Comments

No comments written yet.

Please login to write comment.