Color Hex Logo

#424773 Color Hex

#424773
(66,71,115)
0 Favorites   0 Comments

Color spaces of #424773

RGB 6671115
HSL0.650.270.35
HSV234°43°45°
CMYK 0.430.380.00   0.55
XYZ7.59456.902517.1517
Yxy6.90250.24000.2181
Hunter Lab26.27265.6211-20.3158
CIE-Lab31.583910.2529-25.9725

#424773 color RGB value is (66,71,115).

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

The process color (four color CMYK) of #424773 color hex is 0.43, 0.38, 0.00, 0.55. Web safe color of #424773 is #333366. Color #424773 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000111 01110011
Octal 102 107 163
Decimal 66 71 115
Hex 42 47 73

RGB Percentages of Color #424773

%26.19
%28.17
%45.63

CMYK Percentages of Color #424773

%43
%38
%0
%55

Triadic Colors of #424773

#424773 #734247 #477342

Analogous Colors of #424773

#424773 #564273 #426073

Monochromatic Colors of #424773

#424773

Complementary Color

#424773 #736e42

#424773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424773 Color CSS Codes

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

#424773 Text Font Color

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

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


#424773 Background Color

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

This div background color is #424773


#424773 Border Color

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

This div border color is #424773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424773


Comments

No comments written yet.

Please login to write comment.