Color Hex Logo

#4b4dae Color Hex

#4B4DAE
(75,77,174)
0 Favorites   0 Comments

Color spaces of #4b4dae

RGB 7577174
HSL0.660.400.49
HSV239°57°68°
CMYK 0.570.560.00   0.32
XYZ13.19559.859641.2520
Yxy9.85960.20520.1533
Hunter Lab31.400020.0626-55.9127
CIE-Lab37.589327.9121-52.3235

#4b4dae color RGB value is (75,77,174).

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

The process color (four color CMYK) of #4b4dae color hex is 0.57, 0.56, 0.00, 0.32. Web safe color of #4b4dae is #336699. Color #4b4dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01001101 10101110
Octal 113 115 256
Decimal 75 77 174
Hex 4B 4D AE

RGB Percentages of Color #4b4dae

%23.01
%23.62
%53.37

CMYK Percentages of Color #4b4dae

%57
%56
%0
%32

Triadic Colors of #4b4dae

#4b4dae #ae4b4d #4dae4b

Analogous Colors of #4b4dae

#4b4dae #7b4bae #4b7fae

Monochromatic Colors of #4b4dae

#4b4dae

Complementary Color

#4b4dae #aeac4b

#4b4dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b4dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b4dae Color CSS Codes

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

#4b4dae Text Font Color

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

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


#4b4dae Background Color

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

This div background color is #4b4dae


#4b4dae Border Color

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

This div border color is #4b4dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b4dae


Comments

No comments written yet.

Please login to write comment.