Color Hex Logo

#4940cb Color Hex

#4940CB
(73,64,203)
0 Favorites   0 Comments

Color spaces of #4940cb

RGB 7364203
HSL0.680.570.52
HSV244°68°80°
CMYK 0.640.680.00   0.20
XYZ15.36059.395157.5037
Yxy9.39510.18670.1142
Hunter Lab30.651435.8126-89.7752
CIE-Lab36.734145.0466-70.7413

#4940cb color RGB value is (73,64,203).

#4940cb hex color red value is 73, green value is 64 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4940cb hue: 0.68 , saturation: 0.57 and the lightness value of 4940cb is 0.52.

The process color (four color CMYK) of #4940cb color hex is 0.64, 0.68, 0.00, 0.20. Web safe color of #4940cb is #3333cc. Color #4940cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000000 11001011
Octal 111 100 313
Decimal 73 64 203
Hex 49 40 CB

RGB Percentages of Color #4940cb

%21.47
%18.82
%59.71

CMYK Percentages of Color #4940cb

%64
%68
%0
%20

Triadic Colors of #4940cb

#4940cb #cb4940 #40cb49

Analogous Colors of #4940cb

#4940cb #8f40cb #407dcb

Monochromatic Colors of #4940cb

#4940cb

Complementary Color

#4940cb #c2cb40

#4940cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4940cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4940cb Color CSS Codes

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

#4940cb Text Font Color

<p style="color:#4940cb">Text here</p>

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


#4940cb Background Color

<div style="background-color:#4940cb">
Div content here</div>

This div background color is #4940cb


#4940cb Border Color

<div style="border:3px solid #4940cb">
Div here</div>

This div border color is #4940cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,64,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4940cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4940cb;
  -webkit-box-shadow: 1px 1px 3px 2px #4940cb;
  box-shadow:         1px 1px 3px 2px #4940cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4940cb


Comments

No comments written yet.

Please login to write comment.