Color Hex Logo

#4a4bad Color Hex

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

Color spaces of #4a4bad

RGB 7475173
HSL0.660.400.48
HSV239°57°68°
CMYK 0.570.570.00   0.32
XYZ12.88299.505140.6908
Yxy9.50510.20420.1507
Hunter Lab30.830320.6357-56.6715
CIE-Lab36.939128.6535-52.7852

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

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

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

Base Numbers

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

RGB Percentages of Color #4a4bad

%22.98
%23.29
%53.73

CMYK Percentages of Color #4a4bad

%57
%57
%0
%32

Triadic Colors of #4a4bad

#4a4bad #ad4a4b #4bad4a

Analogous Colors of #4a4bad

#4a4bad #7b4aad #4a7dad

Monochromatic Colors of #4a4bad

#4a4bad

Complementary Color

#4a4bad #adac4a

#4a4bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4bad Color CSS Codes

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

#4a4bad Text Font Color

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

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


#4a4bad Background Color

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

This div background color is #4a4bad


#4a4bad Border Color

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

This div border color is #4a4bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4bad


Comments

No comments written yet.

Please login to write comment.