Color Hex Logo

#459389 Color Hex

#459389
(69,147,137)
0 Favorites   0 Comments

Color spaces of #459389

RGB 69147137
HSL0.480.360.42
HSV172°53°58°
CMYK 0.530.000.07   0.42
XYZ17.403323.938827.3703
Yxy23.93880.25330.3484
Hunter Lab48.9273-22.13081.0818
CIE-Lab56.0265-26.5356-2.0389

#459389 color RGB value is (69,147,137).

#459389 hex color red value is 69, green value is 147 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #459389 hue: 0.48 , saturation: 0.36 and the lightness value of 459389 is 0.42.

The process color (four color CMYK) of #459389 color hex is 0.53, 0.00, 0.07, 0.42. Web safe color of #459389 is #339999. Color #459389 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010011 10001001
Octal 105 223 211
Decimal 69 147 137
Hex 45 93 89

RGB Percentages of Color #459389

%19.55
%41.64
%38.81

CMYK Percentages of Color #459389

%53
%0
%7
%42

Triadic Colors of #459389

#459389 #894593 #938945

Analogous Colors of #459389

#459389 #457693 #459362

Monochromatic Colors of #459389

#459389

Complementary Color

#459389 #93454f

#459389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#459389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#459389 Color CSS Codes

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

#459389 Text Font Color

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

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


#459389 Background Color

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

This div background color is #459389


#459389 Border Color

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

This div border color is #459389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #459389


Comments

No comments written yet.

Please login to write comment.