Color Hex Logo

#4638aa Color Hex

#4638AA
(70,56,170)
0 Favorites   0 Comments

Color spaces of #4638aa

RGB 7056170
HSL0.690.500.44
HSV247°67°67°
CMYK 0.590.670.00   0.33
XYZ11.19577.032738.7976
Yxy7.03270.19630.1233
Hunter Lab26.519228.9492-68.1777
CIE-Lab31.881238.7140-59.2359

#4638aa color RGB value is (70,56,170).

#4638aa hex color red value is 70, green value is 56 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4638aa hue: 0.69 , saturation: 0.50 and the lightness value of 4638aa is 0.44.

The process color (four color CMYK) of #4638aa color hex is 0.59, 0.67, 0.00, 0.33. Web safe color of #4638aa is #333399. Color #4638aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111000 10101010
Octal 106 70 252
Decimal 70 56 170
Hex 46 38 AA

RGB Percentages of Color #4638aa

%23.65
%18.92
%57.43

CMYK Percentages of Color #4638aa

%59
%67
%0
%33

Triadic Colors of #4638aa

#4638aa #aa4638 #38aa46

Analogous Colors of #4638aa

#4638aa #7f38aa #3863aa

Monochromatic Colors of #4638aa

#4638aa

Complementary Color

#4638aa #9caa38

#4638aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4638aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4638aa Color CSS Codes

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

#4638aa Text Font Color

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

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


#4638aa Background Color

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

This div background color is #4638aa


#4638aa Border Color

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

This div border color is #4638aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,56,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4638aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4638aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4638aa;
  box-shadow:         1px 1px 3px 2px #4638aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,56,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4638aa


Comments

No comments written yet.

Please login to write comment.