Color Hex Logo

#4a44bd Color Hex

#4A44BD
(74,68,189)
0 Favorites   0 Comments

Color spaces of #4a44bd

RGB 7468189
HSL0.670.480.50
HSV243°64°74°
CMYK 0.610.640.00   0.26
XYZ14.07659.264249.1904
Yxy9.26420.19410.1277
Hunter Lab30.437129.2872-74.5144
CIE-Lab36.488138.2967-62.9662

#4a44bd color RGB value is (74,68,189).

#4a44bd hex color red value is 74, green value is 68 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4a44bd hue: 0.67 , saturation: 0.48 and the lightness value of 4a44bd is 0.50.

The process color (four color CMYK) of #4a44bd color hex is 0.61, 0.64, 0.00, 0.26. Web safe color of #4a44bd is #3333cc. Color #4a44bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000100 10111101
Octal 112 104 275
Decimal 74 68 189
Hex 4A 44 BD

RGB Percentages of Color #4a44bd

%22.36
%20.54
%57.10

CMYK Percentages of Color #4a44bd

%61
%64
%0
%26

Triadic Colors of #4a44bd

#4a44bd #bd4a44 #44bd4a

Analogous Colors of #4a44bd

#4a44bd #8744bd #447bbd

Monochromatic Colors of #4a44bd

#4a44bd

Complementary Color

#4a44bd #b7bd44

#4a44bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a44bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a44bd Color CSS Codes

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

#4a44bd Text Font Color

<p style="color:#4a44bd">Text here</p>

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


#4a44bd Background Color

<div style="background-color:#4a44bd">
Div content here</div>

This div background color is #4a44bd


#4a44bd Border Color

<div style="border:3px solid #4a44bd">
Div here</div>

This div border color is #4a44bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,68,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a44bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a44bd;
  -webkit-box-shadow: 1px 1px 3px 2px #4a44bd;
  box-shadow:         1px 1px 3px 2px #4a44bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,68,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 #4a44bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a44bd


Comments

No comments written yet.

Please login to write comment.