Color Hex Logo

#4b308a Color Hex

#4B308A
(75,48,138)
0 Favorites   0 Comments

Color spaces of #4b308a

RGB 7548138
HSL0.720.480.36
HSV258°65°54°
CMYK 0.460.650.00   0.46
XYZ8.54605.444724.6453
Yxy5.44470.22120.1409
Hunter Lab23.333924.5411-46.2885
CIE-Lab27.965934.4902-46.0830

#4b308a color RGB value is (75,48,138).

#4b308a hex color red value is 75, green value is 48 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #4b308a hue: 0.72 , saturation: 0.48 and the lightness value of 4b308a is 0.36.

The process color (four color CMYK) of #4b308a color hex is 0.46, 0.65, 0.00, 0.46. Web safe color of #4b308a is #333399. Color #4b308a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00110000 10001010
Octal 113 60 212
Decimal 75 48 138
Hex 4B 30 8A

RGB Percentages of Color #4b308a

%28.74
%18.39
%52.87

CMYK Percentages of Color #4b308a

%46
%65
%0
%46

Triadic Colors of #4b308a

#4b308a #8a4b30 #308a4b

Analogous Colors of #4b308a

#4b308a #78308a #30428a

Monochromatic Colors of #4b308a

#4b308a

Complementary Color

#4b308a #6f8a30

#4b308a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b308a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b308a Color CSS Codes

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

#4b308a Text Font Color

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

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


#4b308a Background Color

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

This div background color is #4b308a


#4b308a Border Color

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

This div border color is #4b308a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b308a


Comments

No comments written yet.

Please login to write comment.