Color Hex Logo

#4f91db Color Hex

#4F91DB
(79,145,219)
0 Favorites   0 Comments

Color spaces of #4f91db

RGB 79145219
HSL0.590.660.58
HSV212°64°86°
CMYK 0.640.340.00   0.14
XYZ26.136027.027570.8572
Yxy27.02750.21070.2179
Hunter Lab51.9880-1.2414-44.4179
CIE-Lab58.99981.8650-44.0058

#4f91db color RGB value is (79,145,219).

#4f91db hex color red value is 79, green value is 145 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4f91db hue: 0.59 , saturation: 0.66 and the lightness value of 4f91db is 0.58.

The process color (four color CMYK) of #4f91db color hex is 0.64, 0.34, 0.00, 0.14. Web safe color of #4f91db is #6699cc. Color #4f91db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10010001 11011011
Octal 117 221 333
Decimal 79 145 219
Hex 4F 91 DB

RGB Percentages of Color #4f91db

%17.83
%32.73
%49.44

CMYK Percentages of Color #4f91db

%64
%34
%0
%14

Triadic Colors of #4f91db

#4f91db #db4f91 #91db4f

Analogous Colors of #4f91db

#4f91db #534fdb #4fd7db

Monochromatic Colors of #4f91db

#4f91db

Complementary Color

#4f91db #db994f

#4f91db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f91db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f91db Color CSS Codes

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

#4f91db Text Font Color

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

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


#4f91db Background Color

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

This div background color is #4f91db


#4f91db Border Color

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

This div border color is #4f91db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,145,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f91db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f91db;
  -webkit-box-shadow: 1px 1px 3px 2px #4f91db;
  box-shadow:         1px 1px 3px 2px #4f91db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f91db


Comments

No comments written yet.

Please login to write comment.