Color Hex Logo

#426179 Color Hex

#426179
(66,97,121)
1 Favorites   0 Comments

Color spaces of #426179

RGB 6697121
HSL0.570.290.37
HSV206°45°47°
CMYK 0.450.200.00   0.53
XYZ9.972711.088119.7038
Yxy11.08810.24460.2720
Hunter Lab33.2988-4.8137-11.7743
CIE-Lab39.7285-4.3812-17.0418

#426179 color RGB value is (66,97,121).

#426179 hex color red value is 66, green value is 97 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #426179 hue: 0.57 , saturation: 0.29 and the lightness value of 426179 is 0.37.

The process color (four color CMYK) of #426179 color hex is 0.45, 0.20, 0.00, 0.53. Web safe color of #426179 is #336666. Color #426179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100001 01111001
Octal 102 141 171
Decimal 66 97 121
Hex 42 61 79

RGB Percentages of Color #426179

%23.24
%34.15
%42.61

CMYK Percentages of Color #426179

%45
%20
%0
%53

Triadic Colors of #426179

#426179 #794261 #617942

Analogous Colors of #426179

#426179 #424679 #427976

Monochromatic Colors of #426179

#426179

Complementary Color

#426179 #795a42

#426179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426179 Color CSS Codes

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

#426179 Text Font Color

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

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


#426179 Background Color

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

This div background color is #426179


#426179 Border Color

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

This div border color is #426179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426179


Comments

No comments written yet.

Please login to write comment.