Color Hex Logo

#41628b Color Hex

#41628B
(65,98,139)
0 Favorites   0 Comments

Color spaces of #41628b

RGB 6598139
HSL0.590.360.40
HSV213°53°55°
CMYK 0.530.290.00   0.45
XYZ11.207911.723326.0982
Yxy11.72330.22860.2391
Hunter Lab34.2393-1.4886-21.2251
CIE-Lab40.77290.4768-26.3515

#41628b color RGB value is (65,98,139).

#41628b hex color red value is 65, green value is 98 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #41628b hue: 0.59 , saturation: 0.36 and the lightness value of 41628b is 0.40.

The process color (four color CMYK) of #41628b color hex is 0.53, 0.29, 0.00, 0.45. Web safe color of #41628b is #336699. Color #41628b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100010 10001011
Octal 101 142 213
Decimal 65 98 139
Hex 41 62 8B

RGB Percentages of Color #41628b

%21.52
%32.45
%46.03

CMYK Percentages of Color #41628b

%53
%29
%0
%45

Triadic Colors of #41628b

#41628b #8b4162 #628b41

Analogous Colors of #41628b

#41628b #45418b #41878b

Monochromatic Colors of #41628b

#41628b

Complementary Color

#41628b #8b6a41

#41628b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41628b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41628b Color CSS Codes

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

#41628b Text Font Color

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

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


#41628b Background Color

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

This div background color is #41628b


#41628b Border Color

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

This div border color is #41628b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41628b


Comments

No comments written yet.

Please login to write comment.