Color Hex Logo

#426574 Color Hex

#426574
(66,101,116)
0 Favorites   0 Comments

Color spaces of #426574

RGB 66101116
HSL0.550.270.36
HSV198°43°45°
CMYK 0.430.130.00   0.55
XYZ10.052811.726618.2566
Yxy11.72660.25110.2929
Hunter Lab34.2441-7.5263-7.6384
CIE-Lab40.7783-8.2765-12.3915

#426574 color RGB value is (66,101,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100101 01110100
Octal 102 145 164
Decimal 66 101 116
Hex 42 65 74

RGB Percentages of Color #426574

%23.32
%35.69
%40.99

CMYK Percentages of Color #426574

%43
%13
%0
%55

Triadic Colors of #426574

#426574 #744265 #657442

Analogous Colors of #426574

#426574 #424c74 #42746a

Monochromatic Colors of #426574

#426574

Complementary Color

#426574 #745142

#426574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426574 Color CSS Codes

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

#426574 Text Font Color

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

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


#426574 Background Color

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

This div background color is #426574


#426574 Border Color

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

This div border color is #426574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426574


Comments

No comments written yet.

Please login to write comment.