Color Hex Logo

#424863 Color Hex

#424863
(66,72,99)
0 Favorites   0 Comments

Color spaces of #424863

RGB 667299
HSL0.640.200.32
HSV229°33°39°
CMYK 0.330.270.00   0.61
XYZ6.81636.693812.7372
Yxy6.69380.25970.2550
Hunter Lab25.87241.7507-11.0783
CIE-Lab31.09944.7189-16.6082

#424863 color RGB value is (66,72,99).

#424863 hex color red value is 66, green value is 72 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #424863 hue: 0.64 , saturation: 0.20 and the lightness value of 424863 is 0.32.

The process color (four color CMYK) of #424863 color hex is 0.33, 0.27, 0.00, 0.61. Web safe color of #424863 is #333366. Color #424863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001000 01100011
Octal 102 110 143
Decimal 66 72 99
Hex 42 48 63

RGB Percentages of Color #424863

%27.85
%30.38
%41.77

CMYK Percentages of Color #424863

%33
%27
%0
%61

Triadic Colors of #424863

#424863 #634248 #486342

Analogous Colors of #424863

#424863 #4d4263 #425863

Monochromatic Colors of #424863

#424863

Complementary Color

#424863 #635d42

#424863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424863 Color CSS Codes

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

#424863 Text Font Color

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

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


#424863 Background Color

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

This div background color is #424863


#424863 Border Color

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

This div border color is #424863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424863


Comments

No comments written yet.

Please login to write comment.