Color Hex Logo

#4b4dbe Color Hex

#4B4DBE
(75,77,190)
0 Favorites   0 Comments

Color spaces of #4b4dbe

RGB 7577190
HSL0.660.470.52
HSV239°61°75°
CMYK 0.610.590.00   0.25
XYZ14.849810.521349.9633
Yxy10.52130.19710.1397
Hunter Lab32.436624.9552-68.6211
CIE-Lab38.762233.2524-59.8449

#4b4dbe color RGB value is (75,77,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01001101 10111110
Octal 113 115 276
Decimal 75 77 190
Hex 4B 4D BE

RGB Percentages of Color #4b4dbe

%21.93
%22.51
%55.56

CMYK Percentages of Color #4b4dbe

%61
%59
%0
%25

Triadic Colors of #4b4dbe

#4b4dbe #be4b4d #4dbe4b

Analogous Colors of #4b4dbe

#4b4dbe #834bbe #4b87be

Monochromatic Colors of #4b4dbe

#4b4dbe

Complementary Color

#4b4dbe #bebc4b

#4b4dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b4dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b4dbe Color CSS Codes

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

#4b4dbe Text Font Color

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

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


#4b4dbe Background Color

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

This div background color is #4b4dbe


#4b4dbe Border Color

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

This div border color is #4b4dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b4dbe


Comments

No comments written yet.

Please login to write comment.