Color Hex Logo

#4620af Color Hex

#4620AF
(70,32,175)
0 Favorites   0 Comments

Color spaces of #4620af

RGB 7032175
HSL0.710.690.41
HSV256°82°69°
CMYK 0.600.820.00   0.31
XYZ10.78025.430341.0374
Yxy5.43030.18830.0949
Hunter Lab23.303041.7956-88.0996
CIE-Lab27.927152.6873-68.7310

#4620af color RGB value is (70,32,175).

#4620af hex color red value is 70, green value is 32 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4620af hue: 0.71 , saturation: 0.69 and the lightness value of 4620af is 0.41.

The process color (four color CMYK) of #4620af color hex is 0.60, 0.82, 0.00, 0.31. Web safe color of #4620af is #333399. Color #4620af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100000 10101111
Octal 106 40 257
Decimal 70 32 175
Hex 46 20 AF

RGB Percentages of Color #4620af

%25.27
%11.55
%63.18

CMYK Percentages of Color #4620af

%60
%82
%0
%31

Triadic Colors of #4620af

#4620af #af4620 #20af46

Analogous Colors of #4620af

#4620af #8e20af #2042af

Monochromatic Colors of #4620af

#4620af

Complementary Color

#4620af #89af20

#4620af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4620af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4620af Color CSS Codes

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

#4620af Text Font Color

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

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


#4620af Background Color

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

This div background color is #4620af


#4620af Border Color

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

This div border color is #4620af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,32,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4620af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4620af;
  -webkit-box-shadow: 1px 1px 3px 2px #4620af;
  box-shadow:         1px 1px 3px 2px #4620af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4620af


Comments

No comments written yet.

Please login to write comment.