Color Hex Logo

#4b4766 Color Hex

#4B4766
(75,71,102)
0 Favorites   0 Comments

Color spaces of #4b4766

RGB 7571102
HSL0.690.180.34
HSV248°30°40°
CMYK 0.260.300.00   0.60
XYZ7.55326.961613.5160
Yxy6.96160.26950.2484
Hunter Lab26.38484.9258-11.9027
CIE-Lab31.71939.2781-17.4936

#4b4766 color RGB value is (75,71,102).

#4b4766 hex color red value is 75, green value is 71 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #4b4766 hue: 0.69 , saturation: 0.18 and the lightness value of 4b4766 is 0.34.

The process color (four color CMYK) of #4b4766 color hex is 0.26, 0.30, 0.00, 0.60. Web safe color of #4b4766 is #333366. Color #4b4766 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000111 01100110
Octal 113 107 146
Decimal 75 71 102
Hex 4B 47 66

RGB Percentages of Color #4b4766

%30.24
%28.63
%41.13

CMYK Percentages of Color #4b4766

%26
%30
%0
%60

Triadic Colors of #4b4766

#4b4766 #664b47 #47664b

Analogous Colors of #4b4766

#4b4766 #5b4766 #475366

Monochromatic Colors of #4b4766

#4b4766

Complementary Color

#4b4766 #626647

#4b4766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b4766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b4766 Color CSS Codes

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

#4b4766 Text Font Color

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

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


#4b4766 Background Color

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

This div background color is #4b4766


#4b4766 Border Color

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

This div border color is #4b4766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b4766


Comments

No comments written yet.

Please login to write comment.