Color Hex Logo

#424986 Color Hex

#424986
(66,73,134)
0 Favorites   0 Comments

Color spaces of #424986

RGB 6673134
HSL0.650.340.39
HSV234°51°53°
CMYK 0.510.460.00   0.47
XYZ8.93247.644623.5590
Yxy7.64460.22260.1905
Hunter Lab27.64899.2817-31.1655
CIE-Lab33.231515.1200-35.1866

#424986 color RGB value is (66,73,134).

#424986 hex color red value is 66, green value is 73 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #424986 hue: 0.65 , saturation: 0.34 and the lightness value of 424986 is 0.39.

The process color (four color CMYK) of #424986 color hex is 0.51, 0.46, 0.00, 0.47. Web safe color of #424986 is #333399. Color #424986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001001 10000110
Octal 102 111 206
Decimal 66 73 134
Hex 42 49 86

RGB Percentages of Color #424986

%24.18
%26.74
%49.08

CMYK Percentages of Color #424986

%51
%46
%0
%47

Triadic Colors of #424986

#424986 #864249 #498642

Analogous Colors of #424986

#424986 #5d4286 #426b86

Monochromatic Colors of #424986

#424986

Complementary Color

#424986 #867f42

#424986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424986 Color CSS Codes

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

#424986 Text Font Color

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

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


#424986 Background Color

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

This div background color is #424986


#424986 Border Color

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

This div border color is #424986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424986


Comments

No comments written yet.

Please login to write comment.