Color Hex Logo

#4d6baf Color Hex

#4D6BAF
(77,107,175)
0 Favorites   0 Comments

Color spaces of #4d6baf

RGB 77107175
HSL0.620.390.49
HSV222°56°69°
CMYK 0.560.390.00   0.31
XYZ16.056115.188342.6428
Yxy15.18830.21730.2056
Hunter Lab38.97225.3387-37.5938
CIE-Lab45.89109.6278-39.6186

#4d6baf color RGB value is (77,107,175).

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

The process color (four color CMYK) of #4d6baf color hex is 0.56, 0.39, 0.00, 0.31. Web safe color of #4d6baf is #666699. Color #4d6baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01101011 10101111
Octal 115 153 257
Decimal 77 107 175
Hex 4D 6B AF

RGB Percentages of Color #4d6baf

%21.45
%29.81
%48.75

CMYK Percentages of Color #4d6baf

%56
%39
%0
%31

Triadic Colors of #4d6baf

#4d6baf #af4d6b #6baf4d

Analogous Colors of #4d6baf

#4d6baf #604daf #4d9caf

Monochromatic Colors of #4d6baf

#4d6baf

Complementary Color

#4d6baf #af914d

#4d6baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d6baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d6baf Color CSS Codes

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

#4d6baf Text Font Color

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

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


#4d6baf Background Color

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

This div background color is #4d6baf


#4d6baf Border Color

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

This div border color is #4d6baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d6baf


Comments

No comments written yet.

Please login to write comment.