Color Hex Logo

#415976 Color Hex

#415976
(65,89,118)
0 Favorites   0 Comments

Color spaces of #415976

RGB 6589118
HSL0.590.290.36
HSV213°45°46°
CMYK 0.450.250.00   0.54
XYZ9.02249.576618.5125
Yxy9.57660.24310.2580
Hunter Lab30.9461-2.1136-13.8061
CIE-Lab37.0716-0.6711-19.2953

#415976 color RGB value is (65,89,118).

#415976 hex color red value is 65, green value is 89 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #415976 hue: 0.59 , saturation: 0.29 and the lightness value of 415976 is 0.36.

The process color (four color CMYK) of #415976 color hex is 0.45, 0.25, 0.00, 0.54. Web safe color of #415976 is #336666. Color #415976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011001 01110110
Octal 101 131 166
Decimal 65 89 118
Hex 41 59 76

RGB Percentages of Color #415976

%23.90
%32.72
%43.38

CMYK Percentages of Color #415976

%45
%25
%0
%54

Triadic Colors of #415976

#415976 #764159 #597641

Analogous Colors of #415976

#415976 #434176 #417476

Monochromatic Colors of #415976

#415976

Complementary Color

#415976 #765e41

#415976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#415976 Color CSS Codes

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

#415976 Text Font Color

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

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


#415976 Background Color

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

This div background color is #415976


#415976 Border Color

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

This div border color is #415976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415976


Comments

No comments written yet.

Please login to write comment.