Color Hex Logo

#4b4aad Color Hex

#4B4AAD
(75,74,173)
0 Favorites   0 Comments

Color spaces of #4b4aad

RGB 7574173
HSL0.670.400.48
HSV241°57°68°
CMYK 0.570.570.00   0.32
XYZ12.89339.410540.6720
Yxy9.41050.20470.1494
Hunter Lab30.676521.3393-57.1351
CIE-Lab36.762929.4821-53.0668

#4b4aad color RGB value is (75,74,173).

#4b4aad hex color red value is 75, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4b4aad hue: 0.67 , saturation: 0.40 and the lightness value of 4b4aad is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01001010 10101101
Octal 113 112 255
Decimal 75 74 173
Hex 4B 4A AD

RGB Percentages of Color #4b4aad

%23.29
%22.98
%53.73

CMYK Percentages of Color #4b4aad

%57
%57
%0
%32

Triadic Colors of #4b4aad

#4b4aad #ad4b4a #4aad4b

Analogous Colors of #4b4aad

#4b4aad #7d4aad #4a7bad

Monochromatic Colors of #4b4aad

#4b4aad

Complementary Color

#4b4aad #acad4a

#4b4aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b4aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b4aad Color CSS Codes

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

#4b4aad Text Font Color

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

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


#4b4aad Background Color

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

This div background color is #4b4aad


#4b4aad Border Color

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

This div border color is #4b4aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b4aad


Comments

No comments written yet.

Please login to write comment.