Color Hex Logo

#4163bd Color Hex

#4163BD
(65,99,189)
0 Favorites   0 Comments

Color spaces of #4163bd

RGB 6599189
HSL0.620.490.50
HSV224°66°74°
CMYK 0.660.480.00   0.26
XYZ15.827113.721649.9585
Yxy13.72160.19910.1726
Hunter Lab37.042711.4424-54.0330
CIE-Lab43.831017.1869-51.1007

#4163bd color RGB value is (65,99,189).

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

The process color (four color CMYK) of #4163bd color hex is 0.66, 0.48, 0.00, 0.26. Web safe color of #4163bd is #3366cc. Color #4163bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100011 10111101
Octal 101 143 275
Decimal 65 99 189
Hex 41 63 BD

RGB Percentages of Color #4163bd

%18.41
%28.05
%53.54

CMYK Percentages of Color #4163bd

%66
%48
%0
%26

Triadic Colors of #4163bd

#4163bd #bd4163 #63bd41

Analogous Colors of #4163bd

#4163bd #5d41bd #41a1bd

Monochromatic Colors of #4163bd

#4163bd

Complementary Color

#4163bd #bd9b41

#4163bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4163bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4163bd Color CSS Codes

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

#4163bd Text Font Color

<p style="color:#4163bd">Text here</p>

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


#4163bd Background Color

<div style="background-color:#4163bd">
Div content here</div>

This div background color is #4163bd


#4163bd Border Color

<div style="border:3px solid #4163bd">
Div here</div>

This div border color is #4163bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,99,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 #4163bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4163bd


Comments

No comments written yet.

Please login to write comment.