Color Hex Logo

#4041bb Color Hex

#4041BB
(64,65,187)
0 Favorites   0 Comments

Color spaces of #4041bb

RGB 6465187
HSL0.670.490.49
HSV240°66°73°
CMYK 0.660.650.00   0.27
XYZ12.97438.458447.9625
Yxy8.45840.18700.1219
Hunter Lab29.083328.7344-77.4192
CIE-Lab34.919937.9632-64.3823

#4041bb color RGB value is (64,65,187).

#4041bb hex color red value is 64, green value is 65 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4041bb hue: 0.67 , saturation: 0.49 and the lightness value of 4041bb is 0.49.

The process color (four color CMYK) of #4041bb color hex is 0.66, 0.65, 0.00, 0.27. Web safe color of #4041bb is #3333cc. Color #4041bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000001 10111011
Octal 100 101 273
Decimal 64 65 187
Hex 40 41 BB

RGB Percentages of Color #4041bb

%20.25
%20.57
%59.18

CMYK Percentages of Color #4041bb

%66
%65
%0
%27

Triadic Colors of #4041bb

#4041bb #bb4041 #41bb40

Analogous Colors of #4041bb

#4041bb #7d40bb #407fbb

Monochromatic Colors of #4041bb

#4041bb

Complementary Color

#4041bb #bbba40

#4041bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4041bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4041bb Color CSS Codes

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

#4041bb Text Font Color

<p style="color:#4041bb">Text here</p>

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


#4041bb Background Color

<div style="background-color:#4041bb">
Div content here</div>

This div background color is #4041bb


#4041bb Border Color

<div style="border:3px solid #4041bb">
Div here</div>

This div border color is #4041bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,65,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4041bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4041bb;
  -webkit-box-shadow: 1px 1px 3px 2px #4041bb;
  box-shadow:         1px 1px 3px 2px #4041bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,65,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4041bb


Comments

No comments written yet.

Please login to write comment.