Color Hex Logo

#4969fe Color Hex

#4969FE
(73,105,254)
0 Favorites   0 Comments

Color spaces of #4969fe

RGB 73105254
HSL0.640.990.64
HSV229°71°100°
CMYK 0.710.590.00   0.00
XYZ25.688618.675496.0167
Yxy18.67540.18300.1330
Hunter Lab43.215030.4806-101.4821
CIE-Lab50.305337.4754-77.4704

#4969fe color RGB value is (73,105,254).

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

The process color (four color CMYK) of #4969fe color hex is 0.71, 0.59, 0.00, 0.00. Web safe color of #4969fe is #3366ff. Color #4969fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101001 11111110
Octal 111 151 376
Decimal 73 105 254
Hex 49 69 FE

RGB Percentages of Color #4969fe

%16.90
%24.31
%58.80

CMYK Percentages of Color #4969fe

%71
%59
%0
%0

Triadic Colors of #4969fe

#4969fe #fe4969 #69fe49

Analogous Colors of #4969fe

#4969fe #8449fe #49c4fe

Monochromatic Colors of #4969fe

#4969fe

Complementary Color

#4969fe #fede49

#4969fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4969fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4969fe Color CSS Codes

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

#4969fe Text Font Color

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

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


#4969fe Background Color

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

This div background color is #4969fe


#4969fe Border Color

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

This div border color is #4969fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,105,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 #4969fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4969fe


Comments

No comments written yet.

Please login to write comment.