Color Hex Logo

#42789e Color Hex

#42789E
(66,120,158)
0 Favorites   0 Comments

Color spaces of #42789e

RGB 66120158
HSL0.570.410.44
HSV205°58°62°
CMYK 0.580.240.00   0.38
XYZ15.134817.059834.8429
Yxy17.05980.22580.2545
Hunter Lab41.3035-6.8736-21.1035
CIE-Lab48.3353-6.2989-25.8756

#42789e color RGB value is (66,120,158).

#42789e hex color red value is 66, green value is 120 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #42789e hue: 0.57 , saturation: 0.41 and the lightness value of 42789e is 0.44.

The process color (four color CMYK) of #42789e color hex is 0.58, 0.24, 0.00, 0.38. Web safe color of #42789e is #336699. Color #42789e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111000 10011110
Octal 102 170 236
Decimal 66 120 158
Hex 42 78 9E

RGB Percentages of Color #42789e

%19.19
%34.88
%45.93

CMYK Percentages of Color #42789e

%58
%24
%0
%38

Triadic Colors of #42789e

#42789e #9e4278 #789e42

Analogous Colors of #42789e

#42789e #424a9e #429e96

Monochromatic Colors of #42789e

#42789e

Complementary Color

#42789e #9e6842

#42789e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42789e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42789e Color CSS Codes

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

#42789e Text Font Color

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

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


#42789e Background Color

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

This div background color is #42789e


#42789e Border Color

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

This div border color is #42789e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,120,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42789e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42789e;
  -webkit-box-shadow: 1px 1px 3px 2px #42789e;
  box-shadow:         1px 1px 3px 2px #42789e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,120,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42789e


Comments

No comments written yet.

Please login to write comment.