Color Hex Logo

#41867a Color Hex

#41867A
(65,134,122)
0 Favorites   0 Comments

Color spaces of #41867a

RGB 65134122
HSL0.470.350.39
HSV170°51°53°
CMYK 0.510.000.09   0.47
XYZ14.217919.579221.4421
Yxy19.57920.25740.3544
Hunter Lab44.2484-20.07902.2428
CIE-Lab51.3581-24.9153-0.2242

#41867a color RGB value is (65,134,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000110 01111010
Octal 101 206 172
Decimal 65 134 122
Hex 41 86 7A

RGB Percentages of Color #41867a

%20.25
%41.74
%38.01

CMYK Percentages of Color #41867a

%51
%0
%9
%47

Triadic Colors of #41867a

#41867a #7a4186 #867a41

Analogous Colors of #41867a

#41867a #417086 #418658

Monochromatic Colors of #41867a

#41867a

Complementary Color

#41867a #86414d

#41867a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41867a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41867a Color CSS Codes

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

#41867a Text Font Color

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

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


#41867a Background Color

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

This div background color is #41867a


#41867a Border Color

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

This div border color is #41867a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41867a


Comments

No comments written yet.

Please login to write comment.