Color Hex Logo

#4959ef Color Hex

#4959EF
(73,89,239)
0 Favorites   0 Comments

Color spaces of #4959ef

RGB 7389239
HSL0.650.840.61
HSV234°69°94°
CMYK 0.690.630.00   0.06
XYZ21.900014.793283.3625
Yxy14.79320.18240.1232
Hunter Lab38.461934.3285-101.5820
CIE-Lab45.349642.0911-77.1893

#4959ef color RGB value is (73,89,239).

#4959ef hex color red value is 73, green value is 89 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4959ef hue: 0.65 , saturation: 0.84 and the lightness value of 4959ef is 0.61.

The process color (four color CMYK) of #4959ef color hex is 0.69, 0.63, 0.00, 0.06. Web safe color of #4959ef is #3366ff. Color #4959ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011001 11101111
Octal 111 131 357
Decimal 73 89 239
Hex 49 59 EF

RGB Percentages of Color #4959ef

%18.20
%22.19
%59.60

CMYK Percentages of Color #4959ef

%69
%63
%0
%6

Triadic Colors of #4959ef

#4959ef #ef4959 #59ef49

Analogous Colors of #4959ef

#4959ef #8c49ef #49acef

Monochromatic Colors of #4959ef

#4959ef

Complementary Color

#4959ef #efdf49

#4959ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4959ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4959ef Color CSS Codes

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

#4959ef Text Font Color

<p style="color:#4959ef">Text here</p>

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


#4959ef Background Color

<div style="background-color:#4959ef">
Div content here</div>

This div background color is #4959ef


#4959ef Border Color

<div style="border:3px solid #4959ef">
Div here</div>

This div border color is #4959ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,89,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4959ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4959ef;
  -webkit-box-shadow: 1px 1px 3px 2px #4959ef;
  box-shadow:         1px 1px 3px 2px #4959ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4959ef


Comments

No comments written yet.

Please login to write comment.