Color Hex Logo

#4b096a Color Hex

#4B096A
(75,9,106)
0 Favorites   0 Comments

Color spaces of #4b096a

RGB 759106
HSL0.780.840.23
HSV281°92°42°
CMYK 0.290.920.00   0.58
XYZ5.60092.731813.8678
Yxy2.73180.25230.1231
Hunter Lab16.528231.5641-38.1770
CIE-Lab18.936143.9837-40.3919

#4b096a color RGB value is (75,9,106).

#4b096a hex color red value is 75, green value is 9 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #4b096a hue: 0.78 , saturation: 0.84 and the lightness value of 4b096a is 0.23.

The process color (four color CMYK) of #4b096a color hex is 0.29, 0.92, 0.00, 0.58. Web safe color of #4b096a is #330066. Color #4b096a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00001001 01101010
Octal 113 11 152
Decimal 75 9 106
Hex 4B 9 6A

RGB Percentages of Color #4b096a

%39.47
%4.74
%55.79

CMYK Percentages of Color #4b096a

%29
%92
%0
%58

Triadic Colors of #4b096a

#4b096a #6a4b09 #096a4b

Analogous Colors of #4b096a

#4b096a #6a0958 #1b096a

Monochromatic Colors of #4b096a

#4b096a

Complementary Color

#4b096a #286a09

#4b096a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b096a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b096a Color CSS Codes

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

#4b096a Text Font Color

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

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


#4b096a Background Color

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

This div background color is #4b096a


#4b096a Border Color

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

This div border color is #4b096a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b096a


Comments

No comments written yet.

Please login to write comment.