Color Hex Logo

#4991fe Color Hex

#4991FE
(73,145,254)
0 Favorites   0 Comments

Color spaces of #4991fe

RGB 73145254
HSL0.600.990.64
HSV216°71°100°
CMYK 0.710.430.00   0.00
XYZ30.762428.823097.7080
Yxy28.82300.19560.1832
Hunter Lab53.68718.3272-70.3242
CIE-Lab60.625113.0116-60.7971

#4991fe color RGB value is (73,145,254).

#4991fe hex color red value is 73, green value is 145 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4991fe hue: 0.60 , saturation: 0.99 and the lightness value of 4991fe is 0.64.

The process color (four color CMYK) of #4991fe color hex is 0.71, 0.43, 0.00, 0.00. Web safe color of #4991fe is #3399ff. Color #4991fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010001 11111110
Octal 111 221 376
Decimal 73 145 254
Hex 49 91 FE

RGB Percentages of Color #4991fe

%15.47
%30.72
%53.81

CMYK Percentages of Color #4991fe

%71
%43
%0
%0

Triadic Colors of #4991fe

#4991fe #fe4991 #91fe49

Analogous Colors of #4991fe

#4991fe #5b49fe #49ecfe

Monochromatic Colors of #4991fe

#4991fe

Complementary Color

#4991fe #feb649

#4991fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4991fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4991fe Color CSS Codes

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

#4991fe Text Font Color

<p style="color:#4991fe">Text here</p>

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


#4991fe Background Color

<div style="background-color:#4991fe">
Div content here</div>

This div background color is #4991fe


#4991fe Border Color

<div style="border:3px solid #4991fe">
Div here</div>

This div border color is #4991fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,145,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4991fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4991fe;
  -webkit-box-shadow: 1px 1px 3px 2px #4991fe;
  box-shadow:         1px 1px 3px 2px #4991fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4991fe


Comments

No comments written yet.

Please login to write comment.