Color Hex Logo

#4b3dbf Color Hex

#4B3DBF
(75,61,191)
0 Favorites   0 Comments

Color spaces of #4b3dbf

RGB 7561191
HSL0.680.520.49
HSV246°68°75°
CMYK 0.610.680.00   0.25
XYZ13.97448.594950.2127
Yxy8.59490.19200.1181
Hunter Lab29.317133.7797-81.0268
CIE-Lab35.192343.2407-66.2561

#4b3dbf color RGB value is (75,61,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 00111101 10111111
Octal 113 75 277
Decimal 75 61 191
Hex 4B 3D BF

RGB Percentages of Color #4b3dbf

%22.94
%18.65
%58.41

CMYK Percentages of Color #4b3dbf

%61
%68
%0
%25

Triadic Colors of #4b3dbf

#4b3dbf #bf4b3d #3dbf4b

Analogous Colors of #4b3dbf

#4b3dbf #8c3dbf #3d70bf

Monochromatic Colors of #4b3dbf

#4b3dbf

Complementary Color

#4b3dbf #b1bf3d

#4b3dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b3dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b3dbf Color CSS Codes

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

#4b3dbf Text Font Color

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

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


#4b3dbf Background Color

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

This div background color is #4b3dbf


#4b3dbf Border Color

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

This div border color is #4b3dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b3dbf


Comments

No comments written yet.

Please login to write comment.