Color Hex Logo

#426772 Color Hex

#426772
(66,103,114)
0 Favorites   0 Comments

Color spaces of #426772

RGB 66103114
HSL0.540.270.35
HSV194°42°45°
CMYK 0.420.100.00   0.55
XYZ10.134312.073717.7159
Yxy12.07370.25380.3024
Hunter Lab34.7472-8.7467-5.9060
CIE-Lab41.3330-10.0304-10.3353

#426772 color RGB value is (66,103,114).

#426772 hex color red value is 66, green value is 103 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #426772 hue: 0.54 , saturation: 0.27 and the lightness value of 426772 is 0.35.

The process color (four color CMYK) of #426772 color hex is 0.42, 0.10, 0.00, 0.55. Web safe color of #426772 is #336666. Color #426772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100111 01110010
Octal 102 147 162
Decimal 66 103 114
Hex 42 67 72

RGB Percentages of Color #426772

%23.32
%36.40
%40.28

CMYK Percentages of Color #426772

%42
%10
%0
%55

Triadic Colors of #426772

#426772 #724267 #677242

Analogous Colors of #426772

#426772 #424f72 #427265

Monochromatic Colors of #426772

#426772

Complementary Color

#426772 #724d42

#426772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426772 Color CSS Codes

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

#426772 Text Font Color

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

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


#426772 Background Color

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

This div background color is #426772


#426772 Border Color

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

This div border color is #426772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426772


Comments

No comments written yet.

Please login to write comment.