Html Css Color HEX #4F394D Purple Taupe

📋 copy color: '#4F394D'

red 79 ◦ green 57 ◦ blue 77

#4F394D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #4F394D

Tints of Purple Taupe #4F394D

RGB

 RED value IS 79 (31.25% from 255) = 37.09%

 GREEN value IS 57 (22.66% from 255) = 26.76%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 37.09%
G = 26.76%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4F394D (or 0x4F394D) is known color: Purple Taupe. HEX triplet: 4F, 39 and 4D. RGB value is (79,57,77). Sum of RGB (Red+Green+Blue) = 79+57+77=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 79 - color contains mainly: red. Hex color #4F394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F394D is #B0C6B2. Grayscale: #414141. Windows color (decimal): -11585203 or 5060943. OLE color: 5060943.

HSL color Cylindrical-coordinate representation of color #4F394D: hue angle of 305.45º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F394D is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 57 77 -
CMYK 0 0.28 0.03 0.69
HSL 305.45º 0.16% 0.27% -
HSV(B) 305.45º 0.28% 0.31% -
XYZ 6.03 5.12 7.69 -
YUV 65.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 79 57 77 0 0.28 0.03 0.69 305.45 0.16 0.27
Hex 4F 39 4D 0 1C 3 45 131 10 1B
Octal 117 71 115 0 34 3 105 461 20 33
Binary 1001111 111001 1001101 0 11100 11 1000101 100110001 10000 11011

Color Harmonies of #4F394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F394D

Black with #4F394D

Text Example


Text Example

White with #4F394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F394D; }

 p { color: rgb(79,57,77); }

 H1.HeaderClassName
 {
   color: #4F394D;
 }
 .AnyTagClassName
 {
   color: #4F394D;
 }
</style>

background-color css

<style>
 a { background-color: #4F394D; }

 a { background-color: rgb(79,57,77); }

 div.DivClassName
 {
   background-color: #4F394D;
 }
 .BgClassName
 {
   background-color: #4F394D;
 }
</style>

border-color css

<style>
 span { border-color: #4F394D; }

 span { border-color: rgb(79,57,77); }

 td.TdClassName
 {
   border-color: #4F394D;
 }
 .TagClassName
 {
   border-color: #4F394D;
 }
</style>