Color Hex Logo

#4b49da Color Hex

#4B49DA
(75,73,218)
0 Favorites   0 Comments

Color spaces of #4b49da

RGB 7573218
HSL0.670.660.57
HSV241°67°85°
CMYK 0.660.670.00   0.15
XYZ17.939111.322967.5697
Yxy11.32290.18530.1169
Hunter Lab33.649536.2746-95.5022
CIE-Lab40.119144.9151-73.8357

#4b49da color RGB value is (75,73,218).

#4b49da hex color red value is 75, green value is 73 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4b49da hue: 0.67 , saturation: 0.66 and the lightness value of 4b49da is 0.57.

The process color (four color CMYK) of #4b49da color hex is 0.66, 0.67, 0.00, 0.15. Web safe color of #4b49da is #3333cc. Color #4b49da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01001001 11011010
Octal 113 111 332
Decimal 75 73 218
Hex 4B 49 DA

RGB Percentages of Color #4b49da

%20.49
%19.95
%59.56

CMYK Percentages of Color #4b49da

%66
%67
%0
%15

Triadic Colors of #4b49da

#4b49da #da4b49 #49da4b

Analogous Colors of #4b49da

#4b49da #9449da #4990da

Monochromatic Colors of #4b49da

#4b49da

Complementary Color

#4b49da #d8da49

#4b49da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b49da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b49da Color CSS Codes

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

#4b49da Text Font Color

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

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


#4b49da Background Color

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

This div background color is #4b49da


#4b49da Border Color

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

This div border color is #4b49da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,73,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b49da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b49da;
  -webkit-box-shadow: 1px 1px 3px 2px #4b49da;
  box-shadow:         1px 1px 3px 2px #4b49da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,73,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b49da


Comments

No comments written yet.

Please login to write comment.