Color Hex Logo

#4645a1 Color Hex

#4645A1
(70,69,161)
0 Favorites   0 Comments

Color spaces of #4645a1

RGB 7069161
HSL0.670.400.45
HSV241°57°63°
CMYK 0.570.570.00   0.37
XYZ11.08698.131534.7034
Yxy8.13150.20560.1508
Hunter Lab28.515819.4979-52.1942
CIE-Lab34.255327.6846-49.9687

#4645a1 color RGB value is (70,69,161).

#4645a1 hex color red value is 70, green value is 69 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #4645a1 hue: 0.67 , saturation: 0.40 and the lightness value of 4645a1 is 0.45.

The process color (four color CMYK) of #4645a1 color hex is 0.57, 0.57, 0.00, 0.37. Web safe color of #4645a1 is #333399. Color #4645a1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000101 10100001
Octal 106 105 241
Decimal 70 69 161
Hex 46 45 A1

RGB Percentages of Color #4645a1

%23.33
%23.00
%53.67

CMYK Percentages of Color #4645a1

%57
%57
%0
%37

Triadic Colors of #4645a1

#4645a1 #a14645 #45a146

Analogous Colors of #4645a1

#4645a1 #7445a1 #4572a1

Monochromatic Colors of #4645a1

#4645a1

Complementary Color

#4645a1 #a0a145

#4645a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4645a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4645a1 Color CSS Codes

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

#4645a1 Text Font Color

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

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


#4645a1 Background Color

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

This div background color is #4645a1


#4645a1 Border Color

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

This div border color is #4645a1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,69,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4645a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4645a1;
  -webkit-box-shadow: 1px 1px 3px 2px #4645a1;
  box-shadow:         1px 1px 3px 2px #4645a1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4645a1


Comments

No comments written yet.

Please login to write comment.