Color Hex Logo

#4b004e Color Hex

#4B004E
(75,0,78)
0 Favorites   0 Comments

Color spaces of #4b004e

RGB 75078
HSL0.831.000.15
HSV298°100°31°
CMYK 0.041.000.00   0.69
XYZ4.27682.04597.3772
Yxy2.04590.31220.1493
Hunter Lab14.303528.3411-20.5671
CIE-Lab15.726341.0890-26.8338

#4b004e color RGB value is (75,0,78).

#4b004e hex color red value is 75, green value is 0 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #4b004e hue: 0.83 , saturation: 1.00 and the lightness value of 4b004e is 0.15.

The process color (four color CMYK) of #4b004e color hex is 0.04, 1.00, 0.00, 0.69. Web safe color of #4b004e is #330066. Color #4b004e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00000000 01001110
Octal 113 0 116
Decimal 75 0 78
Hex 4B 0 4E

RGB Percentages of Color #4b004e

%49.02
%0.00
%50.98

CMYK Percentages of Color #4b004e

%4
%100
%0
%69

Triadic Colors of #4b004e

#4b004e #4e4b00 #004e4b

Analogous Colors of #4b004e

#4b004e #4e002a #24004e

Monochromatic Colors of #4b004e

#4b004e

Complementary Color

#4b004e #034e00

#4b004e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b004e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b004e Color CSS Codes

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

#4b004e Text Font Color

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

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


#4b004e Background Color

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

This div background color is #4b004e


#4b004e Border Color

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

This div border color is #4b004e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b004e


Comments

No comments written yet.

Please login to write comment.