Color Hex Logo

#4f91ff Color Hex

#4F91FF
(79,145,255)
0 Favorites   0 Comments

Color spaces of #4f91ff

RGB 79145255
HSL0.601.000.65
HSV218°69°100°
CMYK 0.690.430.00   0.00
XYZ31.399829.133198.5760
Yxy29.13310.19730.1831
Hunter Lab53.97519.3853-70.5002
CIE-Lab60.898914.1862-60.8946

#4f91ff color RGB value is (79,145,255).

#4f91ff hex color red value is 79, green value is 145 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4f91ff hue: 0.60 , saturation: 1.00 and the lightness value of 4f91ff is 0.65.

The process color (four color CMYK) of #4f91ff color hex is 0.69, 0.43, 0.00, 0.00. Web safe color of #4f91ff is #6699ff. Color #4f91ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10010001 11111111
Octal 117 221 377
Decimal 79 145 255
Hex 4F 91 FF

RGB Percentages of Color #4f91ff

%16.49
%30.27
%53.24

CMYK Percentages of Color #4f91ff

%69
%43
%0
%0

Triadic Colors of #4f91ff

#4f91ff #ff4f91 #91ff4f

Analogous Colors of #4f91ff

#4f91ff #654fff #4fe9ff

Monochromatic Colors of #4f91ff

#4f91ff

Complementary Color

#4f91ff #ffbd4f

#4f91ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f91ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f91ff Color CSS Codes

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

#4f91ff Text Font Color

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

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


#4f91ff Background Color

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

This div background color is #4f91ff


#4f91ff Border Color

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

This div border color is #4f91ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f91ff

Related Colors


Comments

No comments written yet.

Please login to write comment.