Color Hex Logo

#4a368b Color Hex

#4A368B
(74,54,139)
0 Favorites   0 Comments

Color spaces of #4a368b

RGB 7454139
HSL0.710.440.38
HSV254°61°55°
CMYK 0.470.610.00   0.45
XYZ8.80345.958325.1122
Yxy5.95830.22080.1494
Hunter Lab24.409621.6597-43.9098
CIE-Lab29.307030.9362-44.5356

#4a368b color RGB value is (74,54,139).

#4a368b hex color red value is 74, green value is 54 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #4a368b hue: 0.71 , saturation: 0.44 and the lightness value of 4a368b is 0.38.

The process color (four color CMYK) of #4a368b color hex is 0.47, 0.61, 0.00, 0.45. Web safe color of #4a368b is #333399. Color #4a368b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00110110 10001011
Octal 112 66 213
Decimal 74 54 139
Hex 4A 36 8B

RGB Percentages of Color #4a368b

%27.72
%20.22
%52.06

CMYK Percentages of Color #4a368b

%47
%61
%0
%45

Triadic Colors of #4a368b

#4a368b #8b4a36 #368b4a

Analogous Colors of #4a368b

#4a368b #75368b #364c8b

Monochromatic Colors of #4a368b

#4a368b

Complementary Color

#4a368b #778b36

#4a368b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a368b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a368b Color CSS Codes

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

#4a368b Text Font Color

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

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


#4a368b Background Color

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

This div background color is #4a368b


#4a368b Border Color

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

This div border color is #4a368b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a368b


Comments

No comments written yet.

Please login to write comment.