Color Hex Logo

#4d88af Color Hex

#4D88AF
(77,136,175)
0 Favorites   0 Comments

Color spaces of #4d88af

RGB 77136175
HSL0.570.390.49
HSV204°56°69°
CMYK 0.560.220.00   0.31
XYZ19.602622.281243.8250
Yxy22.28120.22870.2600
Hunter Lab47.2030-8.4771-22.0050
CIE-Lab54.3241-7.7089-26.4187

#4d88af color RGB value is (77,136,175).

#4d88af hex color red value is 77, green value is 136 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4d88af hue: 0.57 , saturation: 0.39 and the lightness value of 4d88af is 0.49.

The process color (four color CMYK) of #4d88af color hex is 0.56, 0.22, 0.00, 0.31. Web safe color of #4d88af is #669999. Color #4d88af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10001000 10101111
Octal 115 210 257
Decimal 77 136 175
Hex 4D 88 AF

RGB Percentages of Color #4d88af

%19.85
%35.05
%45.10

CMYK Percentages of Color #4d88af

%56
%22
%0
%31

Triadic Colors of #4d88af

#4d88af #af4d88 #88af4d

Analogous Colors of #4d88af

#4d88af #4d57af #4dafa5

Monochromatic Colors of #4d88af

#4d88af

Complementary Color

#4d88af #af744d

#4d88af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d88af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d88af Color CSS Codes

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

#4d88af Text Font Color

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

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


#4d88af Background Color

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

This div background color is #4d88af


#4d88af Border Color

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

This div border color is #4d88af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d88af


Comments

No comments written yet.

Please login to write comment.