Color Hex Logo

#4f4bbf Color Hex

#4F4BBF
(79,75,191)
0 Favorites   0 Comments

Color spaces of #4f4bbf

RGB 7975191
HSL0.670.480.52
HSV242°61°75°
CMYK 0.590.610.00   0.25
XYZ15.144510.456050.5102
Yxy10.45600.19900.1374
Hunter Lab32.335727.0132-69.9792
CIE-Lab38.648735.5115-60.6014

#4f4bbf color RGB value is (79,75,191).

#4f4bbf hex color red value is 79, green value is 75 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4f4bbf hue: 0.67 , saturation: 0.48 and the lightness value of 4f4bbf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 01001011 10111111
Octal 117 113 277
Decimal 79 75 191
Hex 4F 4B BF

RGB Percentages of Color #4f4bbf

%22.90
%21.74
%55.36

CMYK Percentages of Color #4f4bbf

%59
%61
%0
%25

Triadic Colors of #4f4bbf

#4f4bbf #bf4f4b #4bbf4f

Analogous Colors of #4f4bbf

#4f4bbf #894bbf #4b81bf

Monochromatic Colors of #4f4bbf

#4f4bbf

Complementary Color

#4f4bbf #bbbf4b

#4f4bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f4bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f4bbf Color CSS Codes

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

#4f4bbf Text Font Color

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

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


#4f4bbf Background Color

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

This div background color is #4f4bbf


#4f4bbf Border Color

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

This div border color is #4f4bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f4bbf

#4f4bbf Color Palettes


Comments

No comments written yet.

Please login to write comment.