Color Hex Logo

#4163be Color Hex

#4163BE
(65,99,190)
0 Favorites   0 Comments

Color spaces of #4163be

RGB 6599190
HSL0.620.490.50
HSV224°66°75°
CMYK 0.660.480.00   0.25
XYZ15.936113.765250.5322
Yxy13.76520.19860.1716
Hunter Lab37.101511.7430-54.7819
CIE-Lab43.894317.5441-51.5797

#4163be color RGB value is (65,99,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100011 10111110
Octal 101 143 276
Decimal 65 99 190
Hex 41 63 BE

RGB Percentages of Color #4163be

%18.36
%27.97
%53.67

CMYK Percentages of Color #4163be

%66
%48
%0
%25

Triadic Colors of #4163be

#4163be #be4163 #63be41

Analogous Colors of #4163be

#4163be #5d41be #41a2be

Monochromatic Colors of #4163be

#4163be

Complementary Color

#4163be #be9c41

#4163be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4163be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4163be Color CSS Codes

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

#4163be Text Font Color

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

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


#4163be Background Color

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

This div background color is #4163be


#4163be Border Color

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

This div border color is #4163be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4163be


Comments

No comments written yet.

Please login to write comment.