Color Hex Logo

#4042bb Color Hex

#4042BB
(64,66,187)
0 Favorites   0 Comments

Color spaces of #4042bb

RGB 6466187
HSL0.660.490.49
HSV239°66°73°
CMYK 0.660.650.00   0.27
XYZ13.03228.574347.9818
Yxy8.57430.18730.1232
Hunter Lab29.281928.1998-76.6562
CIE-Lab35.151437.3476-64.0035

#4042bb color RGB value is (64,66,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000010 10111011
Octal 100 102 273
Decimal 64 66 187
Hex 40 42 BB

RGB Percentages of Color #4042bb

%20.19
%20.82
%58.99

CMYK Percentages of Color #4042bb

%66
%65
%0
%27

Triadic Colors of #4042bb

#4042bb #bb4042 #42bb40

Analogous Colors of #4042bb

#4042bb #7c40bb #4080bb

Monochromatic Colors of #4042bb

#4042bb

Complementary Color

#4042bb #bbb940

#4042bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4042bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4042bb Color CSS Codes

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

#4042bb Text Font Color

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

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


#4042bb Background Color

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

This div background color is #4042bb


#4042bb Border Color

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

This div border color is #4042bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,66,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 #4042bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4042bb


Comments

No comments written yet.

Please login to write comment.