Color Hex Logo

#424663 Color Hex

#424663
(66,70,99)
0 Favorites   0 Comments

Color spaces of #424663

RGB 667099
HSL0.650.200.32
HSV233°33°39°
CMYK 0.330.290.00   0.61
XYZ6.68916.439412.6948
Yxy6.43940.25900.2494
Hunter Lab25.37602.6446-11.8977
CIE-Lab30.49506.0237-17.5416

#424663 color RGB value is (66,70,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000110 01100011
Octal 102 106 143
Decimal 66 70 99
Hex 42 46 63

RGB Percentages of Color #424663

%28.09
%29.79
%42.13

CMYK Percentages of Color #424663

%33
%29
%0
%61

Triadic Colors of #424663

#424663 #634246 #466342

Analogous Colors of #424663

#424663 #4f4263 #425763

Monochromatic Colors of #424663

#424663

Complementary Color

#424663 #635f42

#424663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424663 Color CSS Codes

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

#424663 Text Font Color

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

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


#424663 Background Color

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

This div background color is #424663


#424663 Border Color

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

This div border color is #424663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424663

#424663 Color Palettes


Comments

No comments written yet.

Please login to write comment.