Color Hex Logo

#41846a Color Hex

#41846A
(65,132,106)
0 Favorites   0 Comments

Color spaces of #41846a

RGB 65132106
HSL0.440.340.39
HSV157°51°52°
CMYK 0.510.000.20   0.48
XYZ13.032818.667016.5519
Yxy18.66700.27010.3869
Hunter Lab43.2053-21.76517.5298
CIE-Lab50.2953-27.92397.5626

#41846a color RGB value is (65,132,106).

#41846a hex color red value is 65, green value is 132 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #41846a hue: 0.44 , saturation: 0.34 and the lightness value of 41846a is 0.39.

The process color (four color CMYK) of #41846a color hex is 0.51, 0.00, 0.20, 0.48. Web safe color of #41846a is #339966. Color #41846a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000100 01101010
Octal 101 204 152
Decimal 65 132 106
Hex 41 84 6A

RGB Percentages of Color #41846a

%21.45
%43.56
%34.98

CMYK Percentages of Color #41846a

%51
%0
%20
%48

Triadic Colors of #41846a

#41846a #6a4184 #846a41

Analogous Colors of #41846a

#41846a #417d84 #418449

Monochromatic Colors of #41846a

#41846a

Complementary Color

#41846a #84415b

#41846a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41846a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41846a Color CSS Codes

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

#41846a Text Font Color

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

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


#41846a Background Color

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

This div background color is #41846a


#41846a Border Color

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

This div border color is #41846a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41846a


Comments

No comments written yet.

Please login to write comment.