Color Hex Logo

#4d90be Color Hex

#4D90BE
(77,144,190)
0 Favorites   0 Comments

Color spaces of #4d90be

RGB 77144190
HSL0.570.470.52
HSV204°59°75°
CMYK 0.590.240.00   0.25
XYZ22.328125.242052.4106
Yxy25.24200.22330.2525
Hunter Lab50.2414-8.5942-26.6809
CIE-Lab57.3105-7.4796-30.3438

#4d90be color RGB value is (77,144,190).

#4d90be hex color red value is 77, green value is 144 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4d90be hue: 0.57 , saturation: 0.47 and the lightness value of 4d90be is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10010000 10111110
Octal 115 220 276
Decimal 77 144 190
Hex 4D 90 BE

RGB Percentages of Color #4d90be

%18.73
%35.04
%46.23

CMYK Percentages of Color #4d90be

%59
%24
%0
%25

Triadic Colors of #4d90be

#4d90be #be4d90 #90be4d

Analogous Colors of #4d90be

#4d90be #4d58be #4dbeb4

Monochromatic Colors of #4d90be

#4d90be

Complementary Color

#4d90be #be7b4d

#4d90be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d90be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d90be Color CSS Codes

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

#4d90be Text Font Color

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

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


#4d90be Background Color

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

This div background color is #4d90be


#4d90be Border Color

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

This div border color is #4d90be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d90be


Comments

No comments written yet.

Please login to write comment.