Color Hex Logo

#426779 Color Hex

#426779
(66,103,121)
0 Favorites   0 Comments

Color spaces of #426779

RGB 66103121
HSL0.550.290.37
HSV200°45°47°
CMYK 0.450.150.00   0.53
XYZ10.548212.239219.8956
Yxy12.23920.24710.2867
Hunter Lab34.9846-7.4034-9.2288
CIE-Lab41.5938-7.9696-14.1916

#426779 color RGB value is (66,103,121).

#426779 hex color red value is 66, green value is 103 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #426779 hue: 0.55 , saturation: 0.29 and the lightness value of 426779 is 0.37.

The process color (four color CMYK) of #426779 color hex is 0.45, 0.15, 0.00, 0.53. Web safe color of #426779 is #336666. Color #426779 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100111 01111001
Octal 102 147 171
Decimal 66 103 121
Hex 42 67 79

RGB Percentages of Color #426779

%22.76
%35.52
%41.72

CMYK Percentages of Color #426779

%45
%15
%0
%53

Triadic Colors of #426779

#426779 #794267 #677942

Analogous Colors of #426779

#426779 #424c79 #427970

Monochromatic Colors of #426779

#426779

Complementary Color

#426779 #795442

#426779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426779 Color CSS Codes

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

#426779 Text Font Color

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

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


#426779 Background Color

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

This div background color is #426779


#426779 Border Color

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

This div border color is #426779


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,103,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426779; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426779;
  -webkit-box-shadow: 1px 1px 3px 2px #426779;
  box-shadow:         1px 1px 3px 2px #426779; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426779


Comments

No comments written yet.

Please login to write comment.