Color Hex Logo

#4628ba Color Hex

#4628BA
(70,40,186)
0 Favorites   0 Comments

Color spaces of #4628ba

RGB 7040186
HSL0.700.650.44
HSV252°78°73°
CMYK 0.620.780.00   0.27
XYZ12.14756.364847.0427
Yxy6.36480.18530.0971
Hunter Lab25.228641.7974-92.8958
CIE-Lab30.314852.2237-71.3431

#4628ba color RGB value is (70,40,186).

#4628ba hex color red value is 70, green value is 40 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4628ba hue: 0.70 , saturation: 0.65 and the lightness value of 4628ba is 0.44.

The process color (four color CMYK) of #4628ba color hex is 0.62, 0.78, 0.00, 0.27. Web safe color of #4628ba is #3333cc. Color #4628ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101000 10111010
Octal 106 50 272
Decimal 70 40 186
Hex 46 28 BA

RGB Percentages of Color #4628ba

%23.65
%13.51
%62.84

CMYK Percentages of Color #4628ba

%62
%78
%0
%27

Triadic Colors of #4628ba

#4628ba #ba4628 #28ba46

Analogous Colors of #4628ba

#4628ba #8f28ba #2853ba

Monochromatic Colors of #4628ba

#4628ba

Complementary Color

#4628ba #9cba28

#4628ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4628ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4628ba Color CSS Codes

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

#4628ba Text Font Color

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

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


#4628ba Background Color

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

This div background color is #4628ba


#4628ba Border Color

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

This div border color is #4628ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,40,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4628ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4628ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4628ba;
  box-shadow:         1px 1px 3px 2px #4628ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4628ba


Comments

No comments written yet.

Please login to write comment.