Color Hex Logo

#42769b Color Hex

#42769B
(66,118,155)
0 Favorites   0 Comments

Color spaces of #42769b

RGB 66118155
HSL0.570.400.43
HSV205°57°61°
CMYK 0.570.240.00   0.39
XYZ14.641616.481733.4199
Yxy16.48170.22680.2554
Hunter Lab40.5977-6.6696-20.3890
CIE-Lab47.6002-6.1069-25.2547

#42769b color RGB value is (66,118,155).

#42769b hex color red value is 66, green value is 118 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #42769b hue: 0.57 , saturation: 0.40 and the lightness value of 42769b is 0.43.

The process color (four color CMYK) of #42769b color hex is 0.57, 0.24, 0.00, 0.39. Web safe color of #42769b is #336699. Color #42769b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110110 10011011
Octal 102 166 233
Decimal 66 118 155
Hex 42 76 9B

RGB Percentages of Color #42769b

%19.47
%34.81
%45.72

CMYK Percentages of Color #42769b

%57
%24
%0
%39

Triadic Colors of #42769b

#42769b #9b4276 #769b42

Analogous Colors of #42769b

#42769b #424a9b #429b94

Monochromatic Colors of #42769b

#42769b

Complementary Color

#42769b #9b6742

#42769b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42769b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42769b Color CSS Codes

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

#42769b Text Font Color

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

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


#42769b Background Color

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

This div background color is #42769b


#42769b Border Color

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

This div border color is #42769b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,118,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42769b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42769b;
  -webkit-box-shadow: 1px 1px 3px 2px #42769b;
  box-shadow:         1px 1px 3px 2px #42769b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42769b


Comments

No comments written yet.

Please login to write comment.