Color Hex Logo

#42819b Color Hex

#42819B
(66,129,155)
0 Favorites   0 Comments

Color spaces of #42819b

RGB 66129155
HSL0.550.400.43
HSV198°57°61°
CMYK 0.570.170.00   0.39
XYZ16.013419.225333.8772
Yxy19.22530.23170.2782
Hunter Lab43.8467-11.5410-15.1165
CIE-Lab50.9498-12.4223-20.0922

#42819b color RGB value is (66,129,155).

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

The process color (four color CMYK) of #42819b color hex is 0.57, 0.17, 0.00, 0.39. Web safe color of #42819b is #339999. Color #42819b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000001 10011011
Octal 102 201 233
Decimal 66 129 155
Hex 42 81 9B

RGB Percentages of Color #42819b

%18.86
%36.86
%44.29

CMYK Percentages of Color #42819b

%57
%17
%0
%39

Triadic Colors of #42819b

#42819b #9b4281 #819b42

Analogous Colors of #42819b

#42819b #42559b #429b89

Monochromatic Colors of #42819b

#42819b

Complementary Color

#42819b #9b5c42

#42819b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42819b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42819b Color CSS Codes

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

#42819b Text Font Color

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

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


#42819b Background Color

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

This div background color is #42819b


#42819b Border Color

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

This div border color is #42819b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,129,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 #42819b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42819b


Comments

No comments written yet.

Please login to write comment.