Color Hex Logo

#4f44af Color Hex

#4F44AF
(79,68,175)
0 Favorites   0 Comments

Color spaces of #4f44af

RGB 7968175
HSL0.680.440.48
HSV246°61°69°
CMYK 0.550.610.00   0.31
XYZ13.02948.891741.5870
Yxy8.89170.20520.1400
Hunter Lab29.819025.8125-61.8155
CIE-Lab35.774934.6415-55.8424

#4f44af color RGB value is (79,68,175).

#4f44af hex color red value is 79, green value is 68 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4f44af hue: 0.68 , saturation: 0.44 and the lightness value of 4f44af is 0.48.

The process color (four color CMYK) of #4f44af color hex is 0.55, 0.61, 0.00, 0.31. Web safe color of #4f44af is #663399. Color #4f44af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01000100 10101111
Octal 117 104 257
Decimal 79 68 175
Hex 4F 44 AF

RGB Percentages of Color #4f44af

%24.53
%21.12
%54.35

CMYK Percentages of Color #4f44af

%55
%61
%0
%31

Triadic Colors of #4f44af

#4f44af #af4f44 #44af4f

Analogous Colors of #4f44af

#4f44af #8544af #446faf

Monochromatic Colors of #4f44af

#4f44af

Complementary Color

#4f44af #a4af44

#4f44af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f44af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f44af Color CSS Codes

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

#4f44af Text Font Color

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

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


#4f44af Background Color

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

This div background color is #4f44af


#4f44af Border Color

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

This div border color is #4f44af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f44af


Comments

No comments written yet.

Please login to write comment.