Color Hex Logo

#41867f Color Hex

#41867F
(65,134,127)
0 Favorites   0 Comments

Color spaces of #41867f

RGB 65134127
HSL0.480.350.39
HSV174°51°53°
CMYK 0.510.000.05   0.47
XYZ14.535819.706323.1163
Yxy19.70630.25340.3436
Hunter Lab44.3918-19.23690.1999
CIE-Lab51.5035-23.5785-2.9263

#41867f color RGB value is (65,134,127).

#41867f hex color red value is 65, green value is 134 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #41867f hue: 0.48 , saturation: 0.35 and the lightness value of 41867f is 0.39.

The process color (four color CMYK) of #41867f color hex is 0.51, 0.00, 0.05, 0.47. Web safe color of #41867f is #339966. Color #41867f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000110 01111111
Octal 101 206 177
Decimal 65 134 127
Hex 41 86 7F

RGB Percentages of Color #41867f

%19.94
%41.10
%38.96

CMYK Percentages of Color #41867f

%51
%0
%5
%47

Triadic Colors of #41867f

#41867f #7f4186 #867f41

Analogous Colors of #41867f

#41867f #416b86 #41865d

Monochromatic Colors of #41867f

#41867f

Complementary Color

#41867f #864148

#41867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41867f Color CSS Codes

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

#41867f Text Font Color

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

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


#41867f Background Color

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

This div background color is #41867f


#41867f Border Color

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

This div border color is #41867f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41867f


Comments

No comments written yet.

Please login to write comment.