Color Hex Logo

#414bbd Color Hex

#414BBD
(65,75,189)
0 Favorites   0 Comments

Color spaces of #414bbd

RGB 6575189
HSL0.650.490.50
HSV235°66°74°
CMYK 0.660.600.00   0.26
XYZ13.88149.830149.3099
Yxy9.83010.19010.1346
Hunter Lab31.353024.1624-71.3003
CIE-Lab37.535832.5530-61.2840

#414bbd color RGB value is (65,75,189).

#414bbd hex color red value is 65, green value is 75 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #414bbd hue: 0.65 , saturation: 0.49 and the lightness value of 414bbd is 0.50.

The process color (four color CMYK) of #414bbd color hex is 0.66, 0.60, 0.00, 0.26. Web safe color of #414bbd is #3333cc. Color #414bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001011 10111101
Octal 101 113 275
Decimal 65 75 189
Hex 41 4B BD

RGB Percentages of Color #414bbd

%19.76
%22.80
%57.45

CMYK Percentages of Color #414bbd

%66
%60
%0
%26

Triadic Colors of #414bbd

#414bbd #bd414b #4bbd41

Analogous Colors of #414bbd

#414bbd #7541bd #4189bd

Monochromatic Colors of #414bbd

#414bbd

Complementary Color

#414bbd #bdb341

#414bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#414bbd Color CSS Codes

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

#414bbd Text Font Color

<p style="color:#414bbd">Text here</p>

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


#414bbd Background Color

<div style="background-color:#414bbd">
Div content here</div>

This div background color is #414bbd


#414bbd Border Color

<div style="border:3px solid #414bbd">
Div here</div>

This div border color is #414bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,75,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #414bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #414bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #414bbd;
  box-shadow:         1px 1px 3px 2px #414bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414bbd


Comments

No comments written yet.

Please login to write comment.