Color Hex Logo

#4d7383 Color Hex

#4D7383
(77,115,131)
0 Favorites   0 Comments

Color spaces of #4d7383

RGB 77115131
HSL0.550.260.41
HSV198°41°51°
CMYK 0.410.120.00   0.49
XYZ13.288015.477923.7599
Yxy15.47790.25300.2947
Hunter Lab39.3420-8.5589-8.2678
CIE-Lab46.2819-8.9527-13.0262

#4d7383 color RGB value is (77,115,131).

#4d7383 hex color red value is 77, green value is 115 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #4d7383 hue: 0.55 , saturation: 0.26 and the lightness value of 4d7383 is 0.41.

The process color (four color CMYK) of #4d7383 color hex is 0.41, 0.12, 0.00, 0.49. Web safe color of #4d7383 is #666699. Color #4d7383 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01110011 10000011
Octal 115 163 203
Decimal 77 115 131
Hex 4D 73 83

RGB Percentages of Color #4d7383

%23.84
%35.60
%40.56

CMYK Percentages of Color #4d7383

%41
%12
%0
%49

Triadic Colors of #4d7383

#4d7383 #834d73 #73834d

Analogous Colors of #4d7383

#4d7383 #4d5883 #4d8378

Monochromatic Colors of #4d7383

#4d7383

Complementary Color

#4d7383 #835d4d

#4d7383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d7383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d7383 Color CSS Codes

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

#4d7383 Text Font Color

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

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


#4d7383 Background Color

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

This div background color is #4d7383


#4d7383 Border Color

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

This div border color is #4d7383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d7383


Comments

No comments written yet.

Please login to write comment.