Color Hex Logo

#417590 Color Hex

#417590
(65,117,144)
0 Favorites   0 Comments

Color spaces of #417590

RGB 65117144
HSL0.560.380.41
HSV201°55°56°
CMYK 0.550.190.00   0.44
XYZ13.575315.860028.7314
Yxy15.86000.23340.2727
Hunter Lab39.8246-8.8465-14.8974
CIE-Lab46.7903-9.2870-20.0219

#417590 color RGB value is (65,117,144).

#417590 hex color red value is 65, green value is 117 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #417590 hue: 0.56 , saturation: 0.38 and the lightness value of 417590 is 0.41.

The process color (four color CMYK) of #417590 color hex is 0.55, 0.19, 0.00, 0.44. Web safe color of #417590 is #336699. Color #417590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110101 10010000
Octal 101 165 220
Decimal 65 117 144
Hex 41 75 90

RGB Percentages of Color #417590

%19.94
%35.89
%44.17

CMYK Percentages of Color #417590

%55
%19
%0
%44

Triadic Colors of #417590

#417590 #904175 #759041

Analogous Colors of #417590

#417590 #414e90 #419084

Monochromatic Colors of #417590

#417590

Complementary Color

#417590 #905c41

#417590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#417590 Color CSS Codes

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

#417590 Text Font Color

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

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


#417590 Background Color

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

This div background color is #417590


#417590 Border Color

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

This div border color is #417590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417590


Comments

No comments written yet.

Please login to write comment.