Color Hex Logo

#4f90bd Color Hex

#4F90BD
(79,144,189)
0 Favorites   0 Comments

Color spaces of #4f90bd

RGB 79144189
HSL0.570.450.53
HSV205°58°74°
CMYK 0.580.240.00   0.26
XYZ22.383025.282951.8445
Yxy25.28290.22490.2541
Hunter Lab50.2821-8.5347-25.9348
CIE-Lab57.3500-7.3976-29.7092

#4f90bd color RGB value is (79,144,189).

#4f90bd hex color red value is 79, green value is 144 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4f90bd hue: 0.57 , saturation: 0.45 and the lightness value of 4f90bd is 0.53.

The process color (four color CMYK) of #4f90bd color hex is 0.58, 0.24, 0.00, 0.26. Web safe color of #4f90bd is #6699cc. Color #4f90bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10010000 10111101
Octal 117 220 275
Decimal 79 144 189
Hex 4F 90 BD

RGB Percentages of Color #4f90bd

%19.17
%34.95
%45.87

CMYK Percentages of Color #4f90bd

%58
%24
%0
%26

Triadic Colors of #4f90bd

#4f90bd #bd4f90 #90bd4f

Analogous Colors of #4f90bd

#4f90bd #4f59bd #4fbdb3

Monochromatic Colors of #4f90bd

#4f90bd

Complementary Color

#4f90bd #bd7c4f

#4f90bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f90bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f90bd Color CSS Codes

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

#4f90bd Text Font Color

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

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


#4f90bd Background Color

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

This div background color is #4f90bd


#4f90bd Border Color

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

This div border color is #4f90bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f90bd


Comments

No comments written yet.

Please login to write comment.