Color Hex Logo

#4621bd Color Hex

#4621BD
(70,33,189)
0 Favorites   0 Comments

Color spaces of #4621bd

RGB 7033189
HSL0.710.700.44
HSV254°83°74°
CMYK 0.630.830.00   0.26
XYZ12.25506.063948.6687
Yxy6.06390.18290.0905
Hunter Lab24.625045.7395-99.9430
CIE-Lab29.573156.1612-74.3441

#4621bd color RGB value is (70,33,189).

#4621bd hex color red value is 70, green value is 33 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4621bd hue: 0.71 , saturation: 0.70 and the lightness value of 4621bd is 0.44.

The process color (four color CMYK) of #4621bd color hex is 0.63, 0.83, 0.00, 0.26. Web safe color of #4621bd is #3333cc. Color #4621bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100001 10111101
Octal 106 41 275
Decimal 70 33 189
Hex 46 21 BD

RGB Percentages of Color #4621bd

%23.97
%11.30
%64.73

CMYK Percentages of Color #4621bd

%63
%83
%0
%26

Triadic Colors of #4621bd

#4621bd #bd4621 #21bd46

Analogous Colors of #4621bd

#4621bd #9421bd #214abd

Monochromatic Colors of #4621bd

#4621bd

Complementary Color

#4621bd #98bd21

#4621bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4621bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4621bd Color CSS Codes

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

#4621bd Text Font Color

<p style="color:#4621bd">Text here</p>

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


#4621bd Background Color

<div style="background-color:#4621bd">
Div content here</div>

This div background color is #4621bd


#4621bd Border Color

<div style="border:3px solid #4621bd">
Div here</div>

This div border color is #4621bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,33,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4621bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4621bd;
  -webkit-box-shadow: 1px 1px 3px 2px #4621bd;
  box-shadow:         1px 1px 3px 2px #4621bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4621bd


Comments

No comments written yet.

Please login to write comment.