Color Hex Logo

#41748a Color Hex

#41748A
(65,116,138)
0 Favorites   0 Comments

Color spaces of #41748a

RGB 65116138
HSL0.550.360.40
HSV198°53°54°
CMYK 0.530.160.00   0.46
XYZ13.012815.449626.3410
Yxy15.44960.23740.2819
Hunter Lab39.3060-9.6905-12.2192
CIE-Lab46.2439-10.5930-17.3028

#41748a color RGB value is (65,116,138).

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

The process color (four color CMYK) of #41748a color hex is 0.53, 0.16, 0.00, 0.46. Web safe color of #41748a is #336699. Color #41748a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110100 10001010
Octal 101 164 212
Decimal 65 116 138
Hex 41 74 8A

RGB Percentages of Color #41748a

%20.38
%36.36
%43.26

CMYK Percentages of Color #41748a

%53
%16
%0
%46

Triadic Colors of #41748a

#41748a #8a4174 #748a41

Analogous Colors of #41748a

#41748a #41508a #418a7c

Monochromatic Colors of #41748a

#41748a

Complementary Color

#41748a #8a5741

#41748a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41748a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41748a Color CSS Codes

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

#41748a Text Font Color

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

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


#41748a Background Color

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

This div background color is #41748a


#41748a Border Color

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

This div border color is #41748a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,116,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 #41748a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41748a


Comments

No comments written yet.

Please login to write comment.