Color Hex Logo

#417273 Color Hex

#417273
(65,114,115)
0 Favorites   0 Comments

Color spaces of #417273

RGB 65114115
HSL0.500.280.35
HSV181°43°45°
CMYK 0.430.010.00   0.55
XYZ11.291814.396218.4033
Yxy14.39620.25610.3265
Hunter Lab37.9423-13.2767-2.1980
CIE-Lab44.7959-16.2531-5.7592

#417273 color RGB value is (65,114,115).

#417273 hex color red value is 65, green value is 114 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #417273 hue: 0.50 , saturation: 0.28 and the lightness value of 417273 is 0.35.

The process color (four color CMYK) of #417273 color hex is 0.43, 0.01, 0.00, 0.55. Web safe color of #417273 is #336666. Color #417273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110010 01110011
Octal 101 162 163
Decimal 65 114 115
Hex 41 72 73

RGB Percentages of Color #417273

%22.11
%38.78
%39.12

CMYK Percentages of Color #417273

%43
%1
%0
%55

Triadic Colors of #417273

#417273 #734172 #727341

Analogous Colors of #417273

#417273 #415973 #41735b

Monochromatic Colors of #417273

#417273

Complementary Color

#417273 #734241

#417273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#417273 Color CSS Codes

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

#417273 Text Font Color

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

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


#417273 Background Color

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

This div background color is #417273


#417273 Border Color

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

This div border color is #417273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417273


Comments

No comments written yet.

Please login to write comment.