Color Hex Logo

#4b416a Color Hex

#4B416A
(75,65,106)
0 Favorites   0 Comments

Color spaces of #4b416a

RGB 7565106
HSL0.710.240.34
HSV255°39°42°
CMYK 0.290.390.00   0.58
XYZ7.39356.317114.4653
Yxy6.31710.26240.2242
Hunter Lab25.13388.5243-16.5295
CIE-Lab30.198814.3064-22.3984

#4b416a color RGB value is (75,65,106).

#4b416a hex color red value is 75, green value is 65 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #4b416a hue: 0.71 , saturation: 0.24 and the lightness value of 4b416a is 0.34.

The process color (four color CMYK) of #4b416a color hex is 0.29, 0.39, 0.00, 0.58. Web safe color of #4b416a is #333366. Color #4b416a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000001 01101010
Octal 113 101 152
Decimal 75 65 106
Hex 4B 41 6A

RGB Percentages of Color #4b416a

%30.49
%26.42
%43.09

CMYK Percentages of Color #4b416a

%29
%39
%0
%58

Triadic Colors of #4b416a

#4b416a #6a4b41 #416a4b

Analogous Colors of #4b416a

#4b416a #60416a #414c6a

Monochromatic Colors of #4b416a

#4b416a

Complementary Color

#4b416a #606a41

#4b416a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b416a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b416a Color CSS Codes

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

#4b416a Text Font Color

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

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


#4b416a Background Color

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

This div background color is #4b416a


#4b416a Border Color

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

This div border color is #4b416a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b416a


Comments

No comments written yet.

Please login to write comment.