Color Hex Logo

#4d9bbe Color Hex

#4D9BBE
(77,155,190)
0 Favorites   0 Comments

Color spaces of #4d9bbe

RGB 77155190
HSL0.550.470.52
HSV199°59°75°
CMYK 0.590.180.00   0.25
XYZ24.076228.738252.9933
Yxy28.73820.22750.2716
Hunter Lab53.6080-13.6469-21.0845
CIE-Lab60.5499-13.5928-25.3373

#4d9bbe color RGB value is (77,155,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10011011 10111110
Octal 115 233 276
Decimal 77 155 190
Hex 4D 9B BE

RGB Percentages of Color #4d9bbe

%18.25
%36.73
%45.02

CMYK Percentages of Color #4d9bbe

%59
%18
%0
%25

Triadic Colors of #4d9bbe

#4d9bbe #be4d9b #9bbe4d

Analogous Colors of #4d9bbe

#4d9bbe #4d63be #4dbea9

Monochromatic Colors of #4d9bbe

#4d9bbe

Complementary Color

#4d9bbe #be704d

#4d9bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d9bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d9bbe Color CSS Codes

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

#4d9bbe Text Font Color

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

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


#4d9bbe Background Color

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

This div background color is #4d9bbe


#4d9bbe Border Color

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

This div border color is #4d9bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d9bbe


Comments

No comments written yet.

Please login to write comment.