Color Hex Logo

#41638f Color Hex

#41638F
(65,99,143)
0 Favorites   0 Comments

Color spaces of #41638f

RGB 6599143
HSL0.590.380.41
HSV214°55°56°
CMYK 0.550.310.00   0.44
XYZ11.599712.030727.6974
Yxy12.03070.22600.2344
Hunter Lab34.6853-1.0041-23.0654
CIE-Lab41.26491.1807-27.9907

#41638f color RGB value is (65,99,143).

#41638f hex color red value is 65, green value is 99 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #41638f hue: 0.59 , saturation: 0.38 and the lightness value of 41638f is 0.41.

The process color (four color CMYK) of #41638f color hex is 0.55, 0.31, 0.00, 0.44. Web safe color of #41638f is #336699. Color #41638f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100011 10001111
Octal 101 143 217
Decimal 65 99 143
Hex 41 63 8F

RGB Percentages of Color #41638f

%21.17
%32.25
%46.58

CMYK Percentages of Color #41638f

%55
%31
%0
%44

Triadic Colors of #41638f

#41638f #8f4163 #638f41

Analogous Colors of #41638f

#41638f #46418f #418a8f

Monochromatic Colors of #41638f

#41638f

Complementary Color

#41638f #8f6d41

#41638f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41638f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41638f Color CSS Codes

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

#41638f Text Font Color

<p style="color:#41638f">Text here</p>

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


#41638f Background Color

<div style="background-color:#41638f">
Div content here</div>

This div background color is #41638f


#41638f Border Color

<div style="border:3px solid #41638f">
Div here</div>

This div border color is #41638f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41638f


Comments

No comments written yet.

Please login to write comment.