Color Hex Logo

#4240bb Color Hex

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

Color spaces of #4240bb

RGB 6664187
HSL0.670.490.49
HSV241°66°73°
CMYK 0.650.660.00   0.27
XYZ13.04988.412947.9498
Yxy8.41290.18800.1212
Hunter Lab29.005029.5512-77.7121
CIE-Lab34.828438.8558-64.5266

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

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

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

Base Numbers

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

RGB Percentages of Color #4240bb

%20.82
%20.19
%58.99

CMYK Percentages of Color #4240bb

%65
%66
%0
%27

Triadic Colors of #4240bb

#4240bb #bb4240 #40bb42

Analogous Colors of #4240bb

#4240bb #8040bb #407cbb

Monochromatic Colors of #4240bb

#4240bb

Complementary Color

#4240bb #b9bb40

#4240bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4240bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4240bb Color CSS Codes

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

#4240bb Text Font Color

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

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


#4240bb Background Color

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

This div background color is #4240bb


#4240bb Border Color

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

This div border color is #4240bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4240bb


Comments

No comments written yet.

Please login to write comment.