Color Hex Logo

#41699a Color Hex

#41699A
(65,105,154)
0 Favorites   0 Comments

Color spaces of #41699a

RGB 65105154
HSL0.590.410.43
HSV213°58°60°
CMYK 0.580.320.00   0.40
XYZ13.064313.560132.5006
Yxy13.56010.22100.2293
Hunter Lab36.8240-1.1145-26.5520
CIE-Lab43.59531.1629-30.9112

#41699a color RGB value is (65,105,154).

#41699a hex color red value is 65, green value is 105 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #41699a hue: 0.59 , saturation: 0.41 and the lightness value of 41699a is 0.43.

The process color (four color CMYK) of #41699a color hex is 0.58, 0.32, 0.00, 0.40. Web safe color of #41699a is #336699. Color #41699a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101001 10011010
Octal 101 151 232
Decimal 65 105 154
Hex 41 69 9A

RGB Percentages of Color #41699a

%20.06
%32.41
%47.53

CMYK Percentages of Color #41699a

%58
%32
%0
%40

Triadic Colors of #41699a

#41699a #9a4169 #699a41

Analogous Colors of #41699a

#41699a #46419a #41969a

Monochromatic Colors of #41699a

#41699a

Complementary Color

#41699a #9a7241

#41699a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41699a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41699a Color CSS Codes

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

#41699a Text Font Color

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

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


#41699a Background Color

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

This div background color is #41699a


#41699a Border Color

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

This div border color is #41699a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41699a


Comments

No comments written yet.

Please login to write comment.