Color Hex Logo

#419597 Color Hex

#419597
(65,149,151)
0 Favorites   0 Comments

Color spaces of #419597

RGB 65149151
HSL0.500.400.42
HSV181°57°59°
CMYK 0.570.010.00   0.41
XYZ18.513324.853133.0995
Yxy24.85310.24210.3250
Hunter Lab49.8529-20.9550-4.4682
CIE-Lab56.9320-24.5265-8.7329

#419597 color RGB value is (65,149,151).

#419597 hex color red value is 65, green value is 149 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #419597 hue: 0.50 , saturation: 0.40 and the lightness value of 419597 is 0.42.

The process color (four color CMYK) of #419597 color hex is 0.57, 0.01, 0.00, 0.41. Web safe color of #419597 is #339999. Color #419597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010101 10010111
Octal 101 225 227
Decimal 65 149 151
Hex 41 95 97

RGB Percentages of Color #419597

%17.81
%40.82
%41.37

CMYK Percentages of Color #419597

%57
%1
%0
%41

Triadic Colors of #419597

#419597 #974195 #959741

Analogous Colors of #419597

#419597 #416a97 #41976e

Monochromatic Colors of #419597

#419597

Complementary Color

#419597 #974341

#419597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#419597 Color CSS Codes

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

#419597 Text Font Color

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

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


#419597 Background Color

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

This div background color is #419597


#419597 Border Color

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

This div border color is #419597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419597


Comments

No comments written yet.

Please login to write comment.