Color Hex Logo

#4d6098 Color Hex

#4D6098
(77,96,152)
0 Favorites   0 Comments

Color spaces of #4d6098

RGB 7796152
HSL0.620.330.45
HSV225°49°60°
CMYK 0.490.370.00   0.40
XYZ12.910912.210531.3821
Yxy12.21050.22850.2161
Hunter Lab34.94354.8008-28.7867
CIE-Lab41.54878.9705-32.8885

#4d6098 color RGB value is (77,96,152).

#4d6098 hex color red value is 77, green value is 96 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #4d6098 hue: 0.62 , saturation: 0.33 and the lightness value of 4d6098 is 0.45.

The process color (four color CMYK) of #4d6098 color hex is 0.49, 0.37, 0.00, 0.40. Web safe color of #4d6098 is #666699. Color #4d6098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01100000 10011000
Octal 115 140 230
Decimal 77 96 152
Hex 4D 60 98

RGB Percentages of Color #4d6098

%23.69
%29.54
%46.77

CMYK Percentages of Color #4d6098

%49
%37
%0
%40

Triadic Colors of #4d6098

#4d6098 #984d60 #60984d

Analogous Colors of #4d6098

#4d6098 #604d98 #4d8698

Monochromatic Colors of #4d6098

#4d6098

Complementary Color

#4d6098 #98854d

#4d6098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d6098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d6098 Color CSS Codes

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

#4d6098 Text Font Color

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

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


#4d6098 Background Color

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

This div background color is #4d6098


#4d6098 Border Color

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

This div border color is #4d6098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d6098


Comments

No comments written yet.

Please login to write comment.