Color Hex Logo

#41768a Color Hex

#41768A
(65,118,138)
0 Favorites   0 Comments

Color spaces of #41768a

RGB 65118138
HSL0.550.360.40
HSV196°53°54°
CMYK 0.530.140.00   0.46
XYZ13.245915.915726.4187
Yxy15.91570.23830.2864
Hunter Lab39.8945-10.5492-11.3365
CIE-Lab46.8637-11.7347-16.3566

#41768a color RGB value is (65,118,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110110 10001010
Octal 101 166 212
Decimal 65 118 138
Hex 41 76 8A

RGB Percentages of Color #41768a

%20.25
%36.76
%42.99

CMYK Percentages of Color #41768a

%53
%14
%0
%46

Triadic Colors of #41768a

#41768a #8a4176 #768a41

Analogous Colors of #41768a

#41768a #41528a #418a7a

Monochromatic Colors of #41768a

#41768a

Complementary Color

#41768a #8a5541

#41768a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41768a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41768a Color CSS Codes

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

#41768a Text Font Color

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

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


#41768a Background Color

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

This div background color is #41768a


#41768a Border Color

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

This div border color is #41768a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41768a


Comments

No comments written yet.

Please login to write comment.