Color Hex Logo

#41488a Color Hex

#41488A
(65,72,138)
0 Favorites   0 Comments

Color spaces of #41488a

RGB 6572138
HSL0.650.360.40
HSV234°53°54°
CMYK 0.530.480.00   0.46
XYZ9.08487.593525.0316
Yxy7.59350.21780.1821
Hunter Lab27.556310.6246-34.5684
CIE-Lab33.121516.8794-37.8275

#41488a color RGB value is (65,72,138).

#41488a hex color red value is 65, green value is 72 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #41488a hue: 0.65 , saturation: 0.36 and the lightness value of 41488a is 0.40.

The process color (four color CMYK) of #41488a color hex is 0.53, 0.48, 0.00, 0.46. Web safe color of #41488a is #333399. Color #41488a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001000 10001010
Octal 101 110 212
Decimal 65 72 138
Hex 41 48 8A

RGB Percentages of Color #41488a

%23.64
%26.18
%50.18

CMYK Percentages of Color #41488a

%53
%48
%0
%46

Triadic Colors of #41488a

#41488a #8a4148 #488a41

Analogous Colors of #41488a

#41488a #5f418a #416d8a

Monochromatic Colors of #41488a

#41488a

Complementary Color

#41488a #8a8341

#41488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41488a Color CSS Codes

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

#41488a Text Font Color

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

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


#41488a Background Color

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

This div background color is #41488a


#41488a Border Color

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

This div border color is #41488a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41488a


Comments

No comments written yet.

Please login to write comment.