Color Hex Logo

#426197 Color Hex

#426197
(66,97,151)
0 Favorites   0 Comments

Color spaces of #426197

RGB 6697151
HSL0.610.390.43
HSV218°56°59°
CMYK 0.560.360.00   0.41
XYZ12.107411.942030.9451
Yxy11.94200.22020.2171
Hunter Lab34.55722.0639-28.9027
CIE-Lab41.12385.3556-33.0051

#426197 color RGB value is (66,97,151).

#426197 hex color red value is 66, green value is 97 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #426197 hue: 0.61 , saturation: 0.39 and the lightness value of 426197 is 0.43.

The process color (four color CMYK) of #426197 color hex is 0.56, 0.36, 0.00, 0.41. Web safe color of #426197 is #336699. Color #426197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100001 10010111
Octal 102 141 227
Decimal 66 97 151
Hex 42 61 97

RGB Percentages of Color #426197

%21.02
%30.89
%48.09

CMYK Percentages of Color #426197

%56
%36
%0
%41

Triadic Colors of #426197

#426197 #974261 #619742

Analogous Colors of #426197

#426197 #4e4297 #428c97

Monochromatic Colors of #426197

#426197

Complementary Color

#426197 #977842

#426197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426197 Color CSS Codes

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

#426197 Text Font Color

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

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


#426197 Background Color

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

This div background color is #426197


#426197 Border Color

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

This div border color is #426197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426197


Comments

No comments written yet.

Please login to write comment.