Color Hex Logo

#4f46ca Color Hex

#4F46CA
(79,70,202)
0 Favorites   0 Comments

Color spaces of #4f46ca

RGB 7970202
HSL0.680.550.53
HSV244°65°79°
CMYK 0.610.650.00   0.21
XYZ16.075310.306957.0193
Yxy10.30690.19270.1236
Hunter Lab32.104433.1959-82.8296
CIE-Lab38.387742.0799-67.4351

#4f46ca color RGB value is (79,70,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 01000110 11001010
Octal 117 106 312
Decimal 79 70 202
Hex 4F 46 CA

RGB Percentages of Color #4f46ca

%22.51
%19.94
%57.55

CMYK Percentages of Color #4f46ca

%61
%65
%0
%21

Triadic Colors of #4f46ca

#4f46ca #ca4f46 #46ca4f

Analogous Colors of #4f46ca

#4f46ca #9146ca #467fca

Monochromatic Colors of #4f46ca

#4f46ca

Complementary Color

#4f46ca #c1ca46

#4f46ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f46ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f46ca Color CSS Codes

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

#4f46ca Text Font Color

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

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


#4f46ca Background Color

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

This div background color is #4f46ca


#4f46ca Border Color

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

This div border color is #4f46ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f46ca


Comments

No comments written yet.

Please login to write comment.