Color Hex Logo

#424998 Color Hex

#424998
(66,73,152)
0 Favorites   0 Comments

Color spaces of #424998

RGB 6673152
HSL0.650.390.43
HSV235°57°60°
CMYK 0.570.520.00   0.40
XYZ10.29688.190330.7440
Yxy8.19030.20920.1664
Hunter Lab28.618714.1403-43.6599
CIE-Lab34.376121.2168-44.3536

#424998 color RGB value is (66,73,152).

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

The process color (four color CMYK) of #424998 color hex is 0.57, 0.52, 0.00, 0.40. Web safe color of #424998 is #333399. Color #424998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001001 10011000
Octal 102 111 230
Decimal 66 73 152
Hex 42 49 98

RGB Percentages of Color #424998

%22.68
%25.09
%52.23

CMYK Percentages of Color #424998

%57
%52
%0
%40

Triadic Colors of #424998

#424998 #984249 #499842

Analogous Colors of #424998

#424998 #664298 #427498

Monochromatic Colors of #424998

#424998

Complementary Color

#424998 #989142

#424998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424998 Color CSS Codes

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

#424998 Text Font Color

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

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


#424998 Background Color

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

This div background color is #424998


#424998 Border Color

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

This div border color is #424998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424998


Comments

No comments written yet.

Please login to write comment.