Color Hex Logo

#4d91ff Color Hex

#4D91FF
(77,145,255)
0 Favorites   0 Comments

Color spaces of #4d91ff

RGB 77145255
HSL0.601.000.65
HSV217°70°100°
CMYK 0.700.430.00   0.00
XYZ31.236029.048698.5684
Yxy29.04860.19660.1829
Hunter Lab53.89689.1308-70.7040
CIE-Lab60.824513.9049-61.0179

#4d91ff color RGB value is (77,145,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10010001 11111111
Octal 115 221 377
Decimal 77 145 255
Hex 4D 91 FF

RGB Percentages of Color #4d91ff

%16.14
%30.40
%53.46

CMYK Percentages of Color #4d91ff

%70
%43
%0
%0

Triadic Colors of #4d91ff

#4d91ff #ff4d91 #91ff4d

Analogous Colors of #4d91ff

#4d91ff #624dff #4deaff

Monochromatic Colors of #4d91ff

#4d91ff

Complementary Color

#4d91ff #ffbb4d

#4d91ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d91ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d91ff Color CSS Codes

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

#4d91ff Text Font Color

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

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


#4d91ff Background Color

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

This div background color is #4d91ff


#4d91ff Border Color

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

This div border color is #4d91ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d91ff


Comments

No comments written yet.

Please login to write comment.