Color Hex Logo

#41868d Color Hex

#41868D
(65,134,141)
0 Favorites   0 Comments

Color spaces of #41868d

RGB 65134141
HSL0.520.370.40
HSV186°54°55°
CMYK 0.540.050.00   0.45
XYZ15.512820.097128.2608
Yxy20.09710.24290.3147
Hunter Lab44.8298-16.6844-5.9957
CIE-Lab51.9468-19.6281-10.4270

#41868d color RGB value is (65,134,141).

#41868d hex color red value is 65, green value is 134 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #41868d hue: 0.52 , saturation: 0.37 and the lightness value of 41868d is 0.40.

The process color (four color CMYK) of #41868d color hex is 0.54, 0.05, 0.00, 0.45. Web safe color of #41868d is #339999. Color #41868d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000110 10001101
Octal 101 206 215
Decimal 65 134 141
Hex 41 86 8D

RGB Percentages of Color #41868d

%19.12
%39.41
%41.47

CMYK Percentages of Color #41868d

%54
%5
%0
%45

Triadic Colors of #41868d

#41868d #8d4186 #868d41

Analogous Colors of #41868d

#41868d #41608d #418d6e

Monochromatic Colors of #41868d

#41868d

Complementary Color

#41868d #8d4841

#41868d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41868d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41868d Color CSS Codes

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

#41868d Text Font Color

<p style="color:#41868d">Text here</p>

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


#41868d Background Color

<div style="background-color:#41868d">
Div content here</div>

This div background color is #41868d


#41868d Border Color

<div style="border:3px solid #41868d">
Div here</div>

This div border color is #41868d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,134,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41868d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41868d;
  -webkit-box-shadow: 1px 1px 3px 2px #41868d;
  box-shadow:         1px 1px 3px 2px #41868d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41868d


Comments

No comments written yet.

Please login to write comment.