Color Hex Logo

#4b174d Color Hex

#4B174D
(75,23,77)
0 Favorites   0 Comments

Color spaces of #4b174d

RGB 752377
HSL0.830.540.20
HSV298°70°30°
CMYK 0.030.700.00   0.70
XYZ4.54762.64457.2919
Yxy2.64450.31400.1826
Hunter Lab16.261921.4587-15.2025
CIE-Lab18.559932.5522-21.6328

#4b174d color RGB value is (75,23,77).

#4b174d hex color red value is 75, green value is 23 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #4b174d hue: 0.83 , saturation: 0.54 and the lightness value of 4b174d is 0.20.

The process color (four color CMYK) of #4b174d color hex is 0.03, 0.70, 0.00, 0.70. Web safe color of #4b174d is #330066. Color #4b174d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00010111 01001101
Octal 113 27 115
Decimal 75 23 77
Hex 4B 17 4D

RGB Percentages of Color #4b174d

%42.86
%13.14
%44.00

CMYK Percentages of Color #4b174d

%3
%70
%0
%70

Triadic Colors of #4b174d

#4b174d #4d4b17 #174d4b

Analogous Colors of #4b174d

#4b174d #4d1734 #30174d

Monochromatic Colors of #4b174d

#4b174d

Complementary Color

#4b174d #194d17

#4b174d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b174d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b174d Color CSS Codes

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

#4b174d Text Font Color

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

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


#4b174d Background Color

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

This div background color is #4b174d


#4b174d Border Color

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

This div border color is #4b174d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b174d


Comments

No comments written yet.

Please login to write comment.