Color Hex Logo

#424786 Color Hex

#424786
(66,71,134)
0 Favorites   0 Comments

Color spaces of #424786

RGB 6671134
HSL0.650.340.39
HSV236°51°53°
CMYK 0.510.470.00   0.47
XYZ8.80317.386023.5159
Yxy7.38600.22170.1860
Hunter Lab27.177210.2587-32.2784
CIE-Lab32.670016.4381-36.0814

#424786 color RGB value is (66,71,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000111 10000110
Octal 102 107 206
Decimal 66 71 134
Hex 42 47 86

RGB Percentages of Color #424786

%24.35
%26.20
%49.45

CMYK Percentages of Color #424786

%51
%47
%0
%47

Triadic Colors of #424786

#424786 #864247 #478642

Analogous Colors of #424786

#424786 #5f4286 #426986

Monochromatic Colors of #424786

#424786

Complementary Color

#424786 #868142

#424786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424786 Color CSS Codes

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

#424786 Text Font Color

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

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


#424786 Background Color

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

This div background color is #424786


#424786 Border Color

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

This div border color is #424786


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,71,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 #424786">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424786


Comments

No comments written yet.

Please login to write comment.