Color Hex Logo

#426674 Color Hex

#426674
(66,102,116)
0 Favorites   0 Comments

Color spaces of #426674

RGB 66102116
HSL0.550.270.36
HSV197°43°45°
CMYK 0.430.120.00   0.55
XYZ10.150511.921918.2892
Yxy11.92190.25150.2954
Hunter Lab34.5281-7.9491-7.2357
CIE-Lab41.0917-8.8641-11.9166

#426674 color RGB value is (66,102,116).

#426674 hex color red value is 66, green value is 102 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #426674 hue: 0.55 , saturation: 0.27 and the lightness value of 426674 is 0.36.

The process color (four color CMYK) of #426674 color hex is 0.43, 0.12, 0.00, 0.55. Web safe color of #426674 is #336666. Color #426674 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100110 01110100
Octal 102 146 164
Decimal 66 102 116
Hex 42 66 74

RGB Percentages of Color #426674

%23.24
%35.92
%40.85

CMYK Percentages of Color #426674

%43
%12
%0
%55

Triadic Colors of #426674

#426674 #744266 #667442

Analogous Colors of #426674

#426674 #424d74 #427469

Monochromatic Colors of #426674

#426674

Complementary Color

#426674 #745042

#426674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426674 Color CSS Codes

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

#426674 Text Font Color

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

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


#426674 Background Color

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

This div background color is #426674


#426674 Border Color

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

This div border color is #426674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426674


Comments

No comments written yet.

Please login to write comment.