Color Hex Logo

#4631ad Color Hex

#4631AD
(70,49,173)
0 Favorites   0 Comments

Color spaces of #4631ad

RGB 7049173
HSL0.690.560.44
HSV250°72°68°
CMYK 0.600.720.00   0.32
XYZ11.16696.515840.2043
Yxy6.51580.19290.1126
Hunter Lab25.526133.4179-75.5152
CIE-Lab30.678243.6893-63.0035

#4631ad color RGB value is (70,49,173).

#4631ad hex color red value is 70, green value is 49 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4631ad hue: 0.69 , saturation: 0.56 and the lightness value of 4631ad is 0.44.

The process color (four color CMYK) of #4631ad color hex is 0.60, 0.72, 0.00, 0.32. Web safe color of #4631ad is #333399. Color #4631ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110001 10101101
Octal 106 61 255
Decimal 70 49 173
Hex 46 31 AD

RGB Percentages of Color #4631ad

%23.97
%16.78
%59.25

CMYK Percentages of Color #4631ad

%60
%72
%0
%32

Triadic Colors of #4631ad

#4631ad #ad4631 #31ad46

Analogous Colors of #4631ad

#4631ad #8431ad #315aad

Monochromatic Colors of #4631ad

#4631ad

Complementary Color

#4631ad #98ad31

#4631ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4631ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4631ad Color CSS Codes

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

#4631ad Text Font Color

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

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


#4631ad Background Color

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

This div background color is #4631ad


#4631ad Border Color

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

This div border color is #4631ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,49,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4631ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4631ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4631ad;
  box-shadow:         1px 1px 3px 2px #4631ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4631ad


Comments

No comments written yet.

Please login to write comment.