Color Hex Logo

#41485b Color Hex

#41485B
(65,72,91)
0 Favorites   0 Comments

Color spaces of #41485b

RGB 657291
HSL0.620.170.31
HSV224°29°36°
CMYK 0.290.210.00   0.64
XYZ6.38576.513910.8183
Yxy6.51390.26920.2746
Hunter Lab25.5223-0.0033-7.2659
CIE-Lab30.67362.0843-12.1606

#41485b color RGB value is (65,72,91).

#41485b hex color red value is 65, green value is 72 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #41485b hue: 0.62 , saturation: 0.17 and the lightness value of 41485b is 0.31.

The process color (four color CMYK) of #41485b color hex is 0.29, 0.21, 0.00, 0.64. Web safe color of #41485b is #333366. Color #41485b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001000 01011011
Octal 101 110 133
Decimal 65 72 91
Hex 41 48 5B

RGB Percentages of Color #41485b

%28.51
%31.58
%39.91

CMYK Percentages of Color #41485b

%29
%21
%0
%64

Triadic Colors of #41485b

#41485b #5b4148 #485b41

Analogous Colors of #41485b

#41485b #47415b #41555b

Monochromatic Colors of #41485b

#41485b

Complementary Color

#41485b #5b5441

#41485b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41485b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41485b Color CSS Codes

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

#41485b Text Font Color

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

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


#41485b Background Color

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

This div background color is #41485b


#41485b Border Color

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

This div border color is #41485b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41485b


Comments

No comments written yet.

Please login to write comment.