Color Hex Logo

#424766 Color Hex

#424766
(66,71,102)
0 Favorites   0 Comments

Color spaces of #424766

RGB 6671102
HSL0.640.210.33
HSV232°35°40°
CMYK 0.350.300.00   0.60
XYZ6.89836.624013.4854
Yxy6.62400.25540.2453
Hunter Lab25.73712.8032-13.0500
CIE-Lab30.93516.2567-18.7703

#424766 color RGB value is (66,71,102).

#424766 hex color red value is 66, green value is 71 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #424766 hue: 0.64 , saturation: 0.21 and the lightness value of 424766 is 0.33.

The process color (four color CMYK) of #424766 color hex is 0.35, 0.30, 0.00, 0.60. Web safe color of #424766 is #333366. Color #424766 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000111 01100110
Octal 102 107 146
Decimal 66 71 102
Hex 42 47 66

RGB Percentages of Color #424766

%27.62
%29.71
%42.68

CMYK Percentages of Color #424766

%35
%30
%0
%60

Triadic Colors of #424766

#424766 #664247 #476642

Analogous Colors of #424766

#424766 #4f4266 #425966

Monochromatic Colors of #424766

#424766

Complementary Color

#424766 #666142

#424766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424766 Color CSS Codes

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

#424766 Text Font Color

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

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


#424766 Background Color

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

This div background color is #424766


#424766 Border Color

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

This div border color is #424766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424766


Comments

No comments written yet.

Please login to write comment.