Color Hex Logo

#417275 Color Hex

#417275
(65,114,117)
0 Favorites   0 Comments

Color spaces of #417275

RGB 65114117
HSL0.510.290.36
HSV183°44°46°
CMYK 0.440.030.00   0.54
XYZ11.408214.442819.0161
Yxy14.44280.25430.3219
Hunter Lab38.0037-12.9231-3.0647
CIE-Lab44.8614-15.6939-6.8602

#417275 color RGB value is (65,114,117).

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

The process color (four color CMYK) of #417275 color hex is 0.44, 0.03, 0.00, 0.54. Web safe color of #417275 is #336666. Color #417275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110010 01110101
Octal 101 162 165
Decimal 65 114 117
Hex 41 72 75

RGB Percentages of Color #417275

%21.96
%38.51
%39.53

CMYK Percentages of Color #417275

%44
%3
%0
%54

Triadic Colors of #417275

#417275 #754172 #727541

Analogous Colors of #417275

#417275 #415875 #41755e

Monochromatic Colors of #417275

#417275

Complementary Color

#417275 #754441

#417275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#417275 Color CSS Codes

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

#417275 Text Font Color

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

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


#417275 Background Color

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

This div background color is #417275


#417275 Border Color

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

This div border color is #417275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417275


Comments

No comments written yet.

Please login to write comment.