Color Hex Logo

#41906b Color Hex

#41906B
(65,144,107)
0 Favorites   0 Comments

Color spaces of #41906b

RGB 65144107
HSL0.420.380.41
HSV152°55°56°
CMYK 0.550.000.26   0.44
XYZ14.807122.131917.4014
Yxy22.13190.27250.4073
Hunter Lab47.0446-26.145811.0003
CIE-Lab54.1667-33.404412.4416

#41906b color RGB value is (65,144,107).

#41906b hex color red value is 65, green value is 144 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #41906b hue: 0.42 , saturation: 0.38 and the lightness value of 41906b is 0.41.

The process color (four color CMYK) of #41906b color hex is 0.55, 0.00, 0.26, 0.44. Web safe color of #41906b is #339966. Color #41906b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010000 01101011
Octal 101 220 153
Decimal 65 144 107
Hex 41 90 6B

RGB Percentages of Color #41906b

%20.57
%45.57
%33.86

CMYK Percentages of Color #41906b

%55
%0
%26
%44

Triadic Colors of #41906b

#41906b #6b4190 #906b41

Analogous Colors of #41906b

#41906b #418e90 #419044

Monochromatic Colors of #41906b

#41906b

Complementary Color

#41906b #904166

#41906b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41906b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41906b Color CSS Codes

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

#41906b Text Font Color

<p style="color:#41906b">Text here</p>

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


#41906b Background Color

<div style="background-color:#41906b">
Div content here</div>

This div background color is #41906b


#41906b Border Color

<div style="border:3px solid #41906b">
Div here</div>

This div border color is #41906b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,144,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41906b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41906b;
  -webkit-box-shadow: 1px 1px 3px 2px #41906b;
  box-shadow:         1px 1px 3px 2px #41906b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41906b


Comments

No comments written yet.

Please login to write comment.