Color Hex Logo

#427496 Color Hex

#427496
(66,116,150)
0 Favorites   0 Comments

Color spaces of #427496

RGB 66116150
HSL0.570.390.42
HSV204°56°59°
CMYK 0.560.230.00   0.41
XYZ13.997215.851031.1760
Yxy15.85100.22940.2597
Hunter Lab39.8133-6.9179-18.5580
CIE-Lab46.7784-6.5558-23.5820

#427496 color RGB value is (66,116,150).

#427496 hex color red value is 66, green value is 116 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #427496 hue: 0.57 , saturation: 0.39 and the lightness value of 427496 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110100 10010110
Octal 102 164 226
Decimal 66 116 150
Hex 42 74 96

RGB Percentages of Color #427496

%19.88
%34.94
%45.18

CMYK Percentages of Color #427496

%56
%23
%0
%41

Triadic Colors of #427496

#427496 #964274 #749642

Analogous Colors of #427496

#427496 #424a96 #42968e

Monochromatic Colors of #427496

#427496

Complementary Color

#427496 #966442

#427496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427496 Color CSS Codes

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

#427496 Text Font Color

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

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


#427496 Background Color

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

This div background color is #427496


#427496 Border Color

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

This div border color is #427496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427496


Comments

No comments written yet.

Please login to write comment.