Color Hex Logo

#4f90ff Color Hex

#4F90FF
(79,144,255)
0 Favorites   0 Comments

Color spaces of #4f90ff

RGB 79144255
HSL0.611.000.65
HSV218°69°100°
CMYK 0.690.440.00   0.00
XYZ31.247728.828898.5253
Yxy28.82880.19700.1818
Hunter Lab53.69259.9208-71.2120
CIE-Lab60.630214.7853-61.3247

#4f90ff color RGB value is (79,144,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10010000 11111111
Octal 117 220 377
Decimal 79 144 255
Hex 4F 90 FF

RGB Percentages of Color #4f90ff

%16.53
%30.13
%53.35

CMYK Percentages of Color #4f90ff

%69
%44
%0
%0

Triadic Colors of #4f90ff

#4f90ff #ff4f90 #90ff4f

Analogous Colors of #4f90ff

#4f90ff #664fff #4fe8ff

Monochromatic Colors of #4f90ff

#4f90ff

Complementary Color

#4f90ff #ffbe4f

#4f90ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f90ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f90ff Color CSS Codes

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

#4f90ff Text Font Color

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

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


#4f90ff Background Color

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

This div background color is #4f90ff


#4f90ff Border Color

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

This div border color is #4f90ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f90ff

Related Colors

#4f90ff Color Palettes


Comments

No comments written yet.

Please login to write comment.