Color Hex Logo

#426373 Color Hex

#426373
(66,99,115)
0 Favorites   0 Comments

Color spaces of #426373

RGB 6699115
HSL0.550.270.35
HSV200°43°45°
CMYK 0.430.140.00   0.55
XYZ9.803111.319717.8879
Yxy11.31970.25130.2902
Hunter Lab33.6448-6.8687-7.9714
CIE-Lab40.1138-7.3866-12.7896

#426373 color RGB value is (66,99,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100011 01110011
Octal 102 143 163
Decimal 66 99 115
Hex 42 63 73

RGB Percentages of Color #426373

%23.57
%35.36
%41.07

CMYK Percentages of Color #426373

%43
%14
%0
%55

Triadic Colors of #426373

#426373 #734263 #637342

Analogous Colors of #426373

#426373 #424b73 #42736b

Monochromatic Colors of #426373

#426373

Complementary Color

#426373 #735242

#426373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426373 Color CSS Codes

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

#426373 Text Font Color

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

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


#426373 Background Color

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

This div background color is #426373


#426373 Border Color

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

This div border color is #426373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426373


Comments

No comments written yet.

Please login to write comment.