Color Hex Logo

#419993 Color Hex

#419993
(65,153,147)
0 Favorites   0 Comments

Color spaces of #419993

RGB 65153147
HSL0.490.400.43
HSV176°58°60°
CMYK 0.580.000.04   0.40
XYZ18.837726.012931.6319
Yxy26.01290.24630.3401
Hunter Lab51.0028-23.3267-1.0696
CIE-Lab58.0493-27.6592-4.7889

#419993 color RGB value is (65,153,147).

#419993 hex color red value is 65, green value is 153 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #419993 hue: 0.49 , saturation: 0.40 and the lightness value of 419993 is 0.43.

The process color (four color CMYK) of #419993 color hex is 0.58, 0.00, 0.04, 0.40. Web safe color of #419993 is #339999. Color #419993 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011001 10010011
Octal 101 231 223
Decimal 65 153 147
Hex 41 99 93

RGB Percentages of Color #419993

%17.81
%41.92
%40.27

CMYK Percentages of Color #419993

%58
%0
%4
%40

Triadic Colors of #419993

#419993 #934199 #999341

Analogous Colors of #419993

#419993 #417399 #419967

Monochromatic Colors of #419993

#419993

Complementary Color

#419993 #994147

#419993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#419993 Color CSS Codes

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

#419993 Text Font Color

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

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


#419993 Background Color

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

This div background color is #419993


#419993 Border Color

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

This div border color is #419993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419993


Comments

No comments written yet.

Please login to write comment.